2026-02-21T11:05:40.365 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-21T11:05:40.379 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-21T11:05:40.458 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/skanta-2026-02-21_10:47:12-rados-wip-bharath21-testing-2026-02-20-1039-distro-default-trial/62466 branch: wip-bharath21-testing-2026-02-20-1039 description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_extra_daemon_features} email: skanta@redhat.com first_in_suite: false flavor: default job_id: '62466' kernel: branch: distro kdb: 1 sha1: distro last_in_suite: false machine_type: trial name: skanta-2026-02-21_10:47:12-rados-wip-bharath21-testing-2026-02-20-1039-distro-default-trial no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-bharath21-testing-2026-02-20-1039 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\) - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: f7273f3049146bdd7fa7b4a400114872a50228e9 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: f7273f3049146bdd7fa7b4a400114872a50228e9 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-bharath21-testing-2026-02-20-1039 sha1: f7273f3049146bdd7fa7b4a400114872a50228e9 owner: scheduled_skanta@soko04.front.sepia.ceph.com priority: 60 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: 6481 sha1: f7273f3049146bdd7fa7b4a400114872a50228e9 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-bharath21-testing-2026-02-20-1039 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_f7273f3049146bdd7fa7b4a400114872a50228e9/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: f7273f3049146bdd7fa7b4a400114872a50228e9 targets: trial051.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOSpCvL6u1gWnyGKGr6MZjGnQbHaqeDOX/R8xg+bPVO/JAr1FT+QGdjb8Ypcfsbcm+PfEn4QtmHauSL7z+qR1RY= trial144.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJhM7u8teaA6foVGPdK6yvJHvEuWSQRcCCD+T9fRZutA5gBuAtNBXkKKUVCtMIFrnzC9QRnbscm3xxGnDha/Pck= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - 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: fa17720d0088c3ac28e473468bfc79eeaff5cd38 timestamp: 2026-02-21_10:47:12 tube: trial user: skanta verbose: true worker_log: /home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.1540699 2026-02-21T11:05:40.458 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_f7273f3049146bdd7fa7b4a400114872a50228e9/qa; will attempt to use it 2026-02-21T11:05:40.459 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_f7273f3049146bdd7fa7b4a400114872a50228e9/qa/tasks 2026-02-21T11:05:40.459 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-02-21T11:05:40.460 INFO:teuthology.task.internal:Checking packages... 2026-02-21T11:05:40.461 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'f7273f3049146bdd7fa7b4a400114872a50228e9' 2026-02-21T11:05:40.461 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-21T11:05:40.461 INFO:teuthology.packaging:ref: None 2026-02-21T11:05:40.461 INFO:teuthology.packaging:tag: None 2026-02-21T11:05:40.461 INFO:teuthology.packaging:branch: wip-bharath21-testing-2026-02-20-1039 2026-02-21T11:05:40.461 INFO:teuthology.packaging:sha1: f7273f3049146bdd7fa7b4a400114872a50228e9 2026-02-21T11:05:40.461 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-bharath21-testing-2026-02-20-1039 2026-02-21T11:05:40.579 INFO:teuthology.task.internal:Found packages for ceph version 20.3.0-5397.gf7273f30 2026-02-21T11:05:40.581 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-02-21T11:05:40.593 INFO:teuthology.task.internal:no buildpackages task found 2026-02-21T11:05:40.593 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-02-21T11:05:40.607 INFO:teuthology.task.internal:Saving configuration 2026-02-21T11:05:40.618 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-02-21T11:05:40.630 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-02-21T11:05:40.705 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial051.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/skanta-2026-02-21_10:47:12-rados-wip-bharath21-testing-2026-02-20-1039-distro-default-trial/62466', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-21 11:02:11.134109', 'locked_by': 'scheduled_skanta@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOSpCvL6u1gWnyGKGr6MZjGnQbHaqeDOX/R8xg+bPVO/JAr1FT+QGdjb8Ypcfsbcm+PfEn4QtmHauSL7z+qR1RY='} 2026-02-21T11:05:40.762 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial144.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/skanta-2026-02-21_10:47:12-rados-wip-bharath21-testing-2026-02-20-1039-distro-default-trial/62466', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-21 11:02:11.134726', 'locked_by': 'scheduled_skanta@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJhM7u8teaA6foVGPdK6yvJHvEuWSQRcCCD+T9fRZutA5gBuAtNBXkKKUVCtMIFrnzC9QRnbscm3xxGnDha/Pck='} 2026-02-21T11:05:40.762 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-02-21T11:05:40.774 INFO:teuthology.task.internal:roles: ubuntu@trial051.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2026-02-21T11:05:40.774 INFO:teuthology.task.internal:roles: ubuntu@trial144.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2026-02-21T11:05:40.774 INFO:teuthology.run_tasks:Running task console_log... 2026-02-21T11:05:40.907 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7e49567f7600>, signals=[15]) 2026-02-21T11:05:40.907 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-21T11:05:40.919 INFO:teuthology.task.internal:Opening connections... 2026-02-21T11:05:40.919 DEBUG:teuthology.task.internal:connecting to ubuntu@trial051.front.sepia.ceph.com 2026-02-21T11:05:40.920 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial051.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T11:05:40.984 DEBUG:teuthology.task.internal:connecting to ubuntu@trial144.front.sepia.ceph.com 2026-02-21T11:05:40.984 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T11:05:41.045 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-21T11:05:41.057 DEBUG:teuthology.orchestra.run.trial051:> uname -m 2026-02-21T11:05:41.073 INFO:teuthology.orchestra.run.trial051.stdout:x86_64 2026-02-21T11:05:41.073 DEBUG:teuthology.orchestra.run.trial051:> cat /etc/os-release 2026-02-21T11:05:41.128 INFO:teuthology.orchestra.run.trial051.stdout:NAME="CentOS Stream" 2026-02-21T11:05:41.128 INFO:teuthology.orchestra.run.trial051.stdout:VERSION="9" 2026-02-21T11:05:41.128 INFO:teuthology.orchestra.run.trial051.stdout:ID="centos" 2026-02-21T11:05:41.128 INFO:teuthology.orchestra.run.trial051.stdout:ID_LIKE="rhel fedora" 2026-02-21T11:05:41.128 INFO:teuthology.orchestra.run.trial051.stdout:VERSION_ID="9" 2026-02-21T11:05:41.128 INFO:teuthology.orchestra.run.trial051.stdout:PLATFORM_ID="platform:el9" 2026-02-21T11:05:41.128 INFO:teuthology.orchestra.run.trial051.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-21T11:05:41.128 INFO:teuthology.orchestra.run.trial051.stdout:ANSI_COLOR="0;31" 2026-02-21T11:05:41.128 INFO:teuthology.orchestra.run.trial051.stdout:LOGO="fedora-logo-icon" 2026-02-21T11:05:41.128 INFO:teuthology.orchestra.run.trial051.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-21T11:05:41.128 INFO:teuthology.orchestra.run.trial051.stdout:HOME_URL="https://centos.org/" 2026-02-21T11:05:41.128 INFO:teuthology.orchestra.run.trial051.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-21T11:05:41.128 INFO:teuthology.orchestra.run.trial051.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-21T11:05:41.128 INFO:teuthology.orchestra.run.trial051.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-21T11:05:41.129 INFO:teuthology.lock.ops:Updating trial051.front.sepia.ceph.com on lock server 2026-02-21T11:05:41.187 DEBUG:teuthology.orchestra.run.trial144:> uname -m 2026-02-21T11:05:41.203 INFO:teuthology.orchestra.run.trial144.stdout:x86_64 2026-02-21T11:05:41.203 DEBUG:teuthology.orchestra.run.trial144:> cat /etc/os-release 2026-02-21T11:05:41.259 INFO:teuthology.orchestra.run.trial144.stdout:NAME="CentOS Stream" 2026-02-21T11:05:41.259 INFO:teuthology.orchestra.run.trial144.stdout:VERSION="9" 2026-02-21T11:05:41.259 INFO:teuthology.orchestra.run.trial144.stdout:ID="centos" 2026-02-21T11:05:41.259 INFO:teuthology.orchestra.run.trial144.stdout:ID_LIKE="rhel fedora" 2026-02-21T11:05:41.259 INFO:teuthology.orchestra.run.trial144.stdout:VERSION_ID="9" 2026-02-21T11:05:41.259 INFO:teuthology.orchestra.run.trial144.stdout:PLATFORM_ID="platform:el9" 2026-02-21T11:05:41.259 INFO:teuthology.orchestra.run.trial144.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-21T11:05:41.259 INFO:teuthology.orchestra.run.trial144.stdout:ANSI_COLOR="0;31" 2026-02-21T11:05:41.259 INFO:teuthology.orchestra.run.trial144.stdout:LOGO="fedora-logo-icon" 2026-02-21T11:05:41.259 INFO:teuthology.orchestra.run.trial144.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-21T11:05:41.259 INFO:teuthology.orchestra.run.trial144.stdout:HOME_URL="https://centos.org/" 2026-02-21T11:05:41.259 INFO:teuthology.orchestra.run.trial144.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-21T11:05:41.259 INFO:teuthology.orchestra.run.trial144.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-21T11:05:41.259 INFO:teuthology.orchestra.run.trial144.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-21T11:05:41.260 INFO:teuthology.lock.ops:Updating trial144.front.sepia.ceph.com on lock server 2026-02-21T11:05:41.334 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-21T11:05:41.347 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-21T11:05:41.359 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-21T11:05:41.359 DEBUG:teuthology.orchestra.run.trial051:> test '!' -e /home/ubuntu/cephtest 2026-02-21T11:05:41.361 DEBUG:teuthology.orchestra.run.trial144:> test '!' -e /home/ubuntu/cephtest 2026-02-21T11:05:41.376 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-21T11:05:41.388 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-21T11:05:41.388 DEBUG:teuthology.orchestra.run.trial051:> test -z $(ls -A /var/lib/ceph) 2026-02-21T11:05:41.416 DEBUG:teuthology.orchestra.run.trial144:> test -z $(ls -A /var/lib/ceph) 2026-02-21T11:05:41.433 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-21T11:05:41.582 INFO:teuthology.run_tasks:Running task kernel... 2026-02-21T11:05:41.601 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'} 2026-02-21T11:05:41.601 INFO:teuthology.task.kernel:config {'host.a': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}, 'host.b': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}}, timeout 300 2026-02-21T11:05:41.601 DEBUG:teuthology.orchestra.run.trial051:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-21T11:05:41.601 DEBUG:teuthology.orchestra.run.trial144:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-21T11:05:41.615 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T11:05:41.616 DEBUG:teuthology.orchestra.run.trial144:> uname -r 2026-02-21T11:05:41.616 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T11:05:41.616 DEBUG:teuthology.orchestra.run.trial051:> uname -r 2026-02-21T11:05:41.671 INFO:teuthology.orchestra.run.trial144.stdout:5.14.0-681.el9.x86_64 2026-02-21T11:05:41.671 INFO:teuthology.task.kernel:Running kernel on trial144: 5.14.0-681.el9.x86_64 2026-02-21T11:05:41.671 DEBUG:teuthology.orchestra.run.trial144:> sudo yum install -y kernel 2026-02-21T11:05:41.672 INFO:teuthology.orchestra.run.trial051.stdout:5.14.0-681.el9.x86_64 2026-02-21T11:05:41.672 INFO:teuthology.task.kernel:Running kernel on trial051: 5.14.0-681.el9.x86_64 2026-02-21T11:05:41.672 DEBUG:teuthology.orchestra.run.trial051:> sudo yum install -y kernel 2026-02-21T11:05:43.762 INFO:teuthology.orchestra.run.trial051.stdout:CentOS Stream 9 - BaseOS 5.2 MB/s | 8.9 MB 00:01 2026-02-21T11:05:50.451 INFO:teuthology.orchestra.run.trial144.stdout:CentOS Stream 9 - BaseOS 1.1 MB/s | 8.9 MB 00:08 2026-02-21T11:05:53.474 INFO:teuthology.orchestra.run.trial144.stdout:CentOS Stream 9 - AppStream 11 MB/s | 27 MB 00:02 2026-02-21T11:05:56.903 INFO:teuthology.orchestra.run.trial144.stdout:CentOS Stream 9 - CRB 7.5 MB/s | 7.8 MB 00:01 2026-02-21T11:05:57.807 INFO:teuthology.orchestra.run.trial144.stdout:CentOS Stream 9 - Extras packages 114 kB/s | 20 kB 00:00 2026-02-21T11:05:58.749 INFO:teuthology.orchestra.run.trial144.stdout:Extra Packages for Enterprise Linux 23 MB/s | 20 MB 00:00 2026-02-21T11:06:01.917 INFO:teuthology.orchestra.run.trial144.stdout:lab-extras 2.3 MB/s | 50 kB 00:00 2026-02-21T11:06:02.924 INFO:teuthology.orchestra.run.trial144.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-21T11:06:02.925 INFO:teuthology.orchestra.run.trial144.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-21T11:06:02.943 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:06:02.944 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-21T11:06:02.944 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-21T11:06:02.968 DEBUG:teuthology.orchestra.run.trial144:> echo no | sudo yum reinstall kernel || true 2026-02-21T11:06:03.267 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:02 ago on Sat 21 Feb 2026 11:06:01 AM UTC. 2026-02-21T11:06:03.346 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:06:03.347 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:06:03.347 INFO:teuthology.orchestra.run.trial144.stdout: Package Architecture Version Repository Size 2026-02-21T11:06:03.347 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:06:03.347 INFO:teuthology.orchestra.run.trial144.stdout:Reinstalling: 2026-02-21T11:06:03.347 INFO:teuthology.orchestra.run.trial144.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T11:06:03.347 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:06:03.347 INFO:teuthology.orchestra.run.trial144.stdout:Transaction Summary 2026-02-21T11:06:03.347 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:06:03.347 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:06:03.347 INFO:teuthology.orchestra.run.trial144.stdout:Total download size: 803 k 2026-02-21T11:06:03.347 INFO:teuthology.orchestra.run.trial144.stdout:Installed size: 0 2026-02-21T11:06:03.347 INFO:teuthology.orchestra.run.trial144.stderr:Operation aborted. 2026-02-21T11:06:03.367 INFO:teuthology.orchestra.run.trial144.stdout:Is this ok [y/N]: 2026-02-21T11:06:03.368 DEBUG:teuthology.orchestra.run.trial144:> sudo yum reinstall -y kernel || true 2026-02-21T11:06:03.671 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:02 ago on Sat 21 Feb 2026 11:06:01 AM UTC. 2026-02-21T11:06:03.751 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:06:03.751 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:06:03.751 INFO:teuthology.orchestra.run.trial144.stdout: Package Architecture Version Repository Size 2026-02-21T11:06:03.751 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:06:03.751 INFO:teuthology.orchestra.run.trial144.stdout:Reinstalling: 2026-02-21T11:06:03.751 INFO:teuthology.orchestra.run.trial144.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T11:06:03.751 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:06:03.752 INFO:teuthology.orchestra.run.trial144.stdout:Transaction Summary 2026-02-21T11:06:03.752 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:06:03.752 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:06:03.752 INFO:teuthology.orchestra.run.trial144.stdout:Total download size: 803 k 2026-02-21T11:06:03.752 INFO:teuthology.orchestra.run.trial144.stdout:Installed size: 0 2026-02-21T11:06:03.752 INFO:teuthology.orchestra.run.trial144.stdout:Downloading Packages: 2026-02-21T11:06:04.566 INFO:teuthology.orchestra.run.trial051.stdout:CentOS Stream 9 - AppStream 1.3 MB/s | 27 MB 00:20 2026-02-21T11:06:05.197 INFO:teuthology.orchestra.run.trial144.stdout:kernel-5.14.0-681.el9.x86_64.rpm 588 kB/s | 803 kB 00:01 2026-02-21T11:06:05.198 INFO:teuthology.orchestra.run.trial144.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:06:05.198 INFO:teuthology.orchestra.run.trial144.stdout:Total 555 kB/s | 803 kB 00:01 2026-02-21T11:06:05.208 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction check 2026-02-21T11:06:05.241 INFO:teuthology.orchestra.run.trial144.stdout:Transaction check succeeded. 2026-02-21T11:06:05.241 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction test 2026-02-21T11:06:05.245 INFO:teuthology.orchestra.run.trial144.stdout:Transaction test succeeded. 2026-02-21T11:06:05.246 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction 2026-02-21T11:06:05.269 INFO:teuthology.orchestra.run.trial144.stdout: Preparing : 1/1 2026-02-21T11:06:05.273 INFO:teuthology.orchestra.run.trial144.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T11:06:05.273 INFO:teuthology.orchestra.run.trial144.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T11:06:05.382 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T11:06:05.382 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T11:06:05.437 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T11:06:05.437 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:06:05.437 INFO:teuthology.orchestra.run.trial144.stdout:Reinstalled: 2026-02-21T11:06:05.437 INFO:teuthology.orchestra.run.trial144.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-21T11:06:05.437 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:06:05.437 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-21T11:06:05.467 DEBUG:teuthology.orchestra.run.trial144:> rpm -q kernel | sort -rV | head -n 1 2026-02-21T11:06:05.492 INFO:teuthology.orchestra.run.trial144.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-21T11:06:05.493 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-21T11:06:05.493 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-21T11:06:05.493 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-21T11:06:05.493 DEBUG:teuthology.orchestra.run.trial144:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-21T11:06:05.557 INFO:teuthology.orchestra.run.trial144.stdout:ttyS1 2026-02-21T11:06:05.585 DEBUG:teuthology.parallel:result is None 2026-02-21T11:06:07.220 INFO:teuthology.orchestra.run.trial051.stdout:CentOS Stream 9 - CRB 25 MB/s | 7.8 MB 00:00 2026-02-21T11:06:08.113 INFO:teuthology.orchestra.run.trial051.stdout:CentOS Stream 9 - Extras packages 113 kB/s | 20 kB 00:00 2026-02-21T11:06:08.769 INFO:teuthology.orchestra.run.trial051.stdout:Extra Packages for Enterprise Linux 34 MB/s | 20 MB 00:00 2026-02-21T11:06:11.959 INFO:teuthology.orchestra.run.trial051.stdout:lab-extras 1.5 MB/s | 50 kB 00:00 2026-02-21T11:06:12.965 INFO:teuthology.orchestra.run.trial051.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-21T11:06:12.966 INFO:teuthology.orchestra.run.trial051.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-21T11:06:12.984 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:06:12.985 INFO:teuthology.orchestra.run.trial051.stdout:Nothing to do. 2026-02-21T11:06:12.985 INFO:teuthology.orchestra.run.trial051.stdout:Complete! 2026-02-21T11:06:13.008 DEBUG:teuthology.orchestra.run.trial051:> echo no | sudo yum reinstall kernel || true 2026-02-21T11:06:13.310 INFO:teuthology.orchestra.run.trial051.stdout:Last metadata expiration check: 0:00:02 ago on Sat 21 Feb 2026 11:06:11 AM UTC. 2026-02-21T11:06:13.391 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:06:13.392 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:06:13.392 INFO:teuthology.orchestra.run.trial051.stdout: Package Architecture Version Repository Size 2026-02-21T11:06:13.392 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:06:13.392 INFO:teuthology.orchestra.run.trial051.stdout:Reinstalling: 2026-02-21T11:06:13.392 INFO:teuthology.orchestra.run.trial051.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T11:06:13.392 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:06:13.392 INFO:teuthology.orchestra.run.trial051.stdout:Transaction Summary 2026-02-21T11:06:13.392 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:06:13.392 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:06:13.392 INFO:teuthology.orchestra.run.trial051.stdout:Total download size: 803 k 2026-02-21T11:06:13.392 INFO:teuthology.orchestra.run.trial051.stdout:Installed size: 0 2026-02-21T11:06:13.393 INFO:teuthology.orchestra.run.trial051.stderr:Operation aborted. 2026-02-21T11:06:13.412 INFO:teuthology.orchestra.run.trial051.stdout:Is this ok [y/N]: 2026-02-21T11:06:13.413 DEBUG:teuthology.orchestra.run.trial051:> sudo yum reinstall -y kernel || true 2026-02-21T11:06:13.715 INFO:teuthology.orchestra.run.trial051.stdout:Last metadata expiration check: 0:00:02 ago on Sat 21 Feb 2026 11:06:11 AM UTC. 2026-02-21T11:06:13.795 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:06:13.795 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:06:13.795 INFO:teuthology.orchestra.run.trial051.stdout: Package Architecture Version Repository Size 2026-02-21T11:06:13.795 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:06:13.795 INFO:teuthology.orchestra.run.trial051.stdout:Reinstalling: 2026-02-21T11:06:13.796 INFO:teuthology.orchestra.run.trial051.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-21T11:06:13.796 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:06:13.796 INFO:teuthology.orchestra.run.trial051.stdout:Transaction Summary 2026-02-21T11:06:13.796 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:06:13.796 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:06:13.796 INFO:teuthology.orchestra.run.trial051.stdout:Total download size: 803 k 2026-02-21T11:06:13.796 INFO:teuthology.orchestra.run.trial051.stdout:Installed size: 0 2026-02-21T11:06:13.796 INFO:teuthology.orchestra.run.trial051.stdout:Downloading Packages: 2026-02-21T11:06:14.947 INFO:teuthology.orchestra.run.trial051.stdout:kernel-5.14.0-681.el9.x86_64.rpm 898 kB/s | 803 kB 00:00 2026-02-21T11:06:14.947 INFO:teuthology.orchestra.run.trial051.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:06:14.948 INFO:teuthology.orchestra.run.trial051.stdout:Total 697 kB/s | 803 kB 00:01 2026-02-21T11:06:14.957 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction check 2026-02-21T11:06:14.989 INFO:teuthology.orchestra.run.trial051.stdout:Transaction check succeeded. 2026-02-21T11:06:14.990 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction test 2026-02-21T11:06:14.994 INFO:teuthology.orchestra.run.trial051.stdout:Transaction test succeeded. 2026-02-21T11:06:14.994 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction 2026-02-21T11:06:15.018 INFO:teuthology.orchestra.run.trial051.stdout: Preparing : 1/1 2026-02-21T11:06:15.022 INFO:teuthology.orchestra.run.trial051.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T11:06:15.022 INFO:teuthology.orchestra.run.trial051.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T11:06:15.129 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T11:06:15.129 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-21T11:06:15.185 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-21T11:06:15.185 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:06:15.185 INFO:teuthology.orchestra.run.trial051.stdout:Reinstalled: 2026-02-21T11:06:15.185 INFO:teuthology.orchestra.run.trial051.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-21T11:06:15.185 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:06:15.185 INFO:teuthology.orchestra.run.trial051.stdout:Complete! 2026-02-21T11:06:15.211 DEBUG:teuthology.orchestra.run.trial051:> rpm -q kernel | sort -rV | head -n 1 2026-02-21T11:06:15.236 INFO:teuthology.orchestra.run.trial051.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-21T11:06:15.236 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-21T11:06:15.237 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-21T11:06:15.237 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-21T11:06:15.237 DEBUG:teuthology.orchestra.run.trial051:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-21T11:06:15.301 INFO:teuthology.orchestra.run.trial051.stdout:ttyS1 2026-02-21T11:06:15.332 DEBUG:teuthology.parallel:result is None 2026-02-21T11:06:15.332 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-21T11:06:15.343 INFO:teuthology.task.internal:Creating test directory... 2026-02-21T11:06:15.344 DEBUG:teuthology.orchestra.run.trial051:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-21T11:06:15.374 DEBUG:teuthology.orchestra.run.trial144:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-21T11:06:15.391 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-21T11:06:15.402 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-21T11:06:15.416 INFO:teuthology.task.internal:Creating archive directory... 2026-02-21T11:06:15.416 DEBUG:teuthology.orchestra.run.trial051:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-21T11:06:15.432 DEBUG:teuthology.orchestra.run.trial144:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-21T11:06:15.459 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-21T11:06:15.470 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-21T11:06:15.471 DEBUG:teuthology.orchestra.run.trial051:> 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 2026-02-21T11:06:15.490 DEBUG:teuthology.orchestra.run.trial144:> 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 2026-02-21T11:06:15.512 INFO:teuthology.orchestra.run.trial051.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T11:06:15.514 INFO:teuthology.orchestra.run.trial144.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T11:06:15.521 INFO:teuthology.orchestra.run.trial051.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T11:06:15.523 INFO:teuthology.orchestra.run.trial144.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-21T11:06:15.524 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-21T11:06:15.537 INFO:teuthology.task.internal:Configuring sudo... 2026-02-21T11:06:15.537 DEBUG:teuthology.orchestra.run.trial051:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-21T11:06:15.565 DEBUG:teuthology.orchestra.run.trial144:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-21T11:06:15.590 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-21T11:06:15.607 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-21T11:06:15.607 DEBUG:teuthology.orchestra.run.trial051:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-21T11:06:15.629 DEBUG:teuthology.orchestra.run.trial144:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-21T11:06:15.647 DEBUG:teuthology.orchestra.run.trial051:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T11:06:15.802 DEBUG:teuthology.orchestra.run.trial051:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T11:06:15.827 DEBUG:teuthology.orchestra.run.trial051:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T11:06:15.942 DEBUG:teuthology.orchestra.run.trial051:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T11:06:15.965 DEBUG:teuthology.orchestra.run.trial051:> set -ex 2026-02-21T11:06:15.965 DEBUG:teuthology.orchestra.run.trial051:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-21T11:06:16.029 DEBUG:teuthology.orchestra.run.trial144:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T11:06:16.138 DEBUG:teuthology.orchestra.run.trial144:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T11:06:16.163 DEBUG:teuthology.orchestra.run.trial144:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T11:06:16.285 DEBUG:teuthology.orchestra.run.trial144:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T11:06:16.309 DEBUG:teuthology.orchestra.run.trial144:> set -ex 2026-02-21T11:06:16.309 DEBUG:teuthology.orchestra.run.trial144:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-21T11:06:16.372 DEBUG:teuthology.orchestra.run.trial051:> sudo service rsyslog restart 2026-02-21T11:06:16.374 DEBUG:teuthology.orchestra.run.trial144:> sudo service rsyslog restart 2026-02-21T11:06:16.401 INFO:teuthology.orchestra.run.trial051.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T11:06:16.440 INFO:teuthology.orchestra.run.trial144.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T11:06:16.813 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-21T11:06:16.827 INFO:teuthology.task.internal:Starting timer... 2026-02-21T11:06:16.827 INFO:teuthology.run_tasks:Running task pcp... 2026-02-21T11:06:16.844 INFO:teuthology.run_tasks:Running task selinux... 2026-02-21T11:06:16.858 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2026-02-21T11:06:16.859 DEBUG:teuthology.orchestra.run.trial051:> sudo service auditd rotate 2026-02-21T11:06:16.888 INFO:teuthology.orchestra.run.trial051.stdout:Rotating logs: 2026-02-21T11:06:16.890 DEBUG:teuthology.orchestra.run.trial144:> sudo service auditd rotate 2026-02-21T11:06:16.919 INFO:teuthology.orchestra.run.trial144.stdout:Rotating logs: 2026-02-21T11:06:16.921 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-21T11:06:16.921 DEBUG:teuthology.orchestra.run.trial051:> /usr/sbin/getenforce 2026-02-21T11:06:16.946 INFO:teuthology.orchestra.run.trial051.stdout:Permissive 2026-02-21T11:06:16.946 DEBUG:teuthology.orchestra.run.trial144:> /usr/sbin/getenforce 2026-02-21T11:06:16.979 INFO:teuthology.orchestra.run.trial144.stdout:Permissive 2026-02-21T11:06:16.979 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial051.front.sepia.ceph.com': 'permissive', 'ubuntu@trial144.front.sepia.ceph.com': 'permissive'} 2026-02-21T11:06:16.980 DEBUG:teuthology.orchestra.run.trial051:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-21T11:06:17.010 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T11:06:17.010 DEBUG:teuthology.orchestra.run.trial144:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-21T11:06:17.042 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T11:06:17.043 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-21T11:06:17.043 DEBUG:teuthology.orchestra.run.trial051:> sudo /usr/sbin/setenforce permissive 2026-02-21T11:06:17.075 DEBUG:teuthology.orchestra.run.trial144:> sudo /usr/sbin/setenforce permissive 2026-02-21T11:06:17.107 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-21T11:06:17.121 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-21T11:06:17.132 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'}]}] 2026-02-21T11:06:17.133 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial051.front.sepia.ceph.com,trial144.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-21T11:08:56.282 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial051.front.sepia.ceph.com'), Remote(name='ubuntu@trial144.front.sepia.ceph.com')] 2026-02-21T11:08:56.283 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial051.front.sepia.ceph.com' 2026-02-21T11:08:56.284 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial051.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T11:08:56.392 DEBUG:teuthology.orchestra.run.trial051:> true 2026-02-21T11:08:56.467 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial051.front.sepia.ceph.com' 2026-02-21T11:08:56.468 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial144.front.sepia.ceph.com' 2026-02-21T11:08:56.468 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-21T11:08:56.531 DEBUG:teuthology.orchestra.run.trial144:> true 2026-02-21T11:08:56.609 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial144.front.sepia.ceph.com' 2026-02-21T11:08:56.609 INFO:teuthology.run_tasks:Running task clock... 2026-02-21T11:08:56.621 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-21T11:08:56.621 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-21T11:08:56.622 DEBUG:teuthology.orchestra.run.trial051:> 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 2026-02-21T11:08:56.624 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-21T11:08:56.624 DEBUG:teuthology.orchestra.run.trial144:> 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 2026-02-21T11:08:56.650 INFO:teuthology.orchestra.run.trial051.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-21T11:08:56.662 INFO:teuthology.orchestra.run.trial051.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-21T11:08:56.677 INFO:teuthology.orchestra.run.trial144.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-21T11:08:56.683 INFO:teuthology.orchestra.run.trial051.stderr:sudo: ntpd: command not found 2026-02-21T11:08:56.689 INFO:teuthology.orchestra.run.trial144.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-21T11:08:56.693 INFO:teuthology.orchestra.run.trial051.stdout:506 Cannot talk to daemon 2026-02-21T11:08:56.704 INFO:teuthology.orchestra.run.trial051.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-21T11:08:56.710 INFO:teuthology.orchestra.run.trial144.stderr:sudo: ntpd: command not found 2026-02-21T11:08:56.716 INFO:teuthology.orchestra.run.trial051.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-21T11:08:56.720 INFO:teuthology.orchestra.run.trial144.stdout:506 Cannot talk to daemon 2026-02-21T11:08:56.731 INFO:teuthology.orchestra.run.trial144.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-21T11:08:56.743 INFO:teuthology.orchestra.run.trial144.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-21T11:08:56.765 INFO:teuthology.orchestra.run.trial051.stderr:bash: line 1: ntpq: command not found 2026-02-21T11:08:56.787 INFO:teuthology.orchestra.run.trial051.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T11:08:56.787 INFO:teuthology.orchestra.run.trial051.stdout:=============================================================================== 2026-02-21T11:08:56.787 INFO:teuthology.orchestra.run.trial051.stdout:^? pool-138-89-14-60.mad.ea> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T11:08:56.787 INFO:teuthology.orchestra.run.trial051.stdout:^? time.cloudflare.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T11:08:56.787 INFO:teuthology.orchestra.run.trial051.stdout:^? 66.85.78.80 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T11:08:56.788 INFO:teuthology.orchestra.run.trial051.stdout:^? ntp2.wiktel.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T11:08:56.789 INFO:teuthology.orchestra.run.trial144.stderr:bash: line 1: ntpq: command not found 2026-02-21T11:08:56.809 INFO:teuthology.orchestra.run.trial144.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T11:08:56.809 INFO:teuthology.orchestra.run.trial144.stdout:=============================================================================== 2026-02-21T11:08:56.809 INFO:teuthology.orchestra.run.trial144.stdout:^? 23.157.160.168 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T11:08:56.809 INFO:teuthology.orchestra.run.trial144.stdout:^? usmoi.meezy.link 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T11:08:56.809 INFO:teuthology.orchestra.run.trial144.stdout:^? rn-03.koehn.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T11:08:56.809 INFO:teuthology.orchestra.run.trial144.stdout:^? 66.42.71.197.vultruserco> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-21T11:08:56.810 INFO:teuthology.run_tasks:Running task pexec... 2026-02-21T11:08:56.824 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-21T11:08:56.825 DEBUG:teuthology.orchestra.run.trial051:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-21T11:08:56.825 DEBUG:teuthology.orchestra.run.trial144:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-21T11:08:56.833 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial051.front.sepia.ceph.com 2026-02-21T11:08:56.833 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-21T11:08:56.833 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-21T11:08:56.833 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-21T11:08:56.833 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-21T11:08:56.852 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial144.front.sepia.ceph.com 2026-02-21T11:08:56.853 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-21T11:08:56.853 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-21T11:08:56.853 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-21T11:08:56.853 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-21T11:08:57.005 INFO:teuthology.orchestra.run.trial051.stdout:No match for argument: nvme-cli 2026-02-21T11:08:57.005 INFO:teuthology.orchestra.run.trial051.stderr:No packages marked for removal. 2026-02-21T11:08:57.007 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:08:57.007 INFO:teuthology.orchestra.run.trial051.stdout:Nothing to do. 2026-02-21T11:08:57.008 INFO:teuthology.orchestra.run.trial051.stdout:Complete! 2026-02-21T11:08:57.023 INFO:teuthology.orchestra.run.trial144.stdout:No match for argument: nvme-cli 2026-02-21T11:08:57.023 INFO:teuthology.orchestra.run.trial144.stderr:No packages marked for removal. 2026-02-21T11:08:57.026 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:08:57.026 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-21T11:08:57.026 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-21T11:08:57.307 INFO:teuthology.orchestra.run.trial051.stdout:Last metadata expiration check: 0:00:26 ago on Sat 21 Feb 2026 11:08:31 AM UTC. 2026-02-21T11:08:57.334 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:26 ago on Sat 21 Feb 2026 11:08:31 AM UTC. 2026-02-21T11:08:57.388 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:08:57.388 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:08:57.389 INFO:teuthology.orchestra.run.trial051.stdout: Package Arch Version Repository Size 2026-02-21T11:08:57.389 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:08:57.389 INFO:teuthology.orchestra.run.trial051.stdout:Installing: 2026-02-21T11:08:57.389 INFO:teuthology.orchestra.run.trial051.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-21T11:08:57.389 INFO:teuthology.orchestra.run.trial051.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-21T11:08:57.389 INFO:teuthology.orchestra.run.trial051.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-21T11:08:57.389 INFO:teuthology.orchestra.run.trial051.stdout:Installing dependencies: 2026-02-21T11:08:57.389 INFO:teuthology.orchestra.run.trial051.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-21T11:08:57.389 INFO:teuthology.orchestra.run.trial051.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-21T11:08:57.389 INFO:teuthology.orchestra.run.trial051.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-21T11:08:57.389 INFO:teuthology.orchestra.run.trial051.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-21T11:08:57.389 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:08:57.389 INFO:teuthology.orchestra.run.trial051.stdout:Transaction Summary 2026-02-21T11:08:57.389 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:08:57.389 INFO:teuthology.orchestra.run.trial051.stdout:Install 7 Packages 2026-02-21T11:08:57.389 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:08:57.389 INFO:teuthology.orchestra.run.trial051.stdout:Total download size: 6.3 M 2026-02-21T11:08:57.390 INFO:teuthology.orchestra.run.trial051.stdout:Installed size: 24 M 2026-02-21T11:08:57.390 INFO:teuthology.orchestra.run.trial051.stdout:Downloading Packages: 2026-02-21T11:08:57.415 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:08:57.416 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:08:57.416 INFO:teuthology.orchestra.run.trial144.stdout: Package Arch Version Repository Size 2026-02-21T11:08:57.416 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:08:57.416 INFO:teuthology.orchestra.run.trial144.stdout:Installing: 2026-02-21T11:08:57.416 INFO:teuthology.orchestra.run.trial144.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-21T11:08:57.416 INFO:teuthology.orchestra.run.trial144.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-21T11:08:57.416 INFO:teuthology.orchestra.run.trial144.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-21T11:08:57.417 INFO:teuthology.orchestra.run.trial144.stdout:Installing dependencies: 2026-02-21T11:08:57.417 INFO:teuthology.orchestra.run.trial144.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-21T11:08:57.417 INFO:teuthology.orchestra.run.trial144.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-21T11:08:57.417 INFO:teuthology.orchestra.run.trial144.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-21T11:08:57.417 INFO:teuthology.orchestra.run.trial144.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-21T11:08:57.417 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:08:57.417 INFO:teuthology.orchestra.run.trial144.stdout:Transaction Summary 2026-02-21T11:08:57.417 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:08:57.417 INFO:teuthology.orchestra.run.trial144.stdout:Install 7 Packages 2026-02-21T11:08:57.417 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:08:57.417 INFO:teuthology.orchestra.run.trial144.stdout:Total download size: 6.3 M 2026-02-21T11:08:57.417 INFO:teuthology.orchestra.run.trial144.stdout:Installed size: 24 M 2026-02-21T11:08:57.417 INFO:teuthology.orchestra.run.trial144.stdout:Downloading Packages: 2026-02-21T11:08:57.905 INFO:teuthology.orchestra.run.trial144.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 342 kB/s | 44 kB 00:00 2026-02-21T11:08:57.920 INFO:teuthology.orchestra.run.trial144.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 501 kB/s | 72 kB 00:00 2026-02-21T11:08:57.960 INFO:teuthology.orchestra.run.trial144.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.5 MB/s | 84 kB 00:00 2026-02-21T11:08:57.987 INFO:teuthology.orchestra.run.trial144.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 2.2 MB/s | 150 kB 00:00 2026-02-21T11:08:57.996 INFO:teuthology.orchestra.run.trial144.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 5.2 MB/s | 1.2 MB 00:00 2026-02-21T11:08:58.063 INFO:teuthology.orchestra.run.trial144.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 8.0 MB/s | 837 kB 00:00 2026-02-21T11:08:58.203 INFO:teuthology.orchestra.run.trial051.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 89 kB/s | 44 kB 00:00 2026-02-21T11:08:58.270 INFO:teuthology.orchestra.run.trial051.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 128 kB/s | 72 kB 00:00 2026-02-21T11:08:58.365 INFO:teuthology.orchestra.run.trial051.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 517 kB/s | 84 kB 00:00 2026-02-21T11:08:58.510 INFO:teuthology.orchestra.run.trial051.stdout:(4/7): nvme-cli-2.16-1.el9.x86_64.rpm 1.4 MB/s | 1.2 MB 00:00 2026-02-21T11:08:58.687 INFO:teuthology.orchestra.run.trial051.stdout:(5/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 2.5 MB/s | 837 kB 00:00 2026-02-21T11:08:58.821 INFO:teuthology.orchestra.run.trial051.stdout:(6/7): runc-1.4.0-1.el9.x86_64.rpm 13 MB/s | 4.0 MB 00:00 2026-02-21T11:08:58.895 INFO:teuthology.orchestra.run.trial051.stdout:(7/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 241 kB/s | 150 kB 00:00 2026-02-21T11:08:58.897 INFO:teuthology.orchestra.run.trial051.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:08:58.897 INFO:teuthology.orchestra.run.trial051.stdout:Total 4.2 MB/s | 6.3 MB 00:01 2026-02-21T11:08:58.967 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction check 2026-02-21T11:08:58.976 INFO:teuthology.orchestra.run.trial051.stdout:Transaction check succeeded. 2026-02-21T11:08:58.976 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction test 2026-02-21T11:08:59.057 INFO:teuthology.orchestra.run.trial051.stdout:Transaction test succeeded. 2026-02-21T11:08:59.057 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction 2026-02-21T11:08:59.101 INFO:teuthology.orchestra.run.trial144.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 3.5 MB/s | 4.0 MB 00:01 2026-02-21T11:08:59.102 INFO:teuthology.orchestra.run.trial144.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:08:59.102 INFO:teuthology.orchestra.run.trial144.stdout:Total 3.7 MB/s | 6.3 MB 00:01 2026-02-21T11:08:59.172 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction check 2026-02-21T11:08:59.180 INFO:teuthology.orchestra.run.trial144.stdout:Transaction check succeeded. 2026-02-21T11:08:59.180 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction test 2026-02-21T11:08:59.202 INFO:teuthology.orchestra.run.trial051.stdout: Preparing : 1/1 2026-02-21T11:08:59.210 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-21T11:08:59.218 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-21T11:08:59.224 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-21T11:08:59.230 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-21T11:08:59.231 INFO:teuthology.orchestra.run.trial051.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-21T11:08:59.261 INFO:teuthology.orchestra.run.trial144.stdout:Transaction test succeeded. 2026-02-21T11:08:59.261 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction 2026-02-21T11:08:59.275 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-21T11:08:59.391 INFO:teuthology.orchestra.run.trial051.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-21T11:08:59.393 INFO:teuthology.orchestra.run.trial051.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-21T11:08:59.405 INFO:teuthology.orchestra.run.trial144.stdout: Preparing : 1/1 2026-02-21T11:08:59.413 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-21T11:08:59.422 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-21T11:08:59.427 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-21T11:08:59.433 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-21T11:08:59.434 INFO:teuthology.orchestra.run.trial144.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-21T11:08:59.479 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-21T11:08:59.595 INFO:teuthology.orchestra.run.trial144.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-21T11:08:59.597 INFO:teuthology.orchestra.run.trial144.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-21T11:08:59.680 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-21T11:08:59.680 INFO:teuthology.orchestra.run.trial051.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-21T11:08:59.680 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:08:59.891 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-21T11:08:59.891 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-21T11:08:59.891 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:08:59.931 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-21T11:08:59.932 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-21T11:08:59.932 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-21T11:08:59.932 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-21T11:08:59.932 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-21T11:08:59.932 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-21T11:08:59.985 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-21T11:08:59.985 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:08:59.985 INFO:teuthology.orchestra.run.trial051.stdout:Installed: 2026-02-21T11:08:59.985 INFO:teuthology.orchestra.run.trial051.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-21T11:08:59.985 INFO:teuthology.orchestra.run.trial051.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-21T11:08:59.985 INFO:teuthology.orchestra.run.trial051.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-21T11:08:59.985 INFO:teuthology.orchestra.run.trial051.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-21T11:08:59.985 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:08:59.986 INFO:teuthology.orchestra.run.trial051.stdout:Complete! 2026-02-21T11:09:00.038 DEBUG:teuthology.parallel:result is None 2026-02-21T11:09:00.163 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-21T11:09:00.163 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-21T11:09:00.163 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-21T11:09:00.163 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-21T11:09:00.163 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-21T11:09:00.163 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-21T11:09:00.221 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-21T11:09:00.221 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:09:00.221 INFO:teuthology.orchestra.run.trial144.stdout:Installed: 2026-02-21T11:09:00.221 INFO:teuthology.orchestra.run.trial144.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-21T11:09:00.221 INFO:teuthology.orchestra.run.trial144.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-21T11:09:00.221 INFO:teuthology.orchestra.run.trial144.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-21T11:09:00.222 INFO:teuthology.orchestra.run.trial144.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-21T11:09:00.222 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:09:00.222 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-21T11:09:00.273 DEBUG:teuthology.parallel:result is None 2026-02-21T11:09:00.273 INFO:teuthology.run_tasks:Running task install... 2026-02-21T11:09:00.287 DEBUG:teuthology.task.install:project ceph 2026-02-21T11:09:00.287 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'f7273f3049146bdd7fa7b4a400114872a50228e9'}} 2026-02-21T11:09:00.287 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'f7273f3049146bdd7fa7b4a400114872a50228e9'} 2026-02-21T11:09:00.287 INFO:teuthology.task.install:Using flavor: default 2026-02-21T11:09:00.296 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-osd', 'ceph-osd-classic', '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-osd', 'ceph-osd-classic', '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']} 2026-02-21T11:09:00.296 INFO:teuthology.task.install:extra packages: [] 2026-02-21T11:09:00.297 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': 'f7273f3049146bdd7fa7b4a400114872a50228e9', 'tag': None, 'wait_for_package': False} 2026-02-21T11:09:00.297 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f7273f3049146bdd7fa7b4a400114872a50228e9 2026-02-21T11:09:00.300 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': 'f7273f3049146bdd7fa7b4a400114872a50228e9', 'tag': None, 'wait_for_package': False} 2026-02-21T11:09:00.300 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f7273f3049146bdd7fa7b4a400114872a50228e9 2026-02-21T11:09:00.462 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/centos/9/flavors/default/ 2026-02-21T11:09:00.462 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5397.gf7273f30 2026-02-21T11:09:00.471 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/centos/9/flavors/default/ 2026-02-21T11:09:00.471 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5397.gf7273f30 2026-02-21T11:09:00.605 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/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-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/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-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-21T11:09:00.605 DEBUG:teuthology.orchestra.run.trial051:> set -ex 2026-02-21T11:09:00.605 DEBUG:teuthology.orchestra.run.trial051:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-21T11:09:00.618 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/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-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/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-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-21T11:09:00.618 DEBUG:teuthology.orchestra.run.trial144:> set -ex 2026-02-21T11:09:00.618 DEBUG:teuthology.orchestra.run.trial144:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-21T11:09:00.633 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-osd, ceph-osd-classic, 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 2026-02-21T11:09:00.633 DEBUG:teuthology.orchestra.run.trial051:> 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/f7273f3049146bdd7fa7b4a400114872a50228e9/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-21T11:09:00.643 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-osd, ceph-osd-classic, 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 2026-02-21T11:09:00.643 DEBUG:teuthology.orchestra.run.trial144:> 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/f7273f3049146bdd7fa7b4a400114872a50228e9/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-21T11:09:00.698 DEBUG:teuthology.orchestra.run.trial051:> 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 2026-02-21T11:09:00.710 DEBUG:teuthology.orchestra.run.trial144:> 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 2026-02-21T11:09:00.771 DEBUG:teuthology.orchestra.run.trial051:> 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 2026-02-21T11:09:00.784 DEBUG:teuthology.orchestra.run.trial144:> 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 2026-02-21T11:09:00.833 INFO:teuthology.orchestra.run.trial051.stdout:check_obsoletes = 1 2026-02-21T11:09:00.835 DEBUG:teuthology.orchestra.run.trial051:> sudo yum clean all 2026-02-21T11:09:00.848 INFO:teuthology.orchestra.run.trial144.stdout:check_obsoletes = 1 2026-02-21T11:09:00.849 DEBUG:teuthology.orchestra.run.trial144:> sudo yum clean all 2026-02-21T11:09:00.996 INFO:teuthology.orchestra.run.trial051.stdout:41 files removed 2026-02-21T11:09:01.005 INFO:teuthology.orchestra.run.trial144.stdout:41 files removed 2026-02-21T11:09:01.011 DEBUG:teuthology.orchestra.run.trial051:> sudo yum -y install ceph-radosgw 2026-02-21T11:09:01.020 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install ceph-radosgw 2026-02-21T11:09:01.283 INFO:teuthology.orchestra.run.trial051.stdout:ceph packages for x86_64 724 kB/s | 94 kB 00:00 2026-02-21T11:09:01.292 INFO:teuthology.orchestra.run.trial144.stdout:ceph packages for x86_64 722 kB/s | 94 kB 00:00 2026-02-21T11:09:01.425 INFO:teuthology.orchestra.run.trial051.stdout:ceph noarch packages 211 kB/s | 25 kB 00:00 2026-02-21T11:09:01.432 INFO:teuthology.orchestra.run.trial144.stdout:ceph noarch packages 215 kB/s | 25 kB 00:00 2026-02-21T11:09:01.554 INFO:teuthology.orchestra.run.trial051.stdout:ceph source packages 19 kB/s | 2.1 kB 00:00 2026-02-21T11:09:01.559 INFO:teuthology.orchestra.run.trial144.stdout:ceph source packages 20 kB/s | 2.1 kB 00:00 2026-02-21T11:09:02.543 INFO:teuthology.orchestra.run.trial051.stdout:CentOS Stream 9 - BaseOS 9.2 MB/s | 8.9 MB 00:00 2026-02-21T11:09:03.453 INFO:teuthology.orchestra.run.trial144.stdout:CentOS Stream 9 - BaseOS 4.7 MB/s | 8.9 MB 00:01 2026-02-21T11:09:05.713 INFO:teuthology.orchestra.run.trial051.stdout:CentOS Stream 9 - AppStream 10 MB/s | 27 MB 00:02 2026-02-21T11:09:06.413 INFO:teuthology.orchestra.run.trial144.stdout:CentOS Stream 9 - AppStream 11 MB/s | 27 MB 00:02 2026-02-21T11:09:09.014 INFO:teuthology.orchestra.run.trial051.stdout:CentOS Stream 9 - CRB 8.3 MB/s | 7.8 MB 00:00 2026-02-21T11:09:09.947 INFO:teuthology.orchestra.run.trial051.stdout:CentOS Stream 9 - Extras packages 96 kB/s | 20 kB 00:00 2026-02-21T11:09:10.349 INFO:teuthology.orchestra.run.trial051.stdout:Extra Packages for Enterprise Linux 60 MB/s | 20 MB 00:00 2026-02-21T11:09:10.636 INFO:teuthology.orchestra.run.trial144.stdout:CentOS Stream 9 - CRB 4.2 MB/s | 7.8 MB 00:01 2026-02-21T11:09:11.653 INFO:teuthology.orchestra.run.trial144.stdout:CentOS Stream 9 - Extras packages 70 kB/s | 20 kB 00:00 2026-02-21T11:09:12.624 INFO:teuthology.orchestra.run.trial144.stdout:Extra Packages for Enterprise Linux 22 MB/s | 20 MB 00:00 2026-02-21T11:09:13.509 INFO:teuthology.orchestra.run.trial051.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-21T11:09:14.713 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:09:14.714 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:09:14.714 INFO:teuthology.orchestra.run.trial051.stdout: Package Arch Version Repository Size 2026-02-21T11:09:14.714 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:09:14.714 INFO:teuthology.orchestra.run.trial051.stdout:Installing: 2026-02-21T11:09:14.714 INFO:teuthology.orchestra.run.trial051.stdout: ceph-radosgw x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 13 M 2026-02-21T11:09:14.714 INFO:teuthology.orchestra.run.trial051.stdout:Upgrading: 2026-02-21T11:09:14.714 INFO:teuthology.orchestra.run.trial051.stdout: librados2 x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 3.5 M 2026-02-21T11:09:14.714 INFO:teuthology.orchestra.run.trial051.stdout: librbd1 x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 2.8 M 2026-02-21T11:09:14.714 INFO:teuthology.orchestra.run.trial051.stdout:Installing dependencies: 2026-02-21T11:09:14.714 INFO:teuthology.orchestra.run.trial051.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-21T11:09:14.714 INFO:teuthology.orchestra.run.trial051.stdout: ceph-base x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 5.2 M 2026-02-21T11:09:14.714 INFO:teuthology.orchestra.run.trial051.stdout: ceph-common x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 24 M 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout: ceph-selinux x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 25 k 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout: libcephfs2 x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 908 k 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout: libradosstriper1 x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 248 k 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout: librgw2 x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 6.5 M 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout: python3-ceph-argparse x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 45 k 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout: python3-ceph-common x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 185 k 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout: python3-cephfs x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 203 k 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout: python3-rados x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 324 k 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout: python3-rbd x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 305 k 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout: python3-rgw x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 100 k 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout:Installing weak dependencies: 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout: libcephfs-daemon x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 37 k 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 25 k 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout:Transaction Summary 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout:Install 34 Packages 2026-02-21T11:09:14.715 INFO:teuthology.orchestra.run.trial051.stdout:Upgrade 2 Packages 2026-02-21T11:09:14.716 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:14.716 INFO:teuthology.orchestra.run.trial051.stdout:Total download size: 67 M 2026-02-21T11:09:14.716 INFO:teuthology.orchestra.run.trial051.stdout:Downloading Packages: 2026-02-21T11:09:15.837 INFO:teuthology.orchestra.run.trial144.stdout:lab-extras 2.8 MB/s | 50 kB 00:00 2026-02-21T11:09:17.032 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:09:17.033 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:09:17.033 INFO:teuthology.orchestra.run.trial144.stdout: Package Arch Version Repository Size 2026-02-21T11:09:17.033 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:09:17.033 INFO:teuthology.orchestra.run.trial144.stdout:Installing: 2026-02-21T11:09:17.034 INFO:teuthology.orchestra.run.trial144.stdout: ceph-radosgw x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 13 M 2026-02-21T11:09:17.034 INFO:teuthology.orchestra.run.trial144.stdout:Upgrading: 2026-02-21T11:09:17.034 INFO:teuthology.orchestra.run.trial144.stdout: librados2 x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 3.5 M 2026-02-21T11:09:17.034 INFO:teuthology.orchestra.run.trial144.stdout: librbd1 x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 2.8 M 2026-02-21T11:09:17.034 INFO:teuthology.orchestra.run.trial144.stdout:Installing dependencies: 2026-02-21T11:09:17.034 INFO:teuthology.orchestra.run.trial144.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-21T11:09:17.034 INFO:teuthology.orchestra.run.trial144.stdout: ceph-base x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 5.2 M 2026-02-21T11:09:17.034 INFO:teuthology.orchestra.run.trial144.stdout: ceph-common x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 24 M 2026-02-21T11:09:17.034 INFO:teuthology.orchestra.run.trial144.stdout: ceph-selinux x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 25 k 2026-02-21T11:09:17.034 INFO:teuthology.orchestra.run.trial144.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-21T11:09:17.035 INFO:teuthology.orchestra.run.trial144.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-21T11:09:17.035 INFO:teuthology.orchestra.run.trial144.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-21T11:09:17.035 INFO:teuthology.orchestra.run.trial144.stdout: libcephfs2 x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 908 k 2026-02-21T11:09:17.035 INFO:teuthology.orchestra.run.trial144.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-21T11:09:17.035 INFO:teuthology.orchestra.run.trial144.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-21T11:09:17.035 INFO:teuthology.orchestra.run.trial144.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-21T11:09:17.035 INFO:teuthology.orchestra.run.trial144.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-21T11:09:17.035 INFO:teuthology.orchestra.run.trial144.stdout: libradosstriper1 x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 248 k 2026-02-21T11:09:17.035 INFO:teuthology.orchestra.run.trial144.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-21T11:09:17.035 INFO:teuthology.orchestra.run.trial144.stdout: librgw2 x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 6.5 M 2026-02-21T11:09:17.035 INFO:teuthology.orchestra.run.trial144.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-21T11:09:17.036 INFO:teuthology.orchestra.run.trial144.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-21T11:09:17.036 INFO:teuthology.orchestra.run.trial144.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-21T11:09:17.036 INFO:teuthology.orchestra.run.trial144.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-21T11:09:17.036 INFO:teuthology.orchestra.run.trial144.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-21T11:09:17.036 INFO:teuthology.orchestra.run.trial144.stdout: python3-ceph-argparse x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 45 k 2026-02-21T11:09:17.036 INFO:teuthology.orchestra.run.trial144.stdout: python3-ceph-common x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 185 k 2026-02-21T11:09:17.036 INFO:teuthology.orchestra.run.trial144.stdout: python3-cephfs x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 203 k 2026-02-21T11:09:17.036 INFO:teuthology.orchestra.run.trial144.stdout: python3-rados x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 324 k 2026-02-21T11:09:17.036 INFO:teuthology.orchestra.run.trial144.stdout: python3-rbd x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 305 k 2026-02-21T11:09:17.036 INFO:teuthology.orchestra.run.trial144.stdout: python3-rgw x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 100 k 2026-02-21T11:09:17.036 INFO:teuthology.orchestra.run.trial144.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-21T11:09:17.036 INFO:teuthology.orchestra.run.trial144.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-21T11:09:17.037 INFO:teuthology.orchestra.run.trial144.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-21T11:09:17.037 INFO:teuthology.orchestra.run.trial144.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-21T11:09:17.037 INFO:teuthology.orchestra.run.trial144.stdout:Installing weak dependencies: 2026-02-21T11:09:17.037 INFO:teuthology.orchestra.run.trial144.stdout: libcephfs-daemon x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 37 k 2026-02-21T11:09:17.037 INFO:teuthology.orchestra.run.trial144.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 25 k 2026-02-21T11:09:17.037 INFO:teuthology.orchestra.run.trial144.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-21T11:09:17.037 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:09:17.037 INFO:teuthology.orchestra.run.trial144.stdout:Transaction Summary 2026-02-21T11:09:17.037 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:09:17.037 INFO:teuthology.orchestra.run.trial144.stdout:Install 34 Packages 2026-02-21T11:09:17.037 INFO:teuthology.orchestra.run.trial144.stdout:Upgrade 2 Packages 2026-02-21T11:09:17.038 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:09:17.038 INFO:teuthology.orchestra.run.trial144.stdout:Total download size: 67 M 2026-02-21T11:09:17.038 INFO:teuthology.orchestra.run.trial144.stdout:Downloading Packages: 2026-02-21T11:09:18.198 INFO:teuthology.orchestra.run.trial051.stdout:(1/36): ceph-common-20.3.0-5397.gf7273f30.el9.x 8.7 MB/s | 24 MB 00:02 2026-02-21T11:09:18.243 INFO:teuthology.orchestra.run.trial051.stdout:(2/36): ceph-selinux-20.3.0-5397.gf7273f30.el9. 566 kB/s | 25 kB 00:00 2026-02-21T11:09:18.291 INFO:teuthology.orchestra.run.trial051.stdout:(3/36): libcephfs-daemon-20.3.0-5397.gf7273f30. 766 kB/s | 37 kB 00:00 2026-02-21T11:09:18.341 INFO:teuthology.orchestra.run.trial051.stdout:(4/36): libcephfs-proxy2-20.3.0-5397.gf7273f30. 516 kB/s | 25 kB 00:00 2026-02-21T11:09:18.409 INFO:teuthology.orchestra.run.trial051.stdout:(5/36): libcephfs2-20.3.0-5397.gf7273f30.el9.x8 13 MB/s | 908 kB 00:00 2026-02-21T11:09:18.462 INFO:teuthology.orchestra.run.trial051.stdout:(6/36): ceph-base-20.3.0-5397.gf7273f30.el9.x86 1.7 MB/s | 5.2 MB 00:03 2026-02-21T11:09:18.464 INFO:teuthology.orchestra.run.trial051.stdout:(7/36): libradosstriper1-20.3.0-5397.gf7273f30. 4.3 MB/s | 248 kB 00:00 2026-02-21T11:09:18.520 INFO:teuthology.orchestra.run.trial051.stdout:(8/36): python3-ceph-argparse-20.3.0-5397.gf727 818 kB/s | 45 kB 00:00 2026-02-21T11:09:18.577 INFO:teuthology.orchestra.run.trial051.stdout:(9/36): python3-ceph-common-20.3.0-5397.gf7273f 3.1 MB/s | 185 kB 00:00 2026-02-21T11:09:18.636 INFO:teuthology.orchestra.run.trial051.stdout:(10/36): python3-cephfs-20.3.0-5397.gf7273f30.e 3.4 MB/s | 203 kB 00:00 2026-02-21T11:09:18.699 INFO:teuthology.orchestra.run.trial051.stdout:(11/36): python3-rados-20.3.0-5397.gf7273f30.el 5.1 MB/s | 324 kB 00:00 2026-02-21T11:09:18.762 INFO:teuthology.orchestra.run.trial051.stdout:(12/36): ceph-radosgw-20.3.0-5397.gf7273f30.el9 4.0 MB/s | 13 MB 00:03 2026-02-21T11:09:18.763 INFO:teuthology.orchestra.run.trial051.stdout:(13/36): python3-rbd-20.3.0-5397.gf7273f30.el9. 4.6 MB/s | 305 kB 00:00 2026-02-21T11:09:18.818 INFO:teuthology.orchestra.run.trial051.stdout:(14/36): python3-rgw-20.3.0-5397.gf7273f30.el9. 1.7 MB/s | 100 kB 00:00 2026-02-21T11:09:19.129 INFO:teuthology.orchestra.run.trial144.stdout:(1/36): ceph-base-20.3.0-5397.gf7273f30.el9.x86 3.4 MB/s | 5.2 MB 00:01 2026-02-21T11:09:19.168 INFO:teuthology.orchestra.run.trial144.stdout:(2/36): ceph-selinux-20.3.0-5397.gf7273f30.el9. 657 kB/s | 25 kB 00:00 2026-02-21T11:09:19.206 INFO:teuthology.orchestra.run.trial144.stdout:(3/36): libcephfs-daemon-20.3.0-5397.gf7273f30. 973 kB/s | 37 kB 00:00 2026-02-21T11:09:19.246 INFO:teuthology.orchestra.run.trial144.stdout:(4/36): libcephfs-proxy2-20.3.0-5397.gf7273f30. 637 kB/s | 25 kB 00:00 2026-02-21T11:09:19.320 INFO:teuthology.orchestra.run.trial051.stdout:(15/36): mailcap-2.1.49-5.el9.noarch.rpm 59 kB/s | 33 kB 00:00 2026-02-21T11:09:19.389 INFO:teuthology.orchestra.run.trial144.stdout:(5/36): libcephfs2-20.3.0-5397.gf7273f30.el9.x8 6.2 MB/s | 908 kB 00:00 2026-02-21T11:09:19.439 INFO:teuthology.orchestra.run.trial144.stdout:(6/36): libradosstriper1-20.3.0-5397.gf7273f30. 4.8 MB/s | 248 kB 00:00 2026-02-21T11:09:19.445 INFO:teuthology.orchestra.run.trial051.stdout:(16/36): boost-program-options-1.75.0-13.el9.x8 833 kB/s | 104 kB 00:00 2026-02-21T11:09:19.501 INFO:teuthology.orchestra.run.trial051.stdout:(17/36): libnbd-1.20.3-4.el9.x86_64.rpm 2.9 MB/s | 164 kB 00:00 2026-02-21T11:09:19.537 INFO:teuthology.orchestra.run.trial051.stdout:(18/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 4.4 MB/s | 160 kB 00:00 2026-02-21T11:09:19.564 INFO:teuthology.orchestra.run.trial051.stdout:(19/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.6 MB/s | 45 kB 00:00 2026-02-21T11:09:19.609 INFO:teuthology.orchestra.run.trial051.stdout:(20/36): pciutils-3.7.0-7.el9.x86_64.rpm 118 kB/s | 93 kB 00:00 2026-02-21T11:09:19.633 INFO:teuthology.orchestra.run.trial051.stdout:(21/36): librdkafka-1.6.1-102.el9.x86_64.rpm 9.3 MB/s | 662 kB 00:00 2026-02-21T11:09:19.663 INFO:teuthology.orchestra.run.trial051.stdout:(22/36): qatlib-25.08.0-2.el9.x86_64.rpm 8.0 MB/s | 240 kB 00:00 2026-02-21T11:09:19.688 INFO:teuthology.orchestra.run.trial051.stdout:(23/36): qatlib-service-25.08.0-2.el9.x86_64.rp 1.4 MB/s | 37 kB 00:00 2026-02-21T11:09:19.714 INFO:teuthology.orchestra.run.trial051.stdout:(24/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 2.5 MB/s | 66 kB 00:00 2026-02-21T11:09:19.770 INFO:teuthology.orchestra.run.trial051.stdout:(25/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.8 MB/s | 292 kB 00:00 2026-02-21T11:09:19.906 INFO:teuthology.orchestra.run.trial144.stdout:(7/36): ceph-radosgw-20.3.0-5397.gf7273f30.el9. 5.7 MB/s | 13 MB 00:02 2026-02-21T11:09:19.942 INFO:teuthology.orchestra.run.trial144.stdout:(8/36): python3-ceph-argparse-20.3.0-5397.gf727 1.2 MB/s | 45 kB 00:00 2026-02-21T11:09:19.990 INFO:teuthology.orchestra.run.trial144.stdout:(9/36): python3-ceph-common-20.3.0-5397.gf7273f 3.8 MB/s | 185 kB 00:00 2026-02-21T11:09:20.002 INFO:teuthology.orchestra.run.trial051.stdout:(26/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 1.0 MB/s | 308 kB 00:00 2026-02-21T11:09:20.033 INFO:teuthology.orchestra.run.trial051.stdout:(27/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 786 kB/s | 25 kB 00:00 2026-02-21T11:09:20.039 INFO:teuthology.orchestra.run.trial144.stdout:(10/36): python3-cephfs-20.3.0-5397.gf7273f30.e 4.1 MB/s | 203 kB 00:00 2026-02-21T11:09:20.067 INFO:teuthology.orchestra.run.trial051.stdout:(28/36): liboath-2.6.12-1.el9.x86_64.rpm 1.5 MB/s | 49 kB 00:00 2026-02-21T11:09:20.084 INFO:teuthology.orchestra.run.trial144.stdout:(11/36): librgw2-20.3.0-5397.gf7273f30.el9.x86_ 10 MB/s | 6.5 MB 00:00 2026-02-21T11:09:20.085 INFO:teuthology.orchestra.run.trial144.stdout:(12/36): python3-rados-20.3.0-5397.gf7273f30.el 6.8 MB/s | 324 kB 00:00 2026-02-21T11:09:20.124 INFO:teuthology.orchestra.run.trial144.stdout:(13/36): python3-rbd-20.3.0-5397.gf7273f30.el9. 7.5 MB/s | 305 kB 00:00 2026-02-21T11:09:20.126 INFO:teuthology.orchestra.run.trial144.stdout:(14/36): python3-rgw-20.3.0-5397.gf7273f30.el9. 2.4 MB/s | 100 kB 00:00 2026-02-21T11:09:20.150 INFO:teuthology.orchestra.run.trial051.stdout:(29/36): libunwind-1.6.2-1.el9.x86_64.rpm 805 kB/s | 67 kB 00:00 2026-02-21T11:09:20.167 INFO:teuthology.orchestra.run.trial144.stdout:(15/36): mailcap-2.1.49-5.el9.noarch.rpm 772 kB/s | 33 kB 00:00 2026-02-21T11:09:20.175 INFO:teuthology.orchestra.run.trial051.stdout:(30/36): libarrow-9.0.0-15.el9.x86_64.rpm 11 MB/s | 4.4 MB 00:00 2026-02-21T11:09:20.178 INFO:teuthology.orchestra.run.trial144.stdout:(16/36): pciutils-3.7.0-7.el9.x86_64.rpm 1.8 MB/s | 93 kB 00:00 2026-02-21T11:09:20.194 INFO:teuthology.orchestra.run.trial144.stdout:(17/36): boost-program-options-1.75.0-13.el9.x8 3.8 MB/s | 104 kB 00:00 2026-02-21T11:09:20.198 INFO:teuthology.orchestra.run.trial144.stdout:(18/36): libnbd-1.20.3-4.el9.x86_64.rpm 8.0 MB/s | 164 kB 00:00 2026-02-21T11:09:20.208 INFO:teuthology.orchestra.run.trial144.stdout:(19/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 4.7 MB/s | 45 kB 00:00 2026-02-21T11:09:20.213 INFO:teuthology.orchestra.run.trial144.stdout:(20/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 8.4 MB/s | 160 kB 00:00 2026-02-21T11:09:20.232 INFO:teuthology.orchestra.run.trial144.stdout:(21/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 15 MB/s | 292 kB 00:00 2026-02-21T11:09:20.233 INFO:teuthology.orchestra.run.trial144.stdout:(22/36): librdkafka-1.6.1-102.el9.x86_64.rpm 25 MB/s | 662 kB 00:00 2026-02-21T11:09:20.243 INFO:teuthology.orchestra.run.trial144.stdout:(23/36): qatlib-service-25.08.0-2.el9.x86_64.rp 4.0 MB/s | 37 kB 00:00 2026-02-21T11:09:20.244 INFO:teuthology.orchestra.run.trial144.stdout:(24/36): qatlib-25.08.0-2.el9.x86_64.rpm 20 MB/s | 240 kB 00:00 2026-02-21T11:09:20.252 INFO:teuthology.orchestra.run.trial144.stdout:(25/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 6.9 MB/s | 66 kB 00:00 2026-02-21T11:09:20.299 INFO:teuthology.orchestra.run.trial051.stdout:(31/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 5.5 MB/s | 838 kB 00:00 2026-02-21T11:09:20.305 INFO:teuthology.orchestra.run.trial051.stdout:(32/36): re2-20211101-20.el9.x86_64.rpm 1.4 MB/s | 191 kB 00:00 2026-02-21T11:09:20.363 INFO:teuthology.orchestra.run.trial144.stdout:(26/36): ceph-common-20.3.0-5397.gf7273f30.el9. 8.7 MB/s | 24 MB 00:02 2026-02-21T11:09:20.408 INFO:teuthology.orchestra.run.trial051.stdout:(33/36): thrift-0.15.0-4.el9.x86_64.rpm 15 MB/s | 1.6 MB 00:00 2026-02-21T11:09:20.475 INFO:teuthology.orchestra.run.trial144.stdout:(27/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 221 kB/s | 25 kB 00:00 2026-02-21T11:09:20.482 INFO:teuthology.orchestra.run.trial144.stdout:(28/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 1.3 MB/s | 308 kB 00:00 2026-02-21T11:09:20.521 INFO:teuthology.orchestra.run.trial144.stdout:(29/36): libunwind-1.6.2-1.el9.x86_64.rpm 1.7 MB/s | 67 kB 00:00 2026-02-21T11:09:20.551 INFO:teuthology.orchestra.run.trial144.stdout:(30/36): liboath-2.6.12-1.el9.x86_64.rpm 646 kB/s | 49 kB 00:00 2026-02-21T11:09:20.624 INFO:teuthology.orchestra.run.trial144.stdout:(31/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 7.9 MB/s | 838 kB 00:00 2026-02-21T11:09:20.630 INFO:teuthology.orchestra.run.trial144.stdout:(32/36): libarrow-9.0.0-15.el9.x86_64.rpm 12 MB/s | 4.4 MB 00:00 2026-02-21T11:09:20.653 INFO:teuthology.orchestra.run.trial144.stdout:(33/36): re2-20211101-20.el9.x86_64.rpm 1.8 MB/s | 191 kB 00:00 2026-02-21T11:09:20.665 INFO:teuthology.orchestra.run.trial051.stdout:(34/36): librados2-20.3.0-5397.gf7273f30.el9.x8 9.7 MB/s | 3.5 MB 00:00 2026-02-21T11:09:20.711 INFO:teuthology.orchestra.run.trial144.stdout:(34/36): thrift-0.15.0-4.el9.x86_64.rpm 18 MB/s | 1.6 MB 00:00 2026-02-21T11:09:20.873 INFO:teuthology.orchestra.run.trial051.stdout:(35/36): librgw2-20.3.0-5397.gf7273f30.el9.x86_ 2.7 MB/s | 6.5 MB 00:02 2026-02-21T11:09:20.942 INFO:teuthology.orchestra.run.trial144.stdout:(35/36): librbd1-20.3.0-5397.gf7273f30.el9.x86_ 9.8 MB/s | 2.8 MB 00:00 2026-02-21T11:09:21.076 INFO:teuthology.orchestra.run.trial051.stdout:(36/36): librbd1-20.3.0-5397.gf7273f30.el9.x86_ 4.2 MB/s | 2.8 MB 00:00 2026-02-21T11:09:21.080 INFO:teuthology.orchestra.run.trial144.stdout:(36/36): librados2-20.3.0-5397.gf7273f30.el9.x8 7.8 MB/s | 3.5 MB 00:00 2026-02-21T11:09:21.081 INFO:teuthology.orchestra.run.trial051.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:09:21.081 INFO:teuthology.orchestra.run.trial051.stdout:Total 11 MB/s | 67 MB 00:06 2026-02-21T11:09:21.082 INFO:teuthology.orchestra.run.trial144.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:09:21.082 INFO:teuthology.orchestra.run.trial144.stdout:Total 17 MB/s | 67 MB 00:04 2026-02-21T11:09:21.172 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction check 2026-02-21T11:09:21.176 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction check 2026-02-21T11:09:21.189 INFO:teuthology.orchestra.run.trial144.stdout:Transaction check succeeded. 2026-02-21T11:09:21.189 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction test 2026-02-21T11:09:21.194 INFO:teuthology.orchestra.run.trial051.stdout:Transaction check succeeded. 2026-02-21T11:09:21.194 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction test 2026-02-21T11:09:21.435 INFO:teuthology.orchestra.run.trial144.stdout:Transaction test succeeded. 2026-02-21T11:09:21.435 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction 2026-02-21T11:09:21.440 INFO:teuthology.orchestra.run.trial051.stdout:Transaction test succeeded. 2026-02-21T11:09:21.440 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction 2026-02-21T11:09:21.744 INFO:teuthology.orchestra.run.trial051.stdout: Preparing : 1/1 2026-02-21T11:09:21.753 INFO:teuthology.orchestra.run.trial144.stdout: Preparing : 1/1 2026-02-21T11:09:21.895 INFO:teuthology.orchestra.run.trial051.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/38 2026-02-21T11:09:21.900 INFO:teuthology.orchestra.run.trial051.stdout: Upgrading : librados2-2:20.3.0-5397.gf7273f30.el9.x86_64 2/38 2026-02-21T11:09:21.910 INFO:teuthology.orchestra.run.trial144.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/38 2026-02-21T11:09:21.914 INFO:teuthology.orchestra.run.trial144.stdout: Upgrading : librados2-2:20.3.0-5397.gf7273f30.el9.x86_64 2/38 2026-02-21T11:09:21.950 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: librados2-2:20.3.0-5397.gf7273f30.el9.x86_64 2/38 2026-02-21T11:09:21.951 INFO:teuthology.orchestra.run.trial051.stdout: Installing : libcephfs2-2:20.3.0-5397.gf7273f30.el9.x86_64 3/38 2026-02-21T11:09:21.964 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: librados2-2:20.3.0-5397.gf7273f30.el9.x86_64 2/38 2026-02-21T11:09:21.965 INFO:teuthology.orchestra.run.trial144.stdout: Installing : libcephfs2-2:20.3.0-5397.gf7273f30.el9.x86_64 3/38 2026-02-21T11:09:21.965 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: libcephfs2-2:20.3.0-5397.gf7273f30.el9.x86_64 3/38 2026-02-21T11:09:21.968 INFO:teuthology.orchestra.run.trial051.stdout: Installing : libcephfs-daemon-2:20.3.0-5397.gf7273f30.el9.x86_6 4/38 2026-02-21T11:09:21.968 INFO:teuthology.orchestra.run.trial051.stdout: Installing : libcephfs-proxy2-2:20.3.0-5397.gf7273f30.el9.x86_6 5/38 2026-02-21T11:09:21.977 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: libcephfs2-2:20.3.0-5397.gf7273f30.el9.x86_64 3/38 2026-02-21T11:09:21.980 INFO:teuthology.orchestra.run.trial144.stdout: Installing : libcephfs-daemon-2:20.3.0-5397.gf7273f30.el9.x86_6 4/38 2026-02-21T11:09:21.980 INFO:teuthology.orchestra.run.trial144.stdout: Installing : libcephfs-proxy2-2:20.3.0-5397.gf7273f30.el9.x86_6 5/38 2026-02-21T11:09:21.996 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5397.gf7273f30.el9.x86_6 5/38 2026-02-21T11:09:21.998 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-rados-2:20.3.0-5397.gf7273f30.el9.x86_64 6/38 2026-02-21T11:09:22.006 INFO:teuthology.orchestra.run.trial051.stdout: Installing : liboath-2.6.12-1.el9.x86_64 7/38 2026-02-21T11:09:22.007 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5397.gf7273f30.el9.x86_6 5/38 2026-02-21T11:09:22.009 INFO:teuthology.orchestra.run.trial051.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 8/38 2026-02-21T11:09:22.009 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-rados-2:20.3.0-5397.gf7273f30.el9.x86_64 6/38 2026-02-21T11:09:22.012 INFO:teuthology.orchestra.run.trial051.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 9/38 2026-02-21T11:09:22.016 INFO:teuthology.orchestra.run.trial051.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 10/38 2026-02-21T11:09:22.016 INFO:teuthology.orchestra.run.trial144.stdout: Installing : liboath-2.6.12-1.el9.x86_64 7/38 2026-02-21T11:09:22.021 INFO:teuthology.orchestra.run.trial144.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 8/38 2026-02-21T11:09:22.024 INFO:teuthology.orchestra.run.trial144.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 9/38 2026-02-21T11:09:22.027 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-ceph-argparse-2:20.3.0-5397.gf7273f30.el9. 11/38 2026-02-21T11:09:22.028 INFO:teuthology.orchestra.run.trial144.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 10/38 2026-02-21T11:09:22.038 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-cephfs-2:20.3.0-5397.gf7273f30.el9.x86_64 12/38 2026-02-21T11:09:22.039 INFO:teuthology.orchestra.run.trial051.stdout: Installing : libradosstriper1-2:20.3.0-5397.gf7273f30.el9.x86_6 13/38 2026-02-21T11:09:22.039 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-ceph-argparse-2:20.3.0-5397.gf7273f30.el9. 11/38 2026-02-21T11:09:22.051 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-cephfs-2:20.3.0-5397.gf7273f30.el9.x86_64 12/38 2026-02-21T11:09:22.052 INFO:teuthology.orchestra.run.trial144.stdout: Installing : libradosstriper1-2:20.3.0-5397.gf7273f30.el9.x86_6 13/38 2026-02-21T11:09:22.060 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5397.gf7273f30.el9.x86_6 13/38 2026-02-21T11:09:22.064 INFO:teuthology.orchestra.run.trial051.stdout: Installing : thrift-0.15.0-4.el9.x86_64 14/38 2026-02-21T11:09:22.074 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5397.gf7273f30.el9.x86_6 13/38 2026-02-21T11:09:22.078 INFO:teuthology.orchestra.run.trial144.stdout: Installing : thrift-0.15.0-4.el9.x86_64 14/38 2026-02-21T11:09:22.095 INFO:teuthology.orchestra.run.trial051.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-21T11:09:22.098 INFO:teuthology.orchestra.run.trial051.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-21T11:09:22.105 INFO:teuthology.orchestra.run.trial051.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-21T11:09:22.108 INFO:teuthology.orchestra.run.trial051.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-21T11:09:22.109 INFO:teuthology.orchestra.run.trial144.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-21T11:09:22.112 INFO:teuthology.orchestra.run.trial051.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-21T11:09:22.114 INFO:teuthology.orchestra.run.trial144.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-21T11:09:22.120 INFO:teuthology.orchestra.run.trial144.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-21T11:09:22.122 INFO:teuthology.orchestra.run.trial144.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-21T11:09:22.127 INFO:teuthology.orchestra.run.trial144.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-21T11:09:22.233 INFO:teuthology.orchestra.run.trial051.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-21T11:09:22.234 INFO:teuthology.orchestra.run.trial051.stdout: Upgrading : librbd1-2:20.3.0-5397.gf7273f30.el9.x86_64 21/38 2026-02-21T11:09:22.250 INFO:teuthology.orchestra.run.trial144.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-21T11:09:22.251 INFO:teuthology.orchestra.run.trial144.stdout: Upgrading : librbd1-2:20.3.0-5397.gf7273f30.el9.x86_64 21/38 2026-02-21T11:09:22.260 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: librbd1-2:20.3.0-5397.gf7273f30.el9.x86_64 21/38 2026-02-21T11:09:22.262 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-rbd-2:20.3.0-5397.gf7273f30.el9.x86_64 22/38 2026-02-21T11:09:22.268 INFO:teuthology.orchestra.run.trial051.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-21T11:09:22.277 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: librbd1-2:20.3.0-5397.gf7273f30.el9.x86_64 21/38 2026-02-21T11:09:22.280 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-rbd-2:20.3.0-5397.gf7273f30.el9.x86_64 22/38 2026-02-21T11:09:22.286 INFO:teuthology.orchestra.run.trial144.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-21T11:09:22.552 INFO:teuthology.orchestra.run.trial051.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-21T11:09:22.553 INFO:teuthology.orchestra.run.trial051.stdout: Installing : librgw2-2:20.3.0-5397.gf7273f30.el9.x86_64 25/38 2026-02-21T11:09:22.570 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: librgw2-2:20.3.0-5397.gf7273f30.el9.x86_64 25/38 2026-02-21T11:09:22.571 INFO:teuthology.orchestra.run.trial144.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-21T11:09:22.573 INFO:teuthology.orchestra.run.trial144.stdout: Installing : librgw2-2:20.3.0-5397.gf7273f30.el9.x86_64 25/38 2026-02-21T11:09:22.574 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-rgw-2:20.3.0-5397.gf7273f30.el9.x86_64 26/38 2026-02-21T11:09:22.580 INFO:teuthology.orchestra.run.trial051.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-21T11:09:22.582 INFO:teuthology.orchestra.run.trial051.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-21T11:09:22.583 INFO:teuthology.orchestra.run.trial051.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-21T11:09:22.589 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: librgw2-2:20.3.0-5397.gf7273f30.el9.x86_64 25/38 2026-02-21T11:09:22.595 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-rgw-2:20.3.0-5397.gf7273f30.el9.x86_64 26/38 2026-02-21T11:09:22.599 INFO:teuthology.orchestra.run.trial144.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-21T11:09:22.601 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-21T11:09:22.602 INFO:teuthology.orchestra.run.trial144.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-21T11:09:22.602 INFO:teuthology.orchestra.run.trial144.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-21T11:09:22.605 INFO:teuthology.orchestra.run.trial051.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-21T11:09:22.619 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-21T11:09:22.622 INFO:teuthology.orchestra.run.trial144.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-21T11:09:22.639 INFO:teuthology.orchestra.run.trial051.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-21T11:09:22.640 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-ceph-common-2:20.3.0-5397.gf7273f30.el9.x8 32/38 2026-02-21T11:09:22.657 INFO:teuthology.orchestra.run.trial144.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-21T11:09:22.658 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-ceph-common-2:20.3.0-5397.gf7273f30.el9.x8 32/38 2026-02-21T11:09:23.735 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: ceph-common-2:20.3.0-5397.gf7273f30.el9.x86_64 33/38 2026-02-21T11:09:23.738 INFO:teuthology.orchestra.run.trial051.stdout: Installing : ceph-common-2:20.3.0-5397.gf7273f30.el9.x86_64 33/38 2026-02-21T11:09:23.769 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-common-2:20.3.0-5397.gf7273f30.el9.x86_64 33/38 2026-02-21T11:09:23.771 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-common-2:20.3.0-5397.gf7273f30.el9.x86_64 33/38 2026-02-21T11:09:24.004 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: ceph-common-2:20.3.0-5397.gf7273f30.el9.x86_64 33/38 2026-02-21T11:09:24.007 INFO:teuthology.orchestra.run.trial051.stdout: Installing : ceph-base-2:20.3.0-5397.gf7273f30.el9.x86_64 34/38 2026-02-21T11:09:24.036 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-common-2:20.3.0-5397.gf7273f30.el9.x86_64 33/38 2026-02-21T11:09:24.039 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-base-2:20.3.0-5397.gf7273f30.el9.x86_64 34/38 2026-02-21T11:09:24.048 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: ceph-base-2:20.3.0-5397.gf7273f30.el9.x86_64 34/38 2026-02-21T11:09:24.048 INFO:teuthology.orchestra.run.trial051.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-21T11:09:24.048 INFO:teuthology.orchestra.run.trial051.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-21T11:09:24.048 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:24.051 INFO:teuthology.orchestra.run.trial051.stdout: Installing : ceph-selinux-2:20.3.0-5397.gf7273f30.el9.x86_64 35/38 2026-02-21T11:09:24.080 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-base-2:20.3.0-5397.gf7273f30.el9.x86_64 34/38 2026-02-21T11:09:24.081 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-21T11:09:24.081 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-21T11:09:24.081 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:09:24.084 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-selinux-2:20.3.0-5397.gf7273f30.el9.x86_64 35/38 2026-02-21T11:09:28.577 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5397.gf7273f30.el9.x86_64 35/38 2026-02-21T11:09:28.578 INFO:teuthology.orchestra.run.trial051.stdout:skipping the directory /sys 2026-02-21T11:09:28.578 INFO:teuthology.orchestra.run.trial051.stdout:skipping the directory /proc 2026-02-21T11:09:28.578 INFO:teuthology.orchestra.run.trial051.stdout:skipping the directory /mnt 2026-02-21T11:09:28.578 INFO:teuthology.orchestra.run.trial051.stdout:skipping the directory /var/tmp 2026-02-21T11:09:28.578 INFO:teuthology.orchestra.run.trial051.stdout:skipping the directory /home 2026-02-21T11:09:28.578 INFO:teuthology.orchestra.run.trial051.stdout:skipping the directory /root 2026-02-21T11:09:28.578 INFO:teuthology.orchestra.run.trial051.stdout:skipping the directory /tmp 2026-02-21T11:09:28.578 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:28.624 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5397.gf7273f30.el9.x86_64 35/38 2026-02-21T11:09:28.625 INFO:teuthology.orchestra.run.trial144.stdout:skipping the directory /sys 2026-02-21T11:09:28.625 INFO:teuthology.orchestra.run.trial144.stdout:skipping the directory /proc 2026-02-21T11:09:28.625 INFO:teuthology.orchestra.run.trial144.stdout:skipping the directory /mnt 2026-02-21T11:09:28.625 INFO:teuthology.orchestra.run.trial144.stdout:skipping the directory /var/tmp 2026-02-21T11:09:28.625 INFO:teuthology.orchestra.run.trial144.stdout:skipping the directory /home 2026-02-21T11:09:28.625 INFO:teuthology.orchestra.run.trial144.stdout:skipping the directory /root 2026-02-21T11:09:28.625 INFO:teuthology.orchestra.run.trial144.stdout:skipping the directory /tmp 2026-02-21T11:09:28.625 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:09:29.161 INFO:teuthology.orchestra.run.trial051.stdout: Installing : ceph-radosgw-2:20.3.0-5397.gf7273f30.el9.x86_64 36/38 2026-02-21T11:09:29.186 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5397.gf7273f30.el9.x86_64 36/38 2026-02-21T11:09:29.186 INFO:teuthology.orchestra.run.trial051.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:09:29.186 INFO:teuthology.orchestra.run.trial051.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-21T11:09:29.186 INFO:teuthology.orchestra.run.trial051.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T11:09:29.186 INFO:teuthology.orchestra.run.trial051.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T11:09:29.186 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:29.187 INFO:teuthology.orchestra.run.trial051.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-21T11:09:29.201 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-21T11:09:29.201 INFO:teuthology.orchestra.run.trial051.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-21T11:09:29.211 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-radosgw-2:20.3.0-5397.gf7273f30.el9.x86_64 36/38 2026-02-21T11:09:29.234 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5397.gf7273f30.el9.x86_64 36/38 2026-02-21T11:09:29.234 INFO:teuthology.orchestra.run.trial144.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:09:29.234 INFO:teuthology.orchestra.run.trial144.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-21T11:09:29.235 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T11:09:29.235 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-21T11:09:29.235 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:09:29.236 INFO:teuthology.orchestra.run.trial144.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-21T11:09:29.248 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-21T11:09:29.248 INFO:teuthology.orchestra.run.trial144.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-21T11:09:29.257 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-21T11:09:29.257 INFO:teuthology.orchestra.run.trial051.stdout:Creating group 'qat' with GID 992. 2026-02-21T11:09:29.257 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:29.303 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-21T11:09:29.303 INFO:teuthology.orchestra.run.trial144.stdout:Creating group 'qat' with GID 992. 2026-02-21T11:09:29.303 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:09:29.554 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : ceph-base-2:20.3.0-5397.gf7273f30.el9.x86_64 1/38 2026-02-21T11:09:29.554 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : ceph-common-2:20.3.0-5397.gf7273f30.el9.x86_64 2/38 2026-02-21T11:09:29.554 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : ceph-radosgw-2:20.3.0-5397.gf7273f30.el9.x86_64 3/38 2026-02-21T11:09:29.554 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : ceph-selinux-2:20.3.0-5397.gf7273f30.el9.x86_64 4/38 2026-02-21T11:09:29.554 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : libcephfs-daemon-2:20.3.0-5397.gf7273f30.el9.x86_6 5/38 2026-02-21T11:09:29.554 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5397.gf7273f30.el9.x86_6 6/38 2026-02-21T11:09:29.554 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : libcephfs2-2:20.3.0-5397.gf7273f30.el9.x86_64 7/38 2026-02-21T11:09:29.554 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : libradosstriper1-2:20.3.0-5397.gf7273f30.el9.x86_6 8/38 2026-02-21T11:09:29.554 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : librgw2-2:20.3.0-5397.gf7273f30.el9.x86_64 9/38 2026-02-21T11:09:29.554 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5397.gf7273f30.el9. 10/38 2026-02-21T11:09:29.555 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-ceph-common-2:20.3.0-5397.gf7273f30.el9.x8 11/38 2026-02-21T11:09:29.555 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-cephfs-2:20.3.0-5397.gf7273f30.el9.x86_64 12/38 2026-02-21T11:09:29.555 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-rados-2:20.3.0-5397.gf7273f30.el9.x86_64 13/38 2026-02-21T11:09:29.555 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-rbd-2:20.3.0-5397.gf7273f30.el9.x86_64 14/38 2026-02-21T11:09:29.555 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-rgw-2:20.3.0-5397.gf7273f30.el9.x86_64 15/38 2026-02-21T11:09:29.555 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-21T11:09:29.555 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-21T11:09:29.555 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-21T11:09:29.555 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-21T11:09:29.555 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-21T11:09:29.555 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-21T11:09:29.555 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-21T11:09:29.555 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-21T11:09:29.555 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-21T11:09:29.555 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-21T11:09:29.555 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-21T11:09:29.555 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-21T11:09:29.555 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-21T11:09:29.555 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-21T11:09:29.555 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-21T11:09:29.555 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-21T11:09:29.555 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-21T11:09:29.555 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-21T11:09:29.555 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-21T11:09:29.555 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : librados2-2:20.3.0-5397.gf7273f30.el9.x86_64 35/38 2026-02-21T11:09:29.555 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-21T11:09:29.555 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : librbd1-2:20.3.0-5397.gf7273f30.el9.x86_64 37/38 2026-02-21T11:09:29.586 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-base-2:20.3.0-5397.gf7273f30.el9.x86_64 1/38 2026-02-21T11:09:29.586 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-common-2:20.3.0-5397.gf7273f30.el9.x86_64 2/38 2026-02-21T11:09:29.586 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-radosgw-2:20.3.0-5397.gf7273f30.el9.x86_64 3/38 2026-02-21T11:09:29.586 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-selinux-2:20.3.0-5397.gf7273f30.el9.x86_64 4/38 2026-02-21T11:09:29.586 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libcephfs-daemon-2:20.3.0-5397.gf7273f30.el9.x86_6 5/38 2026-02-21T11:09:29.586 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5397.gf7273f30.el9.x86_6 6/38 2026-02-21T11:09:29.586 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libcephfs2-2:20.3.0-5397.gf7273f30.el9.x86_64 7/38 2026-02-21T11:09:29.586 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libradosstriper1-2:20.3.0-5397.gf7273f30.el9.x86_6 8/38 2026-02-21T11:09:29.586 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : librgw2-2:20.3.0-5397.gf7273f30.el9.x86_64 9/38 2026-02-21T11:09:29.586 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5397.gf7273f30.el9. 10/38 2026-02-21T11:09:29.586 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-ceph-common-2:20.3.0-5397.gf7273f30.el9.x8 11/38 2026-02-21T11:09:29.586 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-cephfs-2:20.3.0-5397.gf7273f30.el9.x86_64 12/38 2026-02-21T11:09:29.586 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-rados-2:20.3.0-5397.gf7273f30.el9.x86_64 13/38 2026-02-21T11:09:29.586 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-rbd-2:20.3.0-5397.gf7273f30.el9.x86_64 14/38 2026-02-21T11:09:29.586 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-rgw-2:20.3.0-5397.gf7273f30.el9.x86_64 15/38 2026-02-21T11:09:29.586 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-21T11:09:29.586 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-21T11:09:29.586 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-21T11:09:29.586 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-21T11:09:29.586 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-21T11:09:29.586 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-21T11:09:29.586 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-21T11:09:29.586 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-21T11:09:29.586 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-21T11:09:29.586 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-21T11:09:29.587 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-21T11:09:29.587 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-21T11:09:29.587 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-21T11:09:29.587 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-21T11:09:29.587 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-21T11:09:29.587 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-21T11:09:29.587 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-21T11:09:29.587 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-21T11:09:29.587 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-21T11:09:29.587 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : librados2-2:20.3.0-5397.gf7273f30.el9.x86_64 35/38 2026-02-21T11:09:29.587 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-21T11:09:29.587 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : librbd1-2:20.3.0-5397.gf7273f30.el9.x86_64 37/38 2026-02-21T11:09:29.616 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-21T11:09:29.616 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:29.616 INFO:teuthology.orchestra.run.trial051.stdout:Upgraded: 2026-02-21T11:09:29.616 INFO:teuthology.orchestra.run.trial051.stdout: librados2-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.616 INFO:teuthology.orchestra.run.trial051.stdout: librbd1-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.616 INFO:teuthology.orchestra.run.trial051.stdout:Installed: 2026-02-21T11:09:29.616 INFO:teuthology.orchestra.run.trial051.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-21T11:09:29.616 INFO:teuthology.orchestra.run.trial051.stdout: ceph-base-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.616 INFO:teuthology.orchestra.run.trial051.stdout: ceph-common-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.616 INFO:teuthology.orchestra.run.trial051.stdout: ceph-radosgw-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.616 INFO:teuthology.orchestra.run.trial051.stdout: ceph-selinux-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.617 INFO:teuthology.orchestra.run.trial051.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-21T11:09:29.617 INFO:teuthology.orchestra.run.trial051.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-21T11:09:29.617 INFO:teuthology.orchestra.run.trial051.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-21T11:09:29.617 INFO:teuthology.orchestra.run.trial051.stdout: libcephfs-daemon-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.617 INFO:teuthology.orchestra.run.trial051.stdout: libcephfs-proxy2-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.617 INFO:teuthology.orchestra.run.trial051.stdout: libcephfs2-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.617 INFO:teuthology.orchestra.run.trial051.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-21T11:09:29.617 INFO:teuthology.orchestra.run.trial051.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-21T11:09:29.617 INFO:teuthology.orchestra.run.trial051.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-21T11:09:29.617 INFO:teuthology.orchestra.run.trial051.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-21T11:09:29.617 INFO:teuthology.orchestra.run.trial051.stdout: libradosstriper1-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.617 INFO:teuthology.orchestra.run.trial051.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-21T11:09:29.617 INFO:teuthology.orchestra.run.trial051.stdout: librgw2-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.617 INFO:teuthology.orchestra.run.trial051.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-21T11:09:29.617 INFO:teuthology.orchestra.run.trial051.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-21T11:09:29.617 INFO:teuthology.orchestra.run.trial051.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-21T11:09:29.617 INFO:teuthology.orchestra.run.trial051.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-21T11:09:29.617 INFO:teuthology.orchestra.run.trial051.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-21T11:09:29.617 INFO:teuthology.orchestra.run.trial051.stdout: python3-ceph-argparse-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.617 INFO:teuthology.orchestra.run.trial051.stdout: python3-ceph-common-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.617 INFO:teuthology.orchestra.run.trial051.stdout: python3-cephfs-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.617 INFO:teuthology.orchestra.run.trial051.stdout: python3-rados-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.617 INFO:teuthology.orchestra.run.trial051.stdout: python3-rbd-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.617 INFO:teuthology.orchestra.run.trial051.stdout: python3-rgw-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.617 INFO:teuthology.orchestra.run.trial051.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-21T11:09:29.617 INFO:teuthology.orchestra.run.trial051.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-21T11:09:29.617 INFO:teuthology.orchestra.run.trial051.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-21T11:09:29.617 INFO:teuthology.orchestra.run.trial051.stdout: re2-1:20211101-20.el9.x86_64 2026-02-21T11:09:29.617 INFO:teuthology.orchestra.run.trial051.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-21T11:09:29.618 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:29.618 INFO:teuthology.orchestra.run.trial051.stdout:Complete! 2026-02-21T11:09:29.649 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-21T11:09:29.649 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:09:29.649 INFO:teuthology.orchestra.run.trial144.stdout:Upgraded: 2026-02-21T11:09:29.650 INFO:teuthology.orchestra.run.trial144.stdout: librados2-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.650 INFO:teuthology.orchestra.run.trial144.stdout: librbd1-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.650 INFO:teuthology.orchestra.run.trial144.stdout:Installed: 2026-02-21T11:09:29.650 INFO:teuthology.orchestra.run.trial144.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-21T11:09:29.650 INFO:teuthology.orchestra.run.trial144.stdout: ceph-base-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.650 INFO:teuthology.orchestra.run.trial144.stdout: ceph-common-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.650 INFO:teuthology.orchestra.run.trial144.stdout: ceph-radosgw-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.650 INFO:teuthology.orchestra.run.trial144.stdout: ceph-selinux-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.650 INFO:teuthology.orchestra.run.trial144.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-21T11:09:29.650 INFO:teuthology.orchestra.run.trial144.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-21T11:09:29.650 INFO:teuthology.orchestra.run.trial144.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-21T11:09:29.650 INFO:teuthology.orchestra.run.trial144.stdout: libcephfs-daemon-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.650 INFO:teuthology.orchestra.run.trial144.stdout: libcephfs-proxy2-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.650 INFO:teuthology.orchestra.run.trial144.stdout: libcephfs2-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.650 INFO:teuthology.orchestra.run.trial144.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-21T11:09:29.650 INFO:teuthology.orchestra.run.trial144.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-21T11:09:29.650 INFO:teuthology.orchestra.run.trial144.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-21T11:09:29.650 INFO:teuthology.orchestra.run.trial144.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-21T11:09:29.650 INFO:teuthology.orchestra.run.trial144.stdout: libradosstriper1-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.650 INFO:teuthology.orchestra.run.trial144.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-21T11:09:29.650 INFO:teuthology.orchestra.run.trial144.stdout: librgw2-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.650 INFO:teuthology.orchestra.run.trial144.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-21T11:09:29.650 INFO:teuthology.orchestra.run.trial144.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-21T11:09:29.650 INFO:teuthology.orchestra.run.trial144.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-21T11:09:29.650 INFO:teuthology.orchestra.run.trial144.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-21T11:09:29.650 INFO:teuthology.orchestra.run.trial144.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-21T11:09:29.650 INFO:teuthology.orchestra.run.trial144.stdout: python3-ceph-argparse-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.651 INFO:teuthology.orchestra.run.trial144.stdout: python3-ceph-common-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.651 INFO:teuthology.orchestra.run.trial144.stdout: python3-cephfs-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.651 INFO:teuthology.orchestra.run.trial144.stdout: python3-rados-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.651 INFO:teuthology.orchestra.run.trial144.stdout: python3-rbd-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.651 INFO:teuthology.orchestra.run.trial144.stdout: python3-rgw-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:29.651 INFO:teuthology.orchestra.run.trial144.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-21T11:09:29.651 INFO:teuthology.orchestra.run.trial144.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-21T11:09:29.651 INFO:teuthology.orchestra.run.trial144.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-21T11:09:29.651 INFO:teuthology.orchestra.run.trial144.stdout: re2-1:20211101-20.el9.x86_64 2026-02-21T11:09:29.651 INFO:teuthology.orchestra.run.trial144.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-21T11:09:29.651 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:09:29.651 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-21T11:09:29.659 DEBUG:teuthology.orchestra.run.trial051:> sudo yum -y install ceph-test 2026-02-21T11:09:29.692 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install ceph-test 2026-02-21T11:09:29.974 INFO:teuthology.orchestra.run.trial051.stdout:Last metadata expiration check: 0:00:16 ago on Sat 21 Feb 2026 11:09:13 AM UTC. 2026-02-21T11:09:30.007 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:15 ago on Sat 21 Feb 2026 11:09:15 AM UTC. 2026-02-21T11:09:30.056 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:09:30.056 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:09:30.056 INFO:teuthology.orchestra.run.trial051.stdout: Package Arch Version Repository Size 2026-02-21T11:09:30.056 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:09:30.056 INFO:teuthology.orchestra.run.trial051.stdout:Installing: 2026-02-21T11:09:30.056 INFO:teuthology.orchestra.run.trial051.stdout: ceph-test x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 76 M 2026-02-21T11:09:30.057 INFO:teuthology.orchestra.run.trial051.stdout:Installing dependencies: 2026-02-21T11:09:30.057 INFO:teuthology.orchestra.run.trial051.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-21T11:09:30.057 INFO:teuthology.orchestra.run.trial051.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-21T11:09:30.057 INFO:teuthology.orchestra.run.trial051.stdout: libcephsqlite x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 159 k 2026-02-21T11:09:30.057 INFO:teuthology.orchestra.run.trial051.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-21T11:09:30.057 INFO:teuthology.orchestra.run.trial051.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-21T11:09:30.057 INFO:teuthology.orchestra.run.trial051.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-21T11:09:30.057 INFO:teuthology.orchestra.run.trial051.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-21T11:09:30.057 INFO:teuthology.orchestra.run.trial051.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-21T11:09:30.057 INFO:teuthology.orchestra.run.trial051.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-21T11:09:30.057 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:30.057 INFO:teuthology.orchestra.run.trial051.stdout:Transaction Summary 2026-02-21T11:09:30.057 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:09:30.057 INFO:teuthology.orchestra.run.trial051.stdout:Install 10 Packages 2026-02-21T11:09:30.057 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:30.057 INFO:teuthology.orchestra.run.trial051.stdout:Total download size: 80 M 2026-02-21T11:09:30.057 INFO:teuthology.orchestra.run.trial051.stdout:Installed size: 331 M 2026-02-21T11:09:30.057 INFO:teuthology.orchestra.run.trial051.stdout:Downloading Packages: 2026-02-21T11:09:30.089 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:09:30.090 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:09:30.090 INFO:teuthology.orchestra.run.trial144.stdout: Package Arch Version Repository Size 2026-02-21T11:09:30.090 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:09:30.090 INFO:teuthology.orchestra.run.trial144.stdout:Installing: 2026-02-21T11:09:30.090 INFO:teuthology.orchestra.run.trial144.stdout: ceph-test x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 76 M 2026-02-21T11:09:30.090 INFO:teuthology.orchestra.run.trial144.stdout:Installing dependencies: 2026-02-21T11:09:30.090 INFO:teuthology.orchestra.run.trial144.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-21T11:09:30.090 INFO:teuthology.orchestra.run.trial144.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-21T11:09:30.090 INFO:teuthology.orchestra.run.trial144.stdout: libcephsqlite x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 159 k 2026-02-21T11:09:30.090 INFO:teuthology.orchestra.run.trial144.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-21T11:09:30.090 INFO:teuthology.orchestra.run.trial144.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-21T11:09:30.090 INFO:teuthology.orchestra.run.trial144.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-21T11:09:30.090 INFO:teuthology.orchestra.run.trial144.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-21T11:09:30.090 INFO:teuthology.orchestra.run.trial144.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-21T11:09:30.090 INFO:teuthology.orchestra.run.trial144.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-21T11:09:30.090 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:09:30.090 INFO:teuthology.orchestra.run.trial144.stdout:Transaction Summary 2026-02-21T11:09:30.090 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:09:30.090 INFO:teuthology.orchestra.run.trial144.stdout:Install 10 Packages 2026-02-21T11:09:30.091 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:09:30.091 INFO:teuthology.orchestra.run.trial144.stdout:Total download size: 80 M 2026-02-21T11:09:30.091 INFO:teuthology.orchestra.run.trial144.stdout:Installed size: 331 M 2026-02-21T11:09:30.091 INFO:teuthology.orchestra.run.trial144.stdout:Downloading Packages: 2026-02-21T11:09:30.893 INFO:teuthology.orchestra.run.trial051.stdout:(1/10): libcephsqlite-20.3.0-5397.gf7273f30.el9 445 kB/s | 159 kB 00:00 2026-02-21T11:09:30.967 INFO:teuthology.orchestra.run.trial144.stdout:(1/10): libcephsqlite-20.3.0-5397.gf7273f30.el9 444 kB/s | 159 kB 00:00 2026-02-21T11:09:31.373 INFO:teuthology.orchestra.run.trial051.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 48 kB/s | 23 kB 00:00 2026-02-21T11:09:31.387 INFO:teuthology.orchestra.run.trial144.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 54 kB/s | 23 kB 00:00 2026-02-21T11:09:31.595 INFO:teuthology.orchestra.run.trial144.stdout:(3/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 2.1 MB/s | 2.1 MB 00:00 2026-02-21T11:09:31.610 INFO:teuthology.orchestra.run.trial051.stdout:(3/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 397 kB/s | 94 kB 00:00 2026-02-21T11:09:31.635 INFO:teuthology.orchestra.run.trial051.stdout:(4/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 1.9 MB/s | 2.1 MB 00:01 2026-02-21T11:09:31.643 INFO:teuthology.orchestra.run.trial144.stdout:(4/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 367 kB/s | 94 kB 00:00 2026-02-21T11:09:31.670 INFO:teuthology.orchestra.run.trial051.stdout:(5/10): libxslt-1.1.34-12.el9.x86_64.rpm 3.8 MB/s | 233 kB 00:00 2026-02-21T11:09:31.689 INFO:teuthology.orchestra.run.trial051.stdout:(6/10): socat-1.7.4.1-8.el9.x86_64.rpm 16 MB/s | 303 kB 00:00 2026-02-21T11:09:31.699 INFO:teuthology.orchestra.run.trial051.stdout:(7/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 6.6 MB/s | 64 kB 00:00 2026-02-21T11:09:31.707 INFO:teuthology.orchestra.run.trial144.stdout:(5/10): libxslt-1.1.34-12.el9.x86_64.rpm 2.0 MB/s | 233 kB 00:00 2026-02-21T11:09:31.713 INFO:teuthology.orchestra.run.trial051.stdout:(8/10): protobuf-3.14.0-17.el9.x86_64.rpm 13 MB/s | 1.0 MB 00:00 2026-02-21T11:09:31.750 INFO:teuthology.orchestra.run.trial144.stdout:(6/10): socat-1.7.4.1-8.el9.x86_64.rpm 7.0 MB/s | 303 kB 00:00 2026-02-21T11:09:31.770 INFO:teuthology.orchestra.run.trial144.stdout:(7/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 3.0 MB/s | 64 kB 00:00 2026-02-21T11:09:31.814 INFO:teuthology.orchestra.run.trial144.stdout:(8/10): protobuf-3.14.0-17.el9.x86_64.rpm 5.9 MB/s | 1.0 MB 00:00 2026-02-21T11:09:31.865 INFO:teuthology.orchestra.run.trial051.stdout:(9/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 733 kB/s | 122 kB 00:00 2026-02-21T11:09:32.141 INFO:teuthology.orchestra.run.trial144.stdout:(9/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 329 kB/s | 122 kB 00:00 2026-02-21T11:09:34.114 INFO:teuthology.orchestra.run.trial051.stdout:(10/10): ceph-test-20.3.0-5397.gf7273f30.el9.x8 21 MB/s | 76 MB 00:03 2026-02-21T11:09:34.117 INFO:teuthology.orchestra.run.trial051.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:09:34.117 INFO:teuthology.orchestra.run.trial051.stdout:Total 20 MB/s | 80 MB 00:04 2026-02-21T11:09:34.182 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction check 2026-02-21T11:09:34.192 INFO:teuthology.orchestra.run.trial051.stdout:Transaction check succeeded. 2026-02-21T11:09:34.192 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction test 2026-02-21T11:09:34.469 INFO:teuthology.orchestra.run.trial051.stdout:Transaction test succeeded. 2026-02-21T11:09:34.469 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction 2026-02-21T11:09:34.771 INFO:teuthology.orchestra.run.trial051.stdout: Preparing : 1/1 2026-02-21T11:09:34.780 INFO:teuthology.orchestra.run.trial051.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-21T11:09:34.789 INFO:teuthology.orchestra.run.trial051.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-21T11:09:34.794 INFO:teuthology.orchestra.run.trial051.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-21T11:09:34.798 INFO:teuthology.orchestra.run.trial051.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-21T11:09:34.804 INFO:teuthology.orchestra.run.trial051.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-21T11:09:34.806 INFO:teuthology.orchestra.run.trial051.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-21T11:09:34.815 INFO:teuthology.orchestra.run.trial051.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-21T11:09:34.823 INFO:teuthology.orchestra.run.trial051.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-21T11:09:34.824 INFO:teuthology.orchestra.run.trial051.stdout: Installing : libcephsqlite-2:20.3.0-5397.gf7273f30.el9.x86_64 9/10 2026-02-21T11:09:35.027 INFO:teuthology.orchestra.run.trial144.stdout:(10/10): ceph-test-20.3.0-5397.gf7273f30.el9.x8 17 MB/s | 76 MB 00:04 2026-02-21T11:09:35.029 INFO:teuthology.orchestra.run.trial144.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:09:35.029 INFO:teuthology.orchestra.run.trial144.stdout:Total 16 MB/s | 80 MB 00:04 2026-02-21T11:09:35.095 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction check 2026-02-21T11:09:35.105 INFO:teuthology.orchestra.run.trial144.stdout:Transaction check succeeded. 2026-02-21T11:09:35.106 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction test 2026-02-21T11:09:35.381 INFO:teuthology.orchestra.run.trial144.stdout:Transaction test succeeded. 2026-02-21T11:09:35.381 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction 2026-02-21T11:09:35.686 INFO:teuthology.orchestra.run.trial144.stdout: Preparing : 1/1 2026-02-21T11:09:35.694 INFO:teuthology.orchestra.run.trial144.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-21T11:09:35.703 INFO:teuthology.orchestra.run.trial144.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-21T11:09:35.708 INFO:teuthology.orchestra.run.trial144.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-21T11:09:35.712 INFO:teuthology.orchestra.run.trial144.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-21T11:09:35.718 INFO:teuthology.orchestra.run.trial144.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-21T11:09:35.719 INFO:teuthology.orchestra.run.trial144.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-21T11:09:35.729 INFO:teuthology.orchestra.run.trial144.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-21T11:09:35.738 INFO:teuthology.orchestra.run.trial144.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-21T11:09:35.739 INFO:teuthology.orchestra.run.trial144.stdout: Installing : libcephsqlite-2:20.3.0-5397.gf7273f30.el9.x86_64 9/10 2026-02-21T11:09:38.243 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5397.gf7273f30.el9.x86_64 9/10 2026-02-21T11:09:38.262 INFO:teuthology.orchestra.run.trial051.stdout: Installing : ceph-test-2:20.3.0-5397.gf7273f30.el9.x86_64 10/10 2026-02-21T11:09:38.591 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: ceph-test-2:20.3.0-5397.gf7273f30.el9.x86_64 10/10 2026-02-21T11:09:38.592 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : ceph-test-2:20.3.0-5397.gf7273f30.el9.x86_64 1/10 2026-02-21T11:09:38.592 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : libcephsqlite-2:20.3.0-5397.gf7273f30.el9.x86_64 2/10 2026-02-21T11:09:38.592 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-21T11:09:38.592 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-21T11:09:38.592 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-21T11:09:38.592 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-21T11:09:38.592 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-21T11:09:38.592 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-21T11:09:38.592 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-21T11:09:38.647 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-21T11:09:38.647 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:38.647 INFO:teuthology.orchestra.run.trial051.stdout:Installed: 2026-02-21T11:09:38.648 INFO:teuthology.orchestra.run.trial051.stdout: ceph-test-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:38.648 INFO:teuthology.orchestra.run.trial051.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-21T11:09:38.648 INFO:teuthology.orchestra.run.trial051.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-21T11:09:38.648 INFO:teuthology.orchestra.run.trial051.stdout: libcephsqlite-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:38.648 INFO:teuthology.orchestra.run.trial051.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-21T11:09:38.648 INFO:teuthology.orchestra.run.trial051.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-21T11:09:38.648 INFO:teuthology.orchestra.run.trial051.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-21T11:09:38.648 INFO:teuthology.orchestra.run.trial051.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-21T11:09:38.648 INFO:teuthology.orchestra.run.trial051.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-21T11:09:38.648 INFO:teuthology.orchestra.run.trial051.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-21T11:09:38.648 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:38.648 INFO:teuthology.orchestra.run.trial051.stdout:Complete! 2026-02-21T11:09:38.687 DEBUG:teuthology.orchestra.run.trial051:> sudo yum -y install ceph 2026-02-21T11:09:39.001 INFO:teuthology.orchestra.run.trial051.stdout:Last metadata expiration check: 0:00:25 ago on Sat 21 Feb 2026 11:09:13 AM UTC. 2026-02-21T11:09:39.088 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:09:39.089 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5397.gf7273f30.el9.x86_64 9/10 2026-02-21T11:09:39.090 INFO:teuthology.orchestra.run.trial051.stdout:======================================================================================= 2026-02-21T11:09:39.090 INFO:teuthology.orchestra.run.trial051.stdout: Package Arch Version Repository Size 2026-02-21T11:09:39.090 INFO:teuthology.orchestra.run.trial051.stdout:======================================================================================= 2026-02-21T11:09:39.090 INFO:teuthology.orchestra.run.trial051.stdout:Installing: 2026-02-21T11:09:39.090 INFO:teuthology.orchestra.run.trial051.stdout: ceph x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 6.5 k 2026-02-21T11:09:39.090 INFO:teuthology.orchestra.run.trial051.stdout:Installing dependencies: 2026-02-21T11:09:39.090 INFO:teuthology.orchestra.run.trial051.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-21T11:09:39.090 INFO:teuthology.orchestra.run.trial051.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 57 k 2026-02-21T11:09:39.091 INFO:teuthology.orchestra.run.trial051.stdout: ceph-mds x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 2.4 M 2026-02-21T11:09:39.091 INFO:teuthology.orchestra.run.trial051.stdout: ceph-mgr x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 950 k 2026-02-21T11:09:39.091 INFO:teuthology.orchestra.run.trial051.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 297 k 2026-02-21T11:09:39.091 INFO:teuthology.orchestra.run.trial051.stdout: ceph-mon x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 5.0 M 2026-02-21T11:09:39.091 INFO:teuthology.orchestra.run.trial051.stdout: ceph-osd x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 166 k 2026-02-21T11:09:39.091 INFO:teuthology.orchestra.run.trial051.stdout: ceph-osd-classic x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 16 M 2026-02-21T11:09:39.091 INFO:teuthology.orchestra.run.trial051.stdout: ceph-osd-crimson x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 19 M 2026-02-21T11:09:39.091 INFO:teuthology.orchestra.run.trial051.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 17 k 2026-02-21T11:09:39.091 INFO:teuthology.orchestra.run.trial051.stdout: cephadm noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 1.0 M 2026-02-21T11:09:39.091 INFO:teuthology.orchestra.run.trial051.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-21T11:09:39.091 INFO:teuthology.orchestra.run.trial051.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-21T11:09:39.091 INFO:teuthology.orchestra.run.trial051.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-21T11:09:39.091 INFO:teuthology.orchestra.run.trial051.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-21T11:09:39.091 INFO:teuthology.orchestra.run.trial051.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-21T11:09:39.091 INFO:teuthology.orchestra.run.trial051.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-21T11:09:39.091 INFO:teuthology.orchestra.run.trial051.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-21T11:09:39.091 INFO:teuthology.orchestra.run.trial051.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-21T11:09:39.091 INFO:teuthology.orchestra.run.trial051.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-21T11:09:39.091 INFO:teuthology.orchestra.run.trial051.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-21T11:09:39.091 INFO:teuthology.orchestra.run.trial051.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-21T11:09:39.091 INFO:teuthology.orchestra.run.trial051.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-21T11:09:39.091 INFO:teuthology.orchestra.run.trial051.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-21T11:09:39.091 INFO:teuthology.orchestra.run.trial051.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-21T11:09:39.091 INFO:teuthology.orchestra.run.trial051.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-21T11:09:39.091 INFO:teuthology.orchestra.run.trial051.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-21T11:09:39.091 INFO:teuthology.orchestra.run.trial051.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-21T11:09:39.092 INFO:teuthology.orchestra.run.trial051.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-21T11:09:39.092 INFO:teuthology.orchestra.run.trial051.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-21T11:09:39.092 INFO:teuthology.orchestra.run.trial051.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-21T11:09:39.092 INFO:teuthology.orchestra.run.trial051.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-21T11:09:39.092 INFO:teuthology.orchestra.run.trial051.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-21T11:09:39.092 INFO:teuthology.orchestra.run.trial051.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-21T11:09:39.092 INFO:teuthology.orchestra.run.trial051.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-21T11:09:39.092 INFO:teuthology.orchestra.run.trial051.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-21T11:09:39.092 INFO:teuthology.orchestra.run.trial051.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-21T11:09:39.092 INFO:teuthology.orchestra.run.trial051.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-21T11:09:39.092 INFO:teuthology.orchestra.run.trial051.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-21T11:09:39.092 INFO:teuthology.orchestra.run.trial051.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-21T11:09:39.092 INFO:teuthology.orchestra.run.trial051.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-21T11:09:39.092 INFO:teuthology.orchestra.run.trial051.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-21T11:09:39.092 INFO:teuthology.orchestra.run.trial051.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-21T11:09:39.092 INFO:teuthology.orchestra.run.trial051.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-21T11:09:39.092 INFO:teuthology.orchestra.run.trial051.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-21T11:09:39.092 INFO:teuthology.orchestra.run.trial051.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-21T11:09:39.092 INFO:teuthology.orchestra.run.trial051.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-21T11:09:39.092 INFO:teuthology.orchestra.run.trial051.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-21T11:09:39.092 INFO:teuthology.orchestra.run.trial051.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-21T11:09:39.092 INFO:teuthology.orchestra.run.trial051.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-21T11:09:39.092 INFO:teuthology.orchestra.run.trial051.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-21T11:09:39.092 INFO:teuthology.orchestra.run.trial051.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-21T11:09:39.092 INFO:teuthology.orchestra.run.trial051.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-21T11:09:39.092 INFO:teuthology.orchestra.run.trial051.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-21T11:09:39.092 INFO:teuthology.orchestra.run.trial051.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-21T11:09:39.092 INFO:teuthology.orchestra.run.trial051.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-21T11:09:39.092 INFO:teuthology.orchestra.run.trial051.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-21T11:09:39.093 INFO:teuthology.orchestra.run.trial051.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-21T11:09:39.093 INFO:teuthology.orchestra.run.trial051.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-21T11:09:39.093 INFO:teuthology.orchestra.run.trial051.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-21T11:09:39.093 INFO:teuthology.orchestra.run.trial051.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-21T11:09:39.093 INFO:teuthology.orchestra.run.trial051.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-21T11:09:39.093 INFO:teuthology.orchestra.run.trial051.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-21T11:09:39.093 INFO:teuthology.orchestra.run.trial051.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-21T11:09:39.093 INFO:teuthology.orchestra.run.trial051.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-21T11:09:39.093 INFO:teuthology.orchestra.run.trial051.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-21T11:09:39.093 INFO:teuthology.orchestra.run.trial051.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-21T11:09:39.093 INFO:teuthology.orchestra.run.trial051.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-21T11:09:39.093 INFO:teuthology.orchestra.run.trial051.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-21T11:09:39.093 INFO:teuthology.orchestra.run.trial051.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-21T11:09:39.093 INFO:teuthology.orchestra.run.trial051.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-21T11:09:39.093 INFO:teuthology.orchestra.run.trial051.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-21T11:09:39.093 INFO:teuthology.orchestra.run.trial051.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-21T11:09:39.093 INFO:teuthology.orchestra.run.trial051.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-21T11:09:39.093 INFO:teuthology.orchestra.run.trial051.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-21T11:09:39.093 INFO:teuthology.orchestra.run.trial051.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-21T11:09:39.093 INFO:teuthology.orchestra.run.trial051.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-21T11:09:39.093 INFO:teuthology.orchestra.run.trial051.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-21T11:09:39.093 INFO:teuthology.orchestra.run.trial051.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-21T11:09:39.093 INFO:teuthology.orchestra.run.trial051.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-21T11:09:39.093 INFO:teuthology.orchestra.run.trial051.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-21T11:09:39.093 INFO:teuthology.orchestra.run.trial051.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-21T11:09:39.093 INFO:teuthology.orchestra.run.trial051.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-21T11:09:39.093 INFO:teuthology.orchestra.run.trial051.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-21T11:09:39.093 INFO:teuthology.orchestra.run.trial051.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-21T11:09:39.093 INFO:teuthology.orchestra.run.trial051.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-21T11:09:39.094 INFO:teuthology.orchestra.run.trial051.stdout:Installing weak dependencies: 2026-02-21T11:09:39.094 INFO:teuthology.orchestra.run.trial051.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 184 k 2026-02-21T11:09:39.094 INFO:teuthology.orchestra.run.trial051.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 51 M 2026-02-21T11:09:39.094 INFO:teuthology.orchestra.run.trial051.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 7.4 M 2026-02-21T11:09:39.094 INFO:teuthology.orchestra.run.trial051.stdout: ceph-mgr-k8sevents noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 22 k 2026-02-21T11:09:39.094 INFO:teuthology.orchestra.run.trial051.stdout: ceph-mgr-rook noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 50 k 2026-02-21T11:09:39.094 INFO:teuthology.orchestra.run.trial051.stdout: ceph-volume noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 301 k 2026-02-21T11:09:39.094 INFO:teuthology.orchestra.run.trial051.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-21T11:09:39.094 INFO:teuthology.orchestra.run.trial051.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-21T11:09:39.094 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:39.094 INFO:teuthology.orchestra.run.trial051.stdout:Transaction Summary 2026-02-21T11:09:39.094 INFO:teuthology.orchestra.run.trial051.stdout:======================================================================================= 2026-02-21T11:09:39.094 INFO:teuthology.orchestra.run.trial051.stdout:Install 95 Packages 2026-02-21T11:09:39.094 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:39.094 INFO:teuthology.orchestra.run.trial051.stdout:Total download size: 158 M 2026-02-21T11:09:39.094 INFO:teuthology.orchestra.run.trial051.stdout:Installed size: 732 M 2026-02-21T11:09:39.094 INFO:teuthology.orchestra.run.trial051.stdout:Downloading Packages: 2026-02-21T11:09:39.107 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-test-2:20.3.0-5397.gf7273f30.el9.x86_64 10/10 2026-02-21T11:09:39.434 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-test-2:20.3.0-5397.gf7273f30.el9.x86_64 10/10 2026-02-21T11:09:39.434 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-test-2:20.3.0-5397.gf7273f30.el9.x86_64 1/10 2026-02-21T11:09:39.434 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libcephsqlite-2:20.3.0-5397.gf7273f30.el9.x86_64 2/10 2026-02-21T11:09:39.434 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-21T11:09:39.434 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-21T11:09:39.434 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-21T11:09:39.434 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-21T11:09:39.434 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-21T11:09:39.434 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-21T11:09:39.435 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-21T11:09:39.488 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-21T11:09:39.489 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:09:39.489 INFO:teuthology.orchestra.run.trial144.stdout:Installed: 2026-02-21T11:09:39.489 INFO:teuthology.orchestra.run.trial144.stdout: ceph-test-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:39.489 INFO:teuthology.orchestra.run.trial144.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-21T11:09:39.489 INFO:teuthology.orchestra.run.trial144.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-21T11:09:39.489 INFO:teuthology.orchestra.run.trial144.stdout: libcephsqlite-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:39.489 INFO:teuthology.orchestra.run.trial144.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-21T11:09:39.489 INFO:teuthology.orchestra.run.trial144.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-21T11:09:39.489 INFO:teuthology.orchestra.run.trial144.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-21T11:09:39.489 INFO:teuthology.orchestra.run.trial144.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-21T11:09:39.489 INFO:teuthology.orchestra.run.trial144.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-21T11:09:39.489 INFO:teuthology.orchestra.run.trial144.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-21T11:09:39.489 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:09:39.489 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-21T11:09:39.525 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install ceph 2026-02-21T11:09:39.699 INFO:teuthology.orchestra.run.trial051.stdout:(1/95): ceph-20.3.0-5397.gf7273f30.el9.x86_64.r 114 kB/s | 6.5 kB 00:00 2026-02-21T11:09:39.774 INFO:teuthology.orchestra.run.trial051.stdout:(2/95): ceph-mgr-20.3.0-5397.gf7273f30.el9.x86_ 7.0 MB/s | 950 kB 00:00 2026-02-21T11:09:39.793 INFO:teuthology.orchestra.run.trial051.stdout:(3/95): ceph-mds-20.3.0-5397.gf7273f30.el9.x86_ 16 MB/s | 2.4 MB 00:00 2026-02-21T11:09:39.801 INFO:teuthology.orchestra.run.trial051.stdout:(4/95): ceph-osd-20.3.0-5397.gf7273f30.el9.x86_ 6.2 MB/s | 166 kB 00:00 2026-02-21T11:09:39.825 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:24 ago on Sat 21 Feb 2026 11:09:15 AM UTC. 2026-02-21T11:09:39.912 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:09:39.914 INFO:teuthology.orchestra.run.trial144.stdout:======================================================================================= 2026-02-21T11:09:39.914 INFO:teuthology.orchestra.run.trial144.stdout: Package Arch Version Repository Size 2026-02-21T11:09:39.914 INFO:teuthology.orchestra.run.trial144.stdout:======================================================================================= 2026-02-21T11:09:39.914 INFO:teuthology.orchestra.run.trial144.stdout:Installing: 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: ceph x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 6.5 k 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout:Installing dependencies: 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 57 k 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mds x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 2.4 M 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mgr x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 950 k 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 297 k 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mon x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 5.0 M 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: ceph-osd x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 166 k 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: ceph-osd-classic x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 16 M 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: ceph-osd-crimson x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 19 M 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 17 k 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: cephadm noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 1.0 M 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-21T11:09:39.915 INFO:teuthology.orchestra.run.trial144.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-21T11:09:39.916 INFO:teuthology.orchestra.run.trial144.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-21T11:09:39.917 INFO:teuthology.orchestra.run.trial144.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-21T11:09:39.917 INFO:teuthology.orchestra.run.trial144.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-21T11:09:39.917 INFO:teuthology.orchestra.run.trial144.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-21T11:09:39.917 INFO:teuthology.orchestra.run.trial144.stdout:Installing weak dependencies: 2026-02-21T11:09:39.917 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 184 k 2026-02-21T11:09:39.917 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 51 M 2026-02-21T11:09:39.917 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 7.4 M 2026-02-21T11:09:39.917 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mgr-k8sevents noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 22 k 2026-02-21T11:09:39.917 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mgr-rook noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 50 k 2026-02-21T11:09:39.917 INFO:teuthology.orchestra.run.trial144.stdout: ceph-volume noarch 2:20.3.0-5397.gf7273f30.el9 ceph-noarch 301 k 2026-02-21T11:09:39.917 INFO:teuthology.orchestra.run.trial144.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-21T11:09:39.917 INFO:teuthology.orchestra.run.trial144.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-21T11:09:39.917 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:09:39.917 INFO:teuthology.orchestra.run.trial144.stdout:Transaction Summary 2026-02-21T11:09:39.917 INFO:teuthology.orchestra.run.trial144.stdout:======================================================================================= 2026-02-21T11:09:39.917 INFO:teuthology.orchestra.run.trial144.stdout:Install 95 Packages 2026-02-21T11:09:39.917 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:09:39.917 INFO:teuthology.orchestra.run.trial144.stdout:Total download size: 158 M 2026-02-21T11:09:39.917 INFO:teuthology.orchestra.run.trial144.stdout:Installed size: 732 M 2026-02-21T11:09:39.917 INFO:teuthology.orchestra.run.trial144.stdout:Downloading Packages: 2026-02-21T11:09:40.093 INFO:teuthology.orchestra.run.trial051.stdout:(5/95): ceph-mon-20.3.0-5397.gf7273f30.el9.x86_ 13 MB/s | 5.0 MB 00:00 2026-02-21T11:09:40.147 INFO:teuthology.orchestra.run.trial051.stdout:(6/95): ceph-grafana-dashboards-20.3.0-5397.gf7 1.0 MB/s | 57 kB 00:00 2026-02-21T11:09:40.206 INFO:teuthology.orchestra.run.trial051.stdout:(7/95): ceph-mgr-cephadm-20.3.0-5397.gf7273f30. 3.1 MB/s | 184 kB 00:00 2026-02-21T11:09:40.366 INFO:teuthology.orchestra.run.trial051.stdout:(8/95): ceph-osd-classic-20.3.0-5397.gf7273f30. 27 MB/s | 16 MB 00:00 2026-02-21T11:09:40.425 INFO:teuthology.orchestra.run.trial144.stdout:(1/95): ceph-20.3.0-5397.gf7273f30.el9.x86_64.r 30 kB/s | 6.5 kB 00:00 2026-02-21T11:09:40.649 INFO:teuthology.orchestra.run.trial051.stdout:(9/95): ceph-mgr-diskprediction-local-20.3.0-53 26 MB/s | 7.4 MB 00:00 2026-02-21T11:09:40.682 INFO:teuthology.orchestra.run.trial051.stdout:(10/95): ceph-mgr-k8sevents-20.3.0-5397.gf7273f 690 kB/s | 22 kB 00:00 2026-02-21T11:09:40.720 INFO:teuthology.orchestra.run.trial051.stdout:(11/95): ceph-mgr-modules-core-20.3.0-5397.gf72 7.7 MB/s | 297 kB 00:00 2026-02-21T11:09:40.755 INFO:teuthology.orchestra.run.trial051.stdout:(12/95): ceph-osd-crimson-20.3.0-5397.gf7273f30 20 MB/s | 19 MB 00:00 2026-02-21T11:09:40.755 INFO:teuthology.orchestra.run.trial051.stdout:(13/95): ceph-mgr-rook-20.3.0-5397.gf7273f30.el 1.4 MB/s | 50 kB 00:00 2026-02-21T11:09:40.773 INFO:teuthology.orchestra.run.trial051.stdout:(14/95): ceph-volume-20.3.0-5397.gf7273f30.el9. 17 MB/s | 301 kB 00:00 2026-02-21T11:09:40.773 INFO:teuthology.orchestra.run.trial051.stdout:(15/95): ceph-prometheus-alerts-20.3.0-5397.gf7 950 kB/s | 17 kB 00:00 2026-02-21T11:09:40.809 INFO:teuthology.orchestra.run.trial051.stdout:(16/95): cephadm-20.3.0-5397.gf7273f30.el9.noar 28 MB/s | 1.0 MB 00:00 2026-02-21T11:09:40.859 INFO:teuthology.orchestra.run.trial144.stdout:(2/95): ceph-mgr-20.3.0-5397.gf7273f30.el9.x86_ 1.4 MB/s | 950 kB 00:00 2026-02-21T11:09:40.892 INFO:teuthology.orchestra.run.trial144.stdout:(3/95): ceph-osd-20.3.0-5397.gf7273f30.el9.x86_ 4.9 MB/s | 166 kB 00:00 2026-02-21T11:09:40.896 INFO:teuthology.orchestra.run.trial051.stdout:(17/95): ledmon-libs-1.1.0-3.el9.x86_64.rpm 465 kB/s | 40 kB 00:00 2026-02-21T11:09:40.942 INFO:teuthology.orchestra.run.trial051.stdout:(18/95): cryptsetup-2.8.1-3.el9.x86_64.rpm 2.0 MB/s | 351 kB 00:00 2026-02-21T11:09:40.956 INFO:teuthology.orchestra.run.trial051.stdout:(19/95): libconfig-1.7.2-9.el9.x86_64.rpm 1.2 MB/s | 72 kB 00:00 2026-02-21T11:09:40.977 INFO:teuthology.orchestra.run.trial144.stdout:(4/95): ceph-mds-20.3.0-5397.gf7273f30.el9.x86_ 3.1 MB/s | 2.4 MB 00:00 2026-02-21T11:09:41.010 INFO:teuthology.orchestra.run.trial051.stdout:(20/95): libgfortran-11.5.0-14.el9.x86_64.rpm 11 MB/s | 794 kB 00:00 2026-02-21T11:09:41.017 INFO:teuthology.orchestra.run.trial051.stdout:(21/95): libquadmath-11.5.0-14.el9.x86_64.rpm 2.9 MB/s | 184 kB 00:00 2026-02-21T11:09:41.041 INFO:teuthology.orchestra.run.trial051.stdout:(22/95): python3-cffi-1.14.5-5.el9.x86_64.rpm 8.1 MB/s | 253 kB 00:00 2026-02-21T11:09:41.068 INFO:teuthology.orchestra.run.trial051.stdout:(23/95): python3-ply-3.11-14.el9.noarch.rpm 3.8 MB/s | 106 kB 00:00 2026-02-21T11:09:41.096 INFO:teuthology.orchestra.run.trial051.stdout:(24/95): python3-pycparser-2.20-6.el9.noarch.rp 4.8 MB/s | 135 kB 00:00 2026-02-21T11:09:41.112 INFO:teuthology.orchestra.run.trial051.stdout:(25/95): python3-cryptography-36.0.1-5.el9.x86_ 13 MB/s | 1.2 MB 00:00 2026-02-21T11:09:41.123 INFO:teuthology.orchestra.run.trial051.stdout:(26/95): python3-requests-2.25.1-10.el9.noarch. 4.5 MB/s | 126 kB 00:00 2026-02-21T11:09:41.140 INFO:teuthology.orchestra.run.trial051.stdout:(27/95): python3-urllib3-1.26.5-7.el9.noarch.rp 7.7 MB/s | 218 kB 00:00 2026-02-21T11:09:41.151 INFO:teuthology.orchestra.run.trial051.stdout:(28/95): unzip-6.0-59.el9.x86_64.rpm 6.3 MB/s | 182 kB 00:00 2026-02-21T11:09:41.170 INFO:teuthology.orchestra.run.trial051.stdout:(29/95): zip-3.0-35.el9.x86_64.rpm 8.8 MB/s | 266 kB 00:00 2026-02-21T11:09:41.180 INFO:teuthology.orchestra.run.trial051.stdout:(30/95): flexiblas-3.0.4-9.el9.x86_64.rpm 1.0 MB/s | 30 kB 00:00 2026-02-21T11:09:41.190 INFO:teuthology.orchestra.run.trial051.stdout:(31/95): flexiblas-openblas-openmp-3.0.4-9.el9. 1.4 MB/s | 15 kB 00:00 2026-02-21T11:09:41.226 INFO:teuthology.orchestra.run.trial051.stdout:(32/95): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 6.8 MB/s | 246 kB 00:00 2026-02-21T11:09:41.239 INFO:teuthology.orchestra.run.trial051.stdout:(33/95): lua-5.4.4-4.el9.x86_64.rpm 15 MB/s | 188 kB 00:00 2026-02-21T11:09:41.248 INFO:teuthology.orchestra.run.trial051.stdout:(34/95): openblas-0.3.29-1.el9.x86_64.rpm 4.5 MB/s | 42 kB 00:00 2026-02-21T11:09:41.264 INFO:teuthology.orchestra.run.trial051.stdout:(35/95): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 32 MB/s | 3.0 MB 00:00 2026-02-21T11:09:41.299 INFO:teuthology.orchestra.run.trial051.stdout:(36/95): python3-babel-2.9.1-2.el9.noarch.rpm 172 MB/s | 6.0 MB 00:00 2026-02-21T11:09:41.306 INFO:teuthology.orchestra.run.trial051.stdout:(37/95): openblas-openmp-0.3.29-1.el9.x86_64.rp 90 MB/s | 5.3 MB 00:00 2026-02-21T11:09:41.311 INFO:teuthology.orchestra.run.trial051.stdout:(38/95): python3-devel-3.9.25-3.el9.x86_64.rpm 19 MB/s | 244 kB 00:00 2026-02-21T11:09:41.318 INFO:teuthology.orchestra.run.trial051.stdout:(39/95): python3-jinja2-2.11.3-8.el9.noarch.rpm 20 MB/s | 249 kB 00:00 2026-02-21T11:09:41.322 INFO:teuthology.orchestra.run.trial051.stdout:(40/95): python3-jmespath-1.0.1-1.el9.noarch.rp 4.3 MB/s | 48 kB 00:00 2026-02-21T11:09:41.330 INFO:teuthology.orchestra.run.trial051.stdout:(41/95): python3-libstoragemgmt-1.10.1-1.el9.x8 15 MB/s | 177 kB 00:00 2026-02-21T11:09:41.337 INFO:teuthology.orchestra.run.trial051.stdout:(42/95): python3-lxml-4.6.5-3.el9.x86_64.rpm 84 MB/s | 1.2 MB 00:00 2026-02-21T11:09:41.340 INFO:teuthology.orchestra.run.trial051.stdout:(43/95): python3-markupsafe-1.1.1-12.el9.x86_64 3.5 MB/s | 35 kB 00:00 2026-02-21T11:09:41.353 INFO:teuthology.orchestra.run.trial051.stdout:(44/95): python3-numpy-f2py-1.23.5-2.el9.x86_64 34 MB/s | 442 kB 00:00 2026-02-21T11:09:41.363 INFO:teuthology.orchestra.run.trial051.stdout:(45/95): python3-packaging-20.9-5.el9.noarch.rp 7.2 MB/s | 77 kB 00:00 2026-02-21T11:09:41.374 INFO:teuthology.orchestra.run.trial051.stdout:(46/95): python3-numpy-1.23.5-2.el9.x86_64.rpm 168 MB/s | 6.1 MB 00:00 2026-02-21T11:09:41.375 INFO:teuthology.orchestra.run.trial051.stdout:(47/95): python3-protobuf-3.14.0-17.el9.noarch. 22 MB/s | 267 kB 00:00 2026-02-21T11:09:41.387 INFO:teuthology.orchestra.run.trial051.stdout:(48/95): python3-pyasn1-0.4.8-6.el9.noarch.rpm 13 MB/s | 159 kB 00:00 2026-02-21T11:09:41.387 INFO:teuthology.orchestra.run.trial051.stdout:(49/95): python3-pyasn1-modules-0.4.8-6.el9.noa 22 MB/s | 279 kB 00:00 2026-02-21T11:09:41.397 INFO:teuthology.orchestra.run.trial051.stdout:(50/95): python3-requests-oauthlib-1.3.0-12.el9 4.8 MB/s | 54 kB 00:00 2026-02-21T11:09:41.401 INFO:teuthology.orchestra.run.trial144.stdout:(5/95): ceph-mon-20.3.0-5397.gf7273f30.el9.x86_ 5.1 MB/s | 5.0 MB 00:00 2026-02-21T11:09:41.408 INFO:teuthology.orchestra.run.trial051.stdout:(51/95): python3-toml-0.10.2-6.el9.noarch.rpm 3.9 MB/s | 42 kB 00:00 2026-02-21T11:09:41.419 INFO:teuthology.orchestra.run.trial051.stdout:(52/95): xmlsec1-1.2.29-13.el9.x86_64.rpm 18 MB/s | 189 kB 00:00 2026-02-21T11:09:41.424 INFO:teuthology.orchestra.run.trial144.stdout:(6/95): ceph-grafana-dashboards-20.3.0-5397.gf7 2.4 MB/s | 57 kB 00:00 2026-02-21T11:09:41.430 INFO:teuthology.orchestra.run.trial051.stdout:(53/95): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 8.2 MB/s | 90 kB 00:00 2026-02-21T11:09:41.439 INFO:teuthology.orchestra.run.trial051.stdout:(54/95): lua-devel-5.4.4-4.el9.x86_64.rpm 2.2 MB/s | 22 kB 00:00 2026-02-21T11:09:41.451 INFO:teuthology.orchestra.run.trial144.stdout:(7/95): ceph-mgr-cephadm-20.3.0-5397.gf7273f30. 6.7 MB/s | 184 kB 00:00 2026-02-21T11:09:41.452 INFO:teuthology.orchestra.run.trial051.stdout:(55/95): protobuf-compiler-3.14.0-17.el9.x86_64 68 MB/s | 862 kB 00:00 2026-02-21T11:09:41.479 INFO:teuthology.orchestra.run.trial051.stdout:(56/95): python3-scipy-1.9.3-2.el9.x86_64.rpm 210 MB/s | 19 MB 00:00 2026-02-21T11:09:41.607 INFO:teuthology.orchestra.run.trial051.stdout:(57/95): grpc-data-1.46.7-10.el9.noarch.rpm 153 kB/s | 19 kB 00:00 2026-02-21T11:09:41.712 INFO:teuthology.orchestra.run.trial051.stdout:(58/95): luarocks-3.9.2-5.el9.noarch.rpm 1.4 MB/s | 151 kB 00:00 2026-02-21T11:09:41.733 INFO:teuthology.orchestra.run.trial051.stdout:(59/95): abseil-cpp-20211102.0-4.el9.x86_64.rpm 1.9 MB/s | 551 kB 00:00 2026-02-21T11:09:41.763 INFO:teuthology.orchestra.run.trial051.stdout:(60/95): python3-autocommand-2.2.2-8.el9.noarch 974 kB/s | 29 kB 00:00 2026-02-21T11:09:41.794 INFO:teuthology.orchestra.run.trial051.stdout:(61/95): python3-backports-tarfile-1.2.0-1.el9. 1.9 MB/s | 60 kB 00:00 2026-02-21T11:09:41.806 INFO:teuthology.orchestra.run.trial051.stdout:(62/95): python3-asyncssh-2.13.2-5.el9.noarch.r 5.7 MB/s | 548 kB 00:00 2026-02-21T11:09:41.826 INFO:teuthology.orchestra.run.trial051.stdout:(63/95): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.4 MB/s | 43 kB 00:00 2026-02-21T11:09:41.836 INFO:teuthology.orchestra.run.trial051.stdout:(64/95): python3-cachetools-4.2.4-1.el9.noarch. 1.0 MB/s | 32 kB 00:00 2026-02-21T11:09:41.856 INFO:teuthology.orchestra.run.trial051.stdout:(65/95): python3-certifi-2023.05.07-4.el9.noarc 471 kB/s | 14 kB 00:00 2026-02-21T11:09:41.872 INFO:teuthology.orchestra.run.trial051.stdout:(66/95): python3-cheroot-10.0.1-4.el9.noarch.rp 4.8 MB/s | 173 kB 00:00 2026-02-21T11:09:41.898 INFO:teuthology.orchestra.run.trial051.stdout:(67/95): python3-cherrypy-18.6.1-2.el9.noarch.r 8.2 MB/s | 358 kB 00:00 2026-02-21T11:09:41.910 INFO:teuthology.orchestra.run.trial051.stdout:(68/95): python3-google-auth-2.45.0-1.el9.noarc 6.6 MB/s | 254 kB 00:00 2026-02-21T11:09:41.946 INFO:teuthology.orchestra.run.trial051.stdout:(69/95): python3-grpcio-tools-1.46.7-10.el9.x86 3.9 MB/s | 144 kB 00:00 2026-02-21T11:09:41.981 INFO:teuthology.orchestra.run.trial051.stdout:(70/95): python3-influxdb-5.3.1-1.el9.noarch.rp 3.9 MB/s | 139 kB 00:00 2026-02-21T11:09:41.995 INFO:teuthology.orchestra.run.trial051.stdout:(71/95): python3-grpcio-1.46.7-10.el9.x86_64.rp 21 MB/s | 2.0 MB 00:00 2026-02-21T11:09:42.015 INFO:teuthology.orchestra.run.trial051.stdout:(72/95): python3-isodate-0.6.1-3.el9.noarch.rpm 1.6 MB/s | 56 kB 00:00 2026-02-21T11:09:42.025 INFO:teuthology.orchestra.run.trial051.stdout:(73/95): python3-jaraco-8.2.1-3.el9.noarch.rpm 356 kB/s | 11 kB 00:00 2026-02-21T11:09:42.047 INFO:teuthology.orchestra.run.trial051.stdout:(74/95): python3-jaraco-classes-3.2.1-5.el9.noa 553 kB/s | 18 kB 00:00 2026-02-21T11:09:42.055 INFO:teuthology.orchestra.run.trial051.stdout:(75/95): python3-jaraco-collections-3.0.0-8.el9 769 kB/s | 23 kB 00:00 2026-02-21T11:09:42.079 INFO:teuthology.orchestra.run.trial051.stdout:(76/95): python3-jaraco-context-6.0.1-3.el9.noa 608 kB/s | 20 kB 00:00 2026-02-21T11:09:42.085 INFO:teuthology.orchestra.run.trial051.stdout:(77/95): python3-jaraco-functools-3.5.0-2.el9.n 648 kB/s | 19 kB 00:00 2026-02-21T11:09:42.110 INFO:teuthology.orchestra.run.trial051.stdout:(78/95): python3-jaraco-text-4.0.0-2.el9.noarch 864 kB/s | 26 kB 00:00 2026-02-21T11:09:42.126 INFO:teuthology.orchestra.run.trial051.stdout:(79/95): python3-kubernetes-26.1.0-3.el9.noarch 25 MB/s | 1.0 MB 00:00 2026-02-21T11:09:42.157 INFO:teuthology.orchestra.run.trial051.stdout:(80/95): python3-msgpack-1.0.3-2.el9.x86_64.rpm 2.7 MB/s | 86 kB 00:00 2026-02-21T11:09:42.187 INFO:teuthology.orchestra.run.trial051.stdout:(81/95): python3-natsort-7.1.1-5.el9.noarch.rpm 1.9 MB/s | 58 kB 00:00 2026-02-21T11:09:42.196 INFO:teuthology.orchestra.run.trial051.stdout:(82/95): python3-more-itertools-8.12.0-2.el9.no 917 kB/s | 79 kB 00:00 2026-02-21T11:09:42.202 INFO:teuthology.orchestra.run.trial144.stdout:(8/95): ceph-osd-crimson-20.3.0-5397.gf7273f30. 16 MB/s | 19 MB 00:01 2026-02-21T11:09:42.217 INFO:teuthology.orchestra.run.trial051.stdout:(83/95): python3-portend-3.1.0-2.el9.noarch.rpm 546 kB/s | 16 kB 00:00 2026-02-21T11:09:42.231 INFO:teuthology.orchestra.run.trial051.stdout:(84/95): python3-pyOpenSSL-21.0.0-1.el9.noarch. 2.5 MB/s | 90 kB 00:00 2026-02-21T11:09:42.248 INFO:teuthology.orchestra.run.trial051.stdout:(85/95): python3-repoze-lru-0.7-16.el9.noarch.r 1.0 MB/s | 31 kB 00:00 2026-02-21T11:09:42.270 INFO:teuthology.orchestra.run.trial051.stdout:(86/95): python3-routes-2.5.1-5.el9.noarch.rpm 4.7 MB/s | 188 kB 00:00 2026-02-21T11:09:42.280 INFO:teuthology.orchestra.run.trial051.stdout:(87/95): python3-rsa-4.9-2.el9.noarch.rpm 1.8 MB/s | 59 kB 00:00 2026-02-21T11:09:42.306 INFO:teuthology.orchestra.run.trial051.stdout:(88/95): python3-saml-1.16.0-1.el9.noarch.rpm 3.4 MB/s | 125 kB 00:00 2026-02-21T11:09:42.311 INFO:teuthology.orchestra.run.trial051.stdout:(89/95): python3-tempora-5.0.0-2.el9.noarch.rpm 1.2 MB/s | 36 kB 00:00 2026-02-21T11:09:42.341 INFO:teuthology.orchestra.run.trial051.stdout:(90/95): python3-typing-extensions-4.15.0-1.el9 2.4 MB/s | 86 kB 00:00 2026-02-21T11:09:42.342 INFO:teuthology.orchestra.run.trial051.stdout:(91/95): python3-websocket-client-1.2.3-2.el9.n 2.8 MB/s | 90 kB 00:00 2026-02-21T11:09:42.350 INFO:teuthology.orchestra.run.trial144.stdout:(9/95): ceph-osd-classic-20.3.0-5397.gf7273f30. 11 MB/s | 16 MB 00:01 2026-02-21T11:09:42.372 INFO:teuthology.orchestra.run.trial051.stdout:(92/95): python3-xmltodict-0.12.0-15.el9.noarch 733 kB/s | 22 kB 00:00 2026-02-21T11:09:42.375 INFO:teuthology.orchestra.run.trial051.stdout:(93/95): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 1.4 MB/s | 48 kB 00:00 2026-02-21T11:09:42.396 INFO:teuthology.orchestra.run.trial144.stdout:(10/95): ceph-mgr-k8sevents-20.3.0-5397.gf7273f 491 kB/s | 22 kB 00:00 2026-02-21T11:09:42.403 INFO:teuthology.orchestra.run.trial051.stdout:(94/95): python3-zc-lockfile-2.0-10.el9.noarch. 653 kB/s | 20 kB 00:00 2026-02-21T11:09:42.452 INFO:teuthology.orchestra.run.trial144.stdout:(11/95): ceph-mgr-modules-core-20.3.0-5397.gf72 5.2 MB/s | 297 kB 00:00 2026-02-21T11:09:42.506 INFO:teuthology.orchestra.run.trial144.stdout:(12/95): ceph-mgr-rook-20.3.0-5397.gf7273f30.el 935 kB/s | 50 kB 00:00 2026-02-21T11:09:42.540 INFO:teuthology.orchestra.run.trial144.stdout:(13/95): ceph-mgr-diskprediction-local-20.3.0-5 22 MB/s | 7.4 MB 00:00 2026-02-21T11:09:42.556 INFO:teuthology.orchestra.run.trial144.stdout:(14/95): ceph-prometheus-alerts-20.3.0-5397.gf7 350 kB/s | 17 kB 00:00 2026-02-21T11:09:42.576 INFO:teuthology.orchestra.run.trial144.stdout:(15/95): ceph-volume-20.3.0-5397.gf7273f30.el9. 8.1 MB/s | 301 kB 00:00 2026-02-21T11:09:42.641 INFO:teuthology.orchestra.run.trial144.stdout:(16/95): cephadm-20.3.0-5397.gf7273f30.el9.noar 12 MB/s | 1.0 MB 00:00 2026-02-21T11:09:42.682 INFO:teuthology.orchestra.run.trial144.stdout:(17/95): cryptsetup-2.8.1-3.el9.x86_64.rpm 3.2 MB/s | 351 kB 00:00 2026-02-21T11:09:42.704 INFO:teuthology.orchestra.run.trial144.stdout:(18/95): ledmon-libs-1.1.0-3.el9.x86_64.rpm 645 kB/s | 40 kB 00:00 2026-02-21T11:09:42.704 INFO:teuthology.orchestra.run.trial144.stdout:(19/95): libconfig-1.7.2-9.el9.x86_64.rpm 3.2 MB/s | 72 kB 00:00 2026-02-21T11:09:42.727 INFO:teuthology.orchestra.run.trial144.stdout:(20/95): libquadmath-11.5.0-14.el9.x86_64.rpm 8.0 MB/s | 184 kB 00:00 2026-02-21T11:09:42.754 INFO:teuthology.orchestra.run.trial144.stdout:(21/95): python3-cffi-1.14.5-5.el9.x86_64.rpm 9.2 MB/s | 253 kB 00:00 2026-02-21T11:09:42.763 INFO:teuthology.orchestra.run.trial051.stdout:(95/95): ceph-mgr-dashboard-20.3.0-5397.gf7273f 20 MB/s | 51 MB 00:02 2026-02-21T11:09:42.765 INFO:teuthology.orchestra.run.trial051.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:09:42.766 INFO:teuthology.orchestra.run.trial051.stdout:Total 43 MB/s | 158 MB 00:03 2026-02-21T11:09:42.790 INFO:teuthology.orchestra.run.trial144.stdout:(22/95): libgfortran-11.5.0-14.el9.x86_64.rpm 9.0 MB/s | 794 kB 00:00 2026-02-21T11:09:42.802 INFO:teuthology.orchestra.run.trial144.stdout:(23/95): python3-cryptography-36.0.1-5.el9.x86_ 26 MB/s | 1.2 MB 00:00 2026-02-21T11:09:42.814 INFO:teuthology.orchestra.run.trial144.stdout:(24/95): python3-ply-3.11-14.el9.noarch.rpm 4.4 MB/s | 106 kB 00:00 2026-02-21T11:09:42.825 INFO:teuthology.orchestra.run.trial144.stdout:(25/95): python3-pycparser-2.20-6.el9.noarch.rp 5.5 MB/s | 135 kB 00:00 2026-02-21T11:09:42.836 INFO:teuthology.orchestra.run.trial144.stdout:(26/95): python3-requests-2.25.1-10.el9.noarch. 5.5 MB/s | 126 kB 00:00 2026-02-21T11:09:42.848 INFO:teuthology.orchestra.run.trial144.stdout:(27/95): python3-urllib3-1.26.5-7.el9.noarch.rp 9.6 MB/s | 218 kB 00:00 2026-02-21T11:09:42.860 INFO:teuthology.orchestra.run.trial144.stdout:(28/95): unzip-6.0-59.el9.x86_64.rpm 7.5 MB/s | 182 kB 00:00 2026-02-21T11:09:42.872 INFO:teuthology.orchestra.run.trial144.stdout:(29/95): zip-3.0-35.el9.x86_64.rpm 11 MB/s | 266 kB 00:00 2026-02-21T11:09:43.187 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction check 2026-02-21T11:09:43.227 INFO:teuthology.orchestra.run.trial051.stdout:Transaction check succeeded. 2026-02-21T11:09:43.227 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction test 2026-02-21T11:09:43.332 INFO:teuthology.orchestra.run.trial144.stdout:(30/95): ceph-mgr-dashboard-20.3.0-5397.gf7273f 27 MB/s | 51 MB 00:01 2026-02-21T11:09:43.493 INFO:teuthology.orchestra.run.trial144.stdout:(31/95): flexiblas-3.0.4-9.el9.x86_64.rpm 47 kB/s | 30 kB 00:00 2026-02-21T11:09:43.806 INFO:teuthology.orchestra.run.trial144.stdout:(32/95): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 786 kB/s | 246 kB 00:00 2026-02-21T11:09:43.808 INFO:teuthology.orchestra.run.trial144.stdout:(33/95): flexiblas-openblas-openmp-3.0.4-9.el9. 31 kB/s | 15 kB 00:00 2026-02-21T11:09:43.827 INFO:teuthology.orchestra.run.trial051.stdout:Transaction test succeeded. 2026-02-21T11:09:43.827 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction 2026-02-21T11:09:43.965 INFO:teuthology.orchestra.run.trial144.stdout:(34/95): lua-5.4.4-4.el9.x86_64.rpm 1.2 MB/s | 188 kB 00:00 2026-02-21T11:09:43.976 INFO:teuthology.orchestra.run.trial144.stdout:(35/95): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 2.7 MB/s | 3.0 MB 00:01 2026-02-21T11:09:44.043 INFO:teuthology.orchestra.run.trial144.stdout:(36/95): openblas-0.3.29-1.el9.x86_64.rpm 179 kB/s | 42 kB 00:00 2026-02-21T11:09:44.217 INFO:teuthology.orchestra.run.trial144.stdout:(37/95): openblas-openmp-0.3.29-1.el9.x86_64.rp 21 MB/s | 5.3 MB 00:00 2026-02-21T11:09:44.377 INFO:teuthology.orchestra.run.trial144.stdout:(38/95): python3-jinja2-2.11.3-8.el9.noarch.rpm 1.5 MB/s | 249 kB 00:00 2026-02-21T11:09:44.385 INFO:teuthology.orchestra.run.trial144.stdout:(39/95): python3-babel-2.9.1-2.el9.noarch.rpm 15 MB/s | 6.0 MB 00:00 2026-02-21T11:09:44.468 INFO:teuthology.orchestra.run.trial051.stdout: Preparing : 1/1 2026-02-21T11:09:44.470 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/95 2026-02-21T11:09:44.474 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/95 2026-02-21T11:09:44.495 INFO:teuthology.orchestra.run.trial051.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/95 2026-02-21T11:09:44.506 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 4/95 2026-02-21T11:09:44.514 INFO:teuthology.orchestra.run.trial144.stdout:(40/95): python3-devel-3.9.25-3.el9.x86_64.rpm 519 kB/s | 244 kB 00:00 2026-02-21T11:09:44.537 INFO:teuthology.orchestra.run.trial144.stdout:(41/95): python3-jmespath-1.0.1-1.el9.noarch.rp 299 kB/s | 48 kB 00:00 2026-02-21T11:09:44.538 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/95 2026-02-21T11:09:44.543 INFO:teuthology.orchestra.run.trial144.stdout:(42/95): python3-libstoragemgmt-1.10.1-1.el9.x8 1.1 MB/s | 177 kB 00:00 2026-02-21T11:09:44.544 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/95 2026-02-21T11:09:44.547 INFO:teuthology.orchestra.run.trial051.stdout: Installing : lua-5.4.4-4.el9.x86_64 7/95 2026-02-21T11:09:44.551 INFO:teuthology.orchestra.run.trial051.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 8/95 2026-02-21T11:09:44.574 INFO:teuthology.orchestra.run.trial051.stdout: Installing : unzip-6.0-59.el9.x86_64 9/95 2026-02-21T11:09:44.587 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 10/95 2026-02-21T11:09:44.590 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 11/95 2026-02-21T11:09:44.596 INFO:teuthology.orchestra.run.trial051.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 12/95 2026-02-21T11:09:44.598 INFO:teuthology.orchestra.run.trial051.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 13/95 2026-02-21T11:09:44.609 INFO:teuthology.orchestra.run.trial051.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 14/95 2026-02-21T11:09:44.615 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 15/95 2026-02-21T11:09:44.640 INFO:teuthology.orchestra.run.trial051.stdout: Installing : zip-3.0-35.el9.x86_64 16/95 2026-02-21T11:09:44.643 INFO:teuthology.orchestra.run.trial051.stdout: Installing : luarocks-3.9.2-5.el9.noarch 17/95 2026-02-21T11:09:44.680 INFO:teuthology.orchestra.run.trial144.stdout:(43/95): python3-lxml-4.6.5-3.el9.x86_64.rpm 7.4 MB/s | 1.2 MB 00:00 2026-02-21T11:09:44.693 INFO:teuthology.orchestra.run.trial051.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 18/95 2026-02-21T11:09:44.694 INFO:teuthology.orchestra.run.trial144.stdout:(44/95): python3-markupsafe-1.1.1-12.el9.x86_64 220 kB/s | 35 kB 00:00 2026-02-21T11:09:44.705 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 19/95 2026-02-21T11:09:44.708 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-rsa-4.9-2.el9.noarch 20/95 2026-02-21T11:09:44.712 INFO:teuthology.orchestra.run.trial051.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 21/95 2026-02-21T11:09:44.717 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 22/95 2026-02-21T11:09:44.722 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 23/95 2026-02-21T11:09:44.725 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 24/95 2026-02-21T11:09:44.740 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 25/95 2026-02-21T11:09:44.744 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 26/95 2026-02-21T11:09:44.749 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 27/95 2026-02-21T11:09:44.760 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 28/95 2026-02-21T11:09:44.769 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 29/95 2026-02-21T11:09:44.775 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 30/95 2026-02-21T11:09:44.794 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 31/95 2026-02-21T11:09:44.806 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 32/95 2026-02-21T11:09:44.821 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 33/95 2026-02-21T11:09:44.825 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 34/95 2026-02-21T11:09:44.833 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 35/95 2026-02-21T11:09:44.841 INFO:teuthology.orchestra.run.trial144.stdout:(45/95): python3-numpy-f2py-1.23.5-2.el9.x86_64 2.7 MB/s | 442 kB 00:00 2026-02-21T11:09:44.852 INFO:teuthology.orchestra.run.trial144.stdout:(46/95): python3-packaging-20.9-5.el9.noarch.rp 488 kB/s | 77 kB 00:00 2026-02-21T11:09:44.873 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 36/95 2026-02-21T11:09:45.001 INFO:teuthology.orchestra.run.trial144.stdout:(47/95): python3-protobuf-3.14.0-17.el9.noarch. 1.6 MB/s | 267 kB 00:00 2026-02-21T11:09:45.011 INFO:teuthology.orchestra.run.trial144.stdout:(48/95): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.0 MB/s | 159 kB 00:00 2026-02-21T11:09:45.162 INFO:teuthology.orchestra.run.trial144.stdout:(49/95): python3-pyasn1-modules-0.4.8-6.el9.noa 1.7 MB/s | 279 kB 00:00 2026-02-21T11:09:45.169 INFO:teuthology.orchestra.run.trial144.stdout:(50/95): python3-requests-oauthlib-1.3.0-12.el9 340 kB/s | 54 kB 00:00 2026-02-21T11:09:45.195 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 37/95 2026-02-21T11:09:45.205 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 38/95 2026-02-21T11:09:45.208 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 39/95 2026-02-21T11:09:45.214 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 40/95 2026-02-21T11:09:45.216 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 41/95 2026-02-21T11:09:45.243 INFO:teuthology.orchestra.run.trial051.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 42/95 2026-02-21T11:09:45.286 INFO:teuthology.orchestra.run.trial051.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 43/95 2026-02-21T11:09:45.296 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 44/95 2026-02-21T11:09:45.302 INFO:teuthology.orchestra.run.trial051.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 45/95 2026-02-21T11:09:45.305 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 46/95 2026-02-21T11:09:45.311 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 47/95 2026-02-21T11:09:45.315 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 48/95 2026-02-21T11:09:45.322 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 49/95 2026-02-21T11:09:45.325 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 50/95 2026-02-21T11:09:45.326 INFO:teuthology.orchestra.run.trial144.stdout:(51/95): python3-toml-0.10.2-6.el9.noarch.rpm 264 kB/s | 42 kB 00:00 2026-02-21T11:09:45.353 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 51/95 2026-02-21T11:09:45.363 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 52/95 2026-02-21T11:09:45.368 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 53/95 2026-02-21T11:09:45.375 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 54/95 2026-02-21T11:09:45.410 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 55/95 2026-02-21T11:09:45.485 INFO:teuthology.orchestra.run.trial144.stdout:(52/95): xmlsec1-1.2.29-13.el9.x86_64.rpm 1.2 MB/s | 189 kB 00:00 2026-02-21T11:09:45.632 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 56/95 2026-02-21T11:09:45.645 INFO:teuthology.orchestra.run.trial144.stdout:(53/95): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 563 kB/s | 90 kB 00:00 2026-02-21T11:09:45.656 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 57/95 2026-02-21T11:09:45.659 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 58/95 2026-02-21T11:09:45.718 INFO:teuthology.orchestra.run.trial051.stdout: Installing : openblas-0.3.29-1.el9.x86_64 59/95 2026-02-21T11:09:45.720 INFO:teuthology.orchestra.run.trial051.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 60/95 2026-02-21T11:09:45.741 INFO:teuthology.orchestra.run.trial051.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 61/95 2026-02-21T11:09:45.759 INFO:teuthology.orchestra.run.trial144.stdout:(54/95): python3-scipy-1.9.3-2.el9.x86_64.rpm 32 MB/s | 19 MB 00:00 2026-02-21T11:09:45.889 INFO:teuthology.orchestra.run.trial144.stdout:(55/95): lua-devel-5.4.4-4.el9.x86_64.rpm 92 kB/s | 22 kB 00:00 2026-02-21T11:09:46.065 INFO:teuthology.orchestra.run.trial051.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 62/95 2026-02-21T11:09:46.138 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 63/95 2026-02-21T11:09:46.149 INFO:teuthology.orchestra.run.trial144.stdout:(56/95): abseil-cpp-20211102.0-4.el9.x86_64.rpm 2.1 MB/s | 551 kB 00:00 2026-02-21T11:09:46.181 INFO:teuthology.orchestra.run.trial144.stdout:(57/95): grpc-data-1.46.7-10.el9.noarch.rpm 617 kB/s | 19 kB 00:00 2026-02-21T11:09:46.219 INFO:teuthology.orchestra.run.trial144.stdout:(58/95): luarocks-3.9.2-5.el9.noarch.rpm 3.9 MB/s | 151 kB 00:00 2026-02-21T11:09:46.282 INFO:teuthology.orchestra.run.trial144.stdout:(59/95): python3-asyncssh-2.13.2-5.el9.noarch.r 8.5 MB/s | 548 kB 00:00 2026-02-21T11:09:46.320 INFO:teuthology.orchestra.run.trial144.stdout:(60/95): python3-autocommand-2.2.2-8.el9.noarch 767 kB/s | 29 kB 00:00 2026-02-21T11:09:46.354 INFO:teuthology.orchestra.run.trial144.stdout:(61/95): python3-backports-tarfile-1.2.0-1.el9. 1.8 MB/s | 60 kB 00:00 2026-02-21T11:09:46.387 INFO:teuthology.orchestra.run.trial144.stdout:(62/95): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.3 MB/s | 43 kB 00:00 2026-02-21T11:09:46.401 INFO:teuthology.orchestra.run.trial144.stdout:(63/95): protobuf-compiler-3.14.0-17.el9.x86_64 1.3 MB/s | 862 kB 00:00 2026-02-21T11:09:46.419 INFO:teuthology.orchestra.run.trial144.stdout:(64/95): python3-cachetools-4.2.4-1.el9.noarch. 1.0 MB/s | 32 kB 00:00 2026-02-21T11:09:46.432 INFO:teuthology.orchestra.run.trial144.stdout:(65/95): python3-certifi-2023.05.07-4.el9.noarc 451 kB/s | 14 kB 00:00 2026-02-21T11:09:46.458 INFO:teuthology.orchestra.run.trial144.stdout:(66/95): python3-cheroot-10.0.1-4.el9.noarch.rp 4.4 MB/s | 173 kB 00:00 2026-02-21T11:09:46.478 INFO:teuthology.orchestra.run.trial144.stdout:(67/95): python3-cherrypy-18.6.1-2.el9.noarch.r 7.6 MB/s | 358 kB 00:00 2026-02-21T11:09:46.498 INFO:teuthology.orchestra.run.trial144.stdout:(68/95): python3-google-auth-2.45.0-1.el9.noarc 6.0 MB/s | 254 kB 00:00 2026-02-21T11:09:46.606 INFO:teuthology.orchestra.run.trial144.stdout:(69/95): python3-grpcio-1.46.7-10.el9.x86_64.rp 16 MB/s | 2.0 MB 00:00 2026-02-21T11:09:46.607 INFO:teuthology.orchestra.run.trial144.stdout:(70/95): python3-grpcio-tools-1.46.7-10.el9.x86 1.3 MB/s | 144 kB 00:00 2026-02-21T11:09:46.643 INFO:teuthology.orchestra.run.trial144.stdout:(71/95): python3-influxdb-5.3.1-1.el9.noarch.rp 3.7 MB/s | 139 kB 00:00 2026-02-21T11:09:46.646 INFO:teuthology.orchestra.run.trial144.stdout:(72/95): python3-isodate-0.6.1-3.el9.noarch.rpm 1.4 MB/s | 56 kB 00:00 2026-02-21T11:09:46.675 INFO:teuthology.orchestra.run.trial144.stdout:(73/95): python3-jaraco-8.2.1-3.el9.noarch.rpm 340 kB/s | 11 kB 00:00 2026-02-21T11:09:46.677 INFO:teuthology.orchestra.run.trial144.stdout:(74/95): python3-jaraco-classes-3.2.1-5.el9.noa 554 kB/s | 18 kB 00:00 2026-02-21T11:09:46.706 INFO:teuthology.orchestra.run.trial144.stdout:(75/95): python3-jaraco-collections-3.0.0-8.el9 726 kB/s | 23 kB 00:00 2026-02-21T11:09:46.709 INFO:teuthology.orchestra.run.trial144.stdout:(76/95): python3-jaraco-context-6.0.1-3.el9.noa 627 kB/s | 20 kB 00:00 2026-02-21T11:09:46.738 INFO:teuthology.orchestra.run.trial144.stdout:(77/95): python3-jaraco-functools-3.5.0-2.el9.n 620 kB/s | 19 kB 00:00 2026-02-21T11:09:46.741 INFO:teuthology.orchestra.run.trial144.stdout:(78/95): python3-jaraco-text-4.0.0-2.el9.noarch 831 kB/s | 26 kB 00:00 2026-02-21T11:09:46.805 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 64/95 2026-02-21T11:09:46.816 INFO:teuthology.orchestra.run.trial144.stdout:(79/95): python3-kubernetes-26.1.0-3.el9.noarch 13 MB/s | 1.0 MB 00:00 2026-02-21T11:09:46.818 INFO:teuthology.orchestra.run.trial144.stdout:(80/95): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2026-02-21T11:09:46.823 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 65/95 2026-02-21T11:09:46.836 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-ply-3.11-14.el9.noarch 66/95 2026-02-21T11:09:46.851 INFO:teuthology.orchestra.run.trial144.stdout:(81/95): python3-msgpack-1.0.3-2.el9.x86_64.rpm 2.4 MB/s | 86 kB 00:00 2026-02-21T11:09:46.852 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 67/95 2026-02-21T11:09:46.854 INFO:teuthology.orchestra.run.trial144.stdout:(82/95): python3-natsort-7.1.1-5.el9.noarch.rpm 1.6 MB/s | 58 kB 00:00 2026-02-21T11:09:46.883 INFO:teuthology.orchestra.run.trial144.stdout:(83/95): python3-portend-3.1.0-2.el9.noarch.rpm 523 kB/s | 16 kB 00:00 2026-02-21T11:09:46.889 INFO:teuthology.orchestra.run.trial144.stdout:(84/95): python3-pyOpenSSL-21.0.0-1.el9.noarch. 2.5 MB/s | 90 kB 00:00 2026-02-21T11:09:46.915 INFO:teuthology.orchestra.run.trial144.stdout:(85/95): python3-repoze-lru-0.7-16.el9.noarch.r 950 kB/s | 31 kB 00:00 2026-02-21T11:09:46.927 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 68/95 2026-02-21T11:09:46.930 INFO:teuthology.orchestra.run.trial144.stdout:(86/95): python3-routes-2.5.1-5.el9.noarch.rpm 4.4 MB/s | 188 kB 00:00 2026-02-21T11:09:46.936 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 69/95 2026-02-21T11:09:46.949 INFO:teuthology.orchestra.run.trial144.stdout:(87/95): python3-rsa-4.9-2.el9.noarch.rpm 1.7 MB/s | 59 kB 00:00 2026-02-21T11:09:46.959 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 70/95 2026-02-21T11:09:46.973 INFO:teuthology.orchestra.run.trial144.stdout:(88/95): python3-saml-1.16.0-1.el9.noarch.rpm 2.8 MB/s | 125 kB 00:00 2026-02-21T11:09:46.981 INFO:teuthology.orchestra.run.trial144.stdout:(89/95): python3-tempora-5.0.0-2.el9.noarch.rpm 1.1 MB/s | 36 kB 00:00 2026-02-21T11:09:46.988 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 71/95 2026-02-21T11:09:47.008 INFO:teuthology.orchestra.run.trial144.stdout:(90/95): python3-typing-extensions-4.15.0-1.el9 2.5 MB/s | 86 kB 00:00 2026-02-21T11:09:47.016 INFO:teuthology.orchestra.run.trial144.stdout:(91/95): python3-websocket-client-1.2.3-2.el9.n 2.5 MB/s | 90 kB 00:00 2026-02-21T11:09:47.038 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 72/95 2026-02-21T11:09:47.041 INFO:teuthology.orchestra.run.trial144.stdout:(92/95): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 1.4 MB/s | 48 kB 00:00 2026-02-21T11:09:47.044 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 73/95 2026-02-21T11:09:47.048 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 74/95 2026-02-21T11:09:47.049 INFO:teuthology.orchestra.run.trial051.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 75/95 2026-02-21T11:09:47.052 INFO:teuthology.orchestra.run.trial144.stdout:(93/95): python3-numpy-1.23.5-2.el9.x86_64.rpm 2.4 MB/s | 6.1 MB 00:02 2026-02-21T11:09:47.052 INFO:teuthology.orchestra.run.trial144.stdout:(94/95): python3-xmltodict-0.12.0-15.el9.noarch 603 kB/s | 22 kB 00:00 2026-02-21T11:09:47.067 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-21T11:09:47.067 INFO:teuthology.orchestra.run.trial051.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-21T11:09:47.067 INFO:teuthology.orchestra.run.trial051.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-21T11:09:47.067 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:47.073 INFO:teuthology.orchestra.run.trial144.stdout:(95/95): python3-zc-lockfile-2.0-10.el9.noarch. 621 kB/s | 20 kB 00:00 2026-02-21T11:09:47.074 INFO:teuthology.orchestra.run.trial051.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-21T11:09:47.076 INFO:teuthology.orchestra.run.trial144.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:09:47.076 INFO:teuthology.orchestra.run.trial144.stdout:Total 22 MB/s | 158 MB 00:07 2026-02-21T11:09:47.099 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-21T11:09:47.099 INFO:teuthology.orchestra.run.trial051.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-21T11:09:47.099 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:47.133 INFO:teuthology.orchestra.run.trial051.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 77/95 2026-02-21T11:09:47.467 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction check 2026-02-21T11:09:47.507 INFO:teuthology.orchestra.run.trial144.stdout:Transaction check succeeded. 2026-02-21T11:09:47.507 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction test 2026-02-21T11:09:47.782 INFO:teuthology.orchestra.run.trial051.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 78/95 2026-02-21T11:09:48.103 INFO:teuthology.orchestra.run.trial144.stdout:Transaction test succeeded. 2026-02-21T11:09:48.103 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction 2026-02-21T11:09:48.576 INFO:teuthology.orchestra.run.trial051.stdout: Installing : ceph-osd-classic-2:20.3.0-5397.gf7273f30.el9.x86_6 79/95 2026-02-21T11:09:48.640 INFO:teuthology.orchestra.run.trial051.stdout: Installing : ceph-osd-crimson-2:20.3.0-5397.gf7273f30.el9.x86_6 80/95 2026-02-21T11:09:48.642 INFO:teuthology.orchestra.run.trial051.stdout: Installing : ceph-volume-2:20.3.0-5397.gf7273f30.el9.noarch 81/95 2026-02-21T11:09:48.656 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: ceph-volume-2:20.3.0-5397.gf7273f30.el9.noarch 81/95 2026-02-21T11:09:48.656 INFO:teuthology.orchestra.run.trial051.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:09:48.656 INFO:teuthology.orchestra.run.trial051.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-21T11:09:48.656 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:48.666 INFO:teuthology.orchestra.run.trial051.stdout: Installing : ceph-osd-2:20.3.0-5397.gf7273f30.el9.x86_64 82/95 2026-02-21T11:09:48.690 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: ceph-osd-2:20.3.0-5397.gf7273f30.el9.x86_64 82/95 2026-02-21T11:09:48.690 INFO:teuthology.orchestra.run.trial051.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:09:48.690 INFO:teuthology.orchestra.run.trial051.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-21T11:09:48.690 INFO:teuthology.orchestra.run.trial051.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T11:09:48.690 INFO:teuthology.orchestra.run.trial051.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T11:09:48.690 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:48.738 INFO:teuthology.orchestra.run.trial144.stdout: Preparing : 1/1 2026-02-21T11:09:48.740 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/95 2026-02-21T11:09:48.744 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/95 2026-02-21T11:09:48.751 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: cephadm-2:20.3.0-5397.gf7273f30.el9.noarch 83/95 2026-02-21T11:09:48.753 INFO:teuthology.orchestra.run.trial051.stdout: Installing : cephadm-2:20.3.0-5397.gf7273f30.el9.noarch 83/95 2026-02-21T11:09:48.762 INFO:teuthology.orchestra.run.trial051.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5397.gf7273f30.el9 84/95 2026-02-21T11:09:48.765 INFO:teuthology.orchestra.run.trial144.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/95 2026-02-21T11:09:48.776 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 4/95 2026-02-21T11:09:48.786 INFO:teuthology.orchestra.run.trial051.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5397.gf7273f30.el 85/95 2026-02-21T11:09:48.787 INFO:teuthology.orchestra.run.trial051.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5397.gf7273f30.el9.noarc 86/95 2026-02-21T11:09:48.808 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/95 2026-02-21T11:09:48.814 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/95 2026-02-21T11:09:48.817 INFO:teuthology.orchestra.run.trial144.stdout: Installing : lua-5.4.4-4.el9.x86_64 7/95 2026-02-21T11:09:48.821 INFO:teuthology.orchestra.run.trial144.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 8/95 2026-02-21T11:09:48.844 INFO:teuthology.orchestra.run.trial144.stdout: Installing : unzip-6.0-59.el9.x86_64 9/95 2026-02-21T11:09:48.857 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 10/95 2026-02-21T11:09:48.860 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 11/95 2026-02-21T11:09:48.866 INFO:teuthology.orchestra.run.trial144.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 12/95 2026-02-21T11:09:48.868 INFO:teuthology.orchestra.run.trial144.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 13/95 2026-02-21T11:09:48.879 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 14/95 2026-02-21T11:09:48.885 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 15/95 2026-02-21T11:09:48.909 INFO:teuthology.orchestra.run.trial144.stdout: Installing : zip-3.0-35.el9.x86_64 16/95 2026-02-21T11:09:48.912 INFO:teuthology.orchestra.run.trial144.stdout: Installing : luarocks-3.9.2-5.el9.noarch 17/95 2026-02-21T11:09:48.962 INFO:teuthology.orchestra.run.trial144.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 18/95 2026-02-21T11:09:48.975 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 19/95 2026-02-21T11:09:48.977 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-rsa-4.9-2.el9.noarch 20/95 2026-02-21T11:09:48.982 INFO:teuthology.orchestra.run.trial144.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 21/95 2026-02-21T11:09:48.987 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 22/95 2026-02-21T11:09:48.992 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 23/95 2026-02-21T11:09:48.995 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 24/95 2026-02-21T11:09:49.009 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 25/95 2026-02-21T11:09:49.013 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 26/95 2026-02-21T11:09:49.018 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 27/95 2026-02-21T11:09:49.030 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 28/95 2026-02-21T11:09:49.039 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 29/95 2026-02-21T11:09:49.045 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 30/95 2026-02-21T11:09:49.066 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 31/95 2026-02-21T11:09:49.077 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 32/95 2026-02-21T11:09:49.092 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 33/95 2026-02-21T11:09:49.096 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 34/95 2026-02-21T11:09:49.104 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 35/95 2026-02-21T11:09:49.144 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 36/95 2026-02-21T11:09:49.467 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 37/95 2026-02-21T11:09:49.477 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 38/95 2026-02-21T11:09:49.481 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 39/95 2026-02-21T11:09:49.487 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 40/95 2026-02-21T11:09:49.489 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 41/95 2026-02-21T11:09:49.516 INFO:teuthology.orchestra.run.trial144.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 42/95 2026-02-21T11:09:49.560 INFO:teuthology.orchestra.run.trial144.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 43/95 2026-02-21T11:09:49.568 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 44/95 2026-02-21T11:09:49.574 INFO:teuthology.orchestra.run.trial144.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 45/95 2026-02-21T11:09:49.577 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 46/95 2026-02-21T11:09:49.583 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 47/95 2026-02-21T11:09:49.587 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 48/95 2026-02-21T11:09:49.594 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 49/95 2026-02-21T11:09:49.597 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 50/95 2026-02-21T11:09:49.625 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 51/95 2026-02-21T11:09:49.637 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 52/95 2026-02-21T11:09:49.643 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 53/95 2026-02-21T11:09:49.650 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 54/95 2026-02-21T11:09:49.685 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 55/95 2026-02-21T11:09:49.908 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 56/95 2026-02-21T11:09:49.932 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 57/95 2026-02-21T11:09:49.936 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 58/95 2026-02-21T11:09:49.994 INFO:teuthology.orchestra.run.trial144.stdout: Installing : openblas-0.3.29-1.el9.x86_64 59/95 2026-02-21T11:09:49.996 INFO:teuthology.orchestra.run.trial144.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 60/95 2026-02-21T11:09:50.017 INFO:teuthology.orchestra.run.trial144.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 61/95 2026-02-21T11:09:50.342 INFO:teuthology.orchestra.run.trial144.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 62/95 2026-02-21T11:09:50.415 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 63/95 2026-02-21T11:09:51.087 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 64/95 2026-02-21T11:09:51.105 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 65/95 2026-02-21T11:09:51.118 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-ply-3.11-14.el9.noarch 66/95 2026-02-21T11:09:51.134 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 67/95 2026-02-21T11:09:51.209 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 68/95 2026-02-21T11:09:51.217 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 69/95 2026-02-21T11:09:51.241 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 70/95 2026-02-21T11:09:51.271 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 71/95 2026-02-21T11:09:51.321 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 72/95 2026-02-21T11:09:51.327 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 73/95 2026-02-21T11:09:51.331 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 74/95 2026-02-21T11:09:51.332 INFO:teuthology.orchestra.run.trial144.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 75/95 2026-02-21T11:09:51.349 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-21T11:09:51.349 INFO:teuthology.orchestra.run.trial144.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-21T11:09:51.349 INFO:teuthology.orchestra.run.trial144.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-21T11:09:51.349 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:09:51.356 INFO:teuthology.orchestra.run.trial144.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-21T11:09:51.382 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 76/95 2026-02-21T11:09:51.382 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-21T11:09:51.382 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:09:51.416 INFO:teuthology.orchestra.run.trial144.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 77/95 2026-02-21T11:09:51.790 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5397.gf7273f30.el9.noarc 86/95 2026-02-21T11:09:51.797 INFO:teuthology.orchestra.run.trial051.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5397.gf7273f30.el9.noa 87/95 2026-02-21T11:09:52.046 INFO:teuthology.orchestra.run.trial144.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 78/95 2026-02-21T11:09:52.264 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5397.gf7273f30.el9.noa 87/95 2026-02-21T11:09:52.265 INFO:teuthology.orchestra.run.trial051.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5397.gf7273 88/95 2026-02-21T11:09:52.278 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5397.gf7273 88/95 2026-02-21T11:09:52.279 INFO:teuthology.orchestra.run.trial051.stdout: Installing : ceph-mgr-k8sevents-2:20.3.0-5397.gf7273f30.el9.noa 89/95 2026-02-21T11:09:52.341 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.3.0-5397.gf7273f30.el9.noa 89/95 2026-02-21T11:09:52.385 INFO:teuthology.orchestra.run.trial051.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5397.gf7273f30.el9. 90/95 2026-02-21T11:09:52.386 INFO:teuthology.orchestra.run.trial051.stdout: Installing : ceph-mgr-2:20.3.0-5397.gf7273f30.el9.x86_64 91/95 2026-02-21T11:09:52.408 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5397.gf7273f30.el9.x86_64 91/95 2026-02-21T11:09:52.408 INFO:teuthology.orchestra.run.trial051.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:09:52.408 INFO:teuthology.orchestra.run.trial051.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-21T11:09:52.408 INFO:teuthology.orchestra.run.trial051.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T11:09:52.408 INFO:teuthology.orchestra.run.trial051.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T11:09:52.409 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:52.420 INFO:teuthology.orchestra.run.trial051.stdout: Installing : ceph-mgr-rook-2:20.3.0-5397.gf7273f30.el9.noarch 92/95 2026-02-21T11:09:52.655 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5397.gf7273f30.el9.noarch 92/95 2026-02-21T11:09:52.656 INFO:teuthology.orchestra.run.trial051.stdout: Installing : ceph-mon-2:20.3.0-5397.gf7273f30.el9.x86_64 93/95 2026-02-21T11:09:52.678 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: ceph-mon-2:20.3.0-5397.gf7273f30.el9.x86_64 93/95 2026-02-21T11:09:52.678 INFO:teuthology.orchestra.run.trial051.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:09:52.679 INFO:teuthology.orchestra.run.trial051.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-21T11:09:52.679 INFO:teuthology.orchestra.run.trial051.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T11:09:52.679 INFO:teuthology.orchestra.run.trial051.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T11:09:52.679 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:52.777 INFO:teuthology.orchestra.run.trial051.stdout: Installing : ceph-mds-2:20.3.0-5397.gf7273f30.el9.x86_64 94/95 2026-02-21T11:09:52.799 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: ceph-mds-2:20.3.0-5397.gf7273f30.el9.x86_64 94/95 2026-02-21T11:09:52.799 INFO:teuthology.orchestra.run.trial051.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:09:52.799 INFO:teuthology.orchestra.run.trial051.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-21T11:09:52.799 INFO:teuthology.orchestra.run.trial051.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T11:09:52.799 INFO:teuthology.orchestra.run.trial051.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T11:09:52.799 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:52.800 INFO:teuthology.orchestra.run.trial051.stdout: Installing : ceph-2:20.3.0-5397.gf7273f30.el9.x86_64 95/95 2026-02-21T11:09:52.807 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5397.gf7273f30.el9.x86_6 95/95 2026-02-21T11:09:52.817 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-osd-classic-2:20.3.0-5397.gf7273f30.el9.x86_6 79/95 2026-02-21T11:09:52.834 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5397.gf7273f30.el9.x86_6 95/95 2026-02-21T11:09:52.881 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-osd-crimson-2:20.3.0-5397.gf7273f30.el9.x86_6 80/95 2026-02-21T11:09:52.883 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-volume-2:20.3.0-5397.gf7273f30.el9.noarch 81/95 2026-02-21T11:09:52.897 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-volume-2:20.3.0-5397.gf7273f30.el9.noarch 81/95 2026-02-21T11:09:52.897 INFO:teuthology.orchestra.run.trial144.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:09:52.897 INFO:teuthology.orchestra.run.trial144.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-21T11:09:52.897 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:09:52.908 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-osd-2:20.3.0-5397.gf7273f30.el9.x86_64 82/95 2026-02-21T11:09:52.933 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-osd-2:20.3.0-5397.gf7273f30.el9.x86_64 82/95 2026-02-21T11:09:52.933 INFO:teuthology.orchestra.run.trial144.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:09:52.933 INFO:teuthology.orchestra.run.trial144.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-21T11:09:52.933 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T11:09:52.933 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-21T11:09:52.933 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:09:52.991 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: cephadm-2:20.3.0-5397.gf7273f30.el9.noarch 83/95 2026-02-21T11:09:52.993 INFO:teuthology.orchestra.run.trial144.stdout: Installing : cephadm-2:20.3.0-5397.gf7273f30.el9.noarch 83/95 2026-02-21T11:09:53.002 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5397.gf7273f30.el9 84/95 2026-02-21T11:09:53.026 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5397.gf7273f30.el 85/95 2026-02-21T11:09:53.027 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5397.gf7273f30.el9.noarc 86/95 2026-02-21T11:09:53.649 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: ceph-2:20.3.0-5397.gf7273f30.el9.x86_64 95/95 2026-02-21T11:09:53.649 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : ceph-2:20.3.0-5397.gf7273f30.el9.x86_64 1/95 2026-02-21T11:09:53.649 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : ceph-mds-2:20.3.0-5397.gf7273f30.el9.x86_64 2/95 2026-02-21T11:09:53.649 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : ceph-mgr-2:20.3.0-5397.gf7273f30.el9.x86_64 3/95 2026-02-21T11:09:53.649 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : ceph-mon-2:20.3.0-5397.gf7273f30.el9.x86_64 4/95 2026-02-21T11:09:53.649 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : ceph-osd-2:20.3.0-5397.gf7273f30.el9.x86_64 5/95 2026-02-21T11:09:53.649 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : ceph-osd-classic-2:20.3.0-5397.gf7273f30.el9.x86_6 6/95 2026-02-21T11:09:53.649 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5397.gf7273f30.el9.x86_6 7/95 2026-02-21T11:09:53.649 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5397.gf7273f30.el 8/95 2026-02-21T11:09:53.649 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5397.gf7273f30.el9.noarc 9/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5397.gf7273f30.el9.noa 10/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5397.gf7273 11/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : ceph-mgr-k8sevents-2:20.3.0-5397.gf7273f30.el9.noa 12/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5397.gf7273f30.el9. 13/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5397.gf7273f30.el9.noarch 14/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5397.gf7273f30.el9 15/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : ceph-volume-2:20.3.0-5397.gf7273f30.el9.noarch 16/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : cephadm-2:20.3.0-5397.gf7273f30.el9.noarch 17/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 18/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 19/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 20/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 21/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 22/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 23/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 24/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-ply-3.11-14.el9.noarch 25/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 26/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 27/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 28/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : unzip-6.0-59.el9.x86_64 29/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : zip-3.0-35.el9.x86_64 30/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 31/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 32/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 33/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 34/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : lua-5.4.4-4.el9.x86_64 35/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 36/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 37/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 38/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 39/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 40/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 41/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 42/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 43/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 44/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 45/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 46/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 47/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 48/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 49/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 50/95 2026-02-21T11:09:53.650 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 51/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 52/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 53/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 54/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 55/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 56/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 57/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 58/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 59/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 60/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 61/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 62/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 63/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 64/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 65/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 66/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 67/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 68/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 69/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 70/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 71/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 72/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 73/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 74/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 75/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 76/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 77/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 78/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 79/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 80/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 81/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 82/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 83/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 84/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 85/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 86/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 87/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 88/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 89/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 90/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 91/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 92/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 93/95 2026-02-21T11:09:53.651 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 94/95 2026-02-21T11:09:53.720 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 95/95 2026-02-21T11:09:53.720 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:53.721 INFO:teuthology.orchestra.run.trial051.stdout:Installed: 2026-02-21T11:09:53.721 INFO:teuthology.orchestra.run.trial051.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-21T11:09:53.721 INFO:teuthology.orchestra.run.trial051.stdout: ceph-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:53.721 INFO:teuthology.orchestra.run.trial051.stdout: ceph-grafana-dashboards-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:09:53.721 INFO:teuthology.orchestra.run.trial051.stdout: ceph-mds-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:53.721 INFO:teuthology.orchestra.run.trial051.stdout: ceph-mgr-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:53.721 INFO:teuthology.orchestra.run.trial051.stdout: ceph-mgr-cephadm-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:09:53.721 INFO:teuthology.orchestra.run.trial051.stdout: ceph-mgr-dashboard-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:09:53.721 INFO:teuthology.orchestra.run.trial051.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:09:53.722 INFO:teuthology.orchestra.run.trial051.stdout: ceph-mgr-k8sevents-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:09:53.722 INFO:teuthology.orchestra.run.trial051.stdout: ceph-mgr-modules-core-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:09:53.722 INFO:teuthology.orchestra.run.trial051.stdout: ceph-mgr-rook-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:09:53.722 INFO:teuthology.orchestra.run.trial051.stdout: ceph-mon-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:53.722 INFO:teuthology.orchestra.run.trial051.stdout: ceph-osd-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:53.722 INFO:teuthology.orchestra.run.trial051.stdout: ceph-osd-classic-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:53.722 INFO:teuthology.orchestra.run.trial051.stdout: ceph-osd-crimson-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:53.722 INFO:teuthology.orchestra.run.trial051.stdout: ceph-prometheus-alerts-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:09:53.722 INFO:teuthology.orchestra.run.trial051.stdout: ceph-volume-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:09:53.722 INFO:teuthology.orchestra.run.trial051.stdout: cephadm-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:09:53.722 INFO:teuthology.orchestra.run.trial051.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-02-21T11:09:53.723 INFO:teuthology.orchestra.run.trial051.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-21T11:09:53.723 INFO:teuthology.orchestra.run.trial051.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-21T11:09:53.723 INFO:teuthology.orchestra.run.trial051.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-21T11:09:53.723 INFO:teuthology.orchestra.run.trial051.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-21T11:09:53.723 INFO:teuthology.orchestra.run.trial051.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-21T11:09:53.723 INFO:teuthology.orchestra.run.trial051.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-21T11:09:53.723 INFO:teuthology.orchestra.run.trial051.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-21T11:09:53.723 INFO:teuthology.orchestra.run.trial051.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-21T11:09:53.723 INFO:teuthology.orchestra.run.trial051.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T11:09:53.723 INFO:teuthology.orchestra.run.trial051.stdout: lua-5.4.4-4.el9.x86_64 2026-02-21T11:09:53.723 INFO:teuthology.orchestra.run.trial051.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-21T11:09:53.723 INFO:teuthology.orchestra.run.trial051.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-21T11:09:53.724 INFO:teuthology.orchestra.run.trial051.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-21T11:09:53.724 INFO:teuthology.orchestra.run.trial051.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-21T11:09:53.724 INFO:teuthology.orchestra.run.trial051.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-21T11:09:53.724 INFO:teuthology.orchestra.run.trial051.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-21T11:09:53.724 INFO:teuthology.orchestra.run.trial051.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-21T11:09:53.724 INFO:teuthology.orchestra.run.trial051.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-21T11:09:53.724 INFO:teuthology.orchestra.run.trial051.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-21T11:09:53.724 INFO:teuthology.orchestra.run.trial051.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-21T11:09:53.724 INFO:teuthology.orchestra.run.trial051.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-21T11:09:53.724 INFO:teuthology.orchestra.run.trial051.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-21T11:09:53.724 INFO:teuthology.orchestra.run.trial051.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-21T11:09:53.725 INFO:teuthology.orchestra.run.trial051.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-21T11:09:53.725 INFO:teuthology.orchestra.run.trial051.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-21T11:09:53.725 INFO:teuthology.orchestra.run.trial051.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-21T11:09:53.725 INFO:teuthology.orchestra.run.trial051.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-21T11:09:53.725 INFO:teuthology.orchestra.run.trial051.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-21T11:09:53.725 INFO:teuthology.orchestra.run.trial051.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-21T11:09:53.725 INFO:teuthology.orchestra.run.trial051.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-21T11:09:53.725 INFO:teuthology.orchestra.run.trial051.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-21T11:09:53.725 INFO:teuthology.orchestra.run.trial051.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-21T11:09:53.725 INFO:teuthology.orchestra.run.trial051.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-21T11:09:53.725 INFO:teuthology.orchestra.run.trial051.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-21T11:09:53.725 INFO:teuthology.orchestra.run.trial051.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-21T11:09:53.726 INFO:teuthology.orchestra.run.trial051.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-21T11:09:53.726 INFO:teuthology.orchestra.run.trial051.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-21T11:09:53.726 INFO:teuthology.orchestra.run.trial051.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-21T11:09:53.726 INFO:teuthology.orchestra.run.trial051.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-21T11:09:53.726 INFO:teuthology.orchestra.run.trial051.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-21T11:09:53.726 INFO:teuthology.orchestra.run.trial051.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-21T11:09:53.726 INFO:teuthology.orchestra.run.trial051.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T11:09:53.726 INFO:teuthology.orchestra.run.trial051.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-21T11:09:53.726 INFO:teuthology.orchestra.run.trial051.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-21T11:09:53.726 INFO:teuthology.orchestra.run.trial051.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-21T11:09:53.726 INFO:teuthology.orchestra.run.trial051.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-21T11:09:53.726 INFO:teuthology.orchestra.run.trial051.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-21T11:09:53.726 INFO:teuthology.orchestra.run.trial051.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-21T11:09:53.727 INFO:teuthology.orchestra.run.trial051.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-21T11:09:53.727 INFO:teuthology.orchestra.run.trial051.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-21T11:09:53.727 INFO:teuthology.orchestra.run.trial051.stdout: python3-ply-3.11-14.el9.noarch 2026-02-21T11:09:53.727 INFO:teuthology.orchestra.run.trial051.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-21T11:09:53.727 INFO:teuthology.orchestra.run.trial051.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-21T11:09:53.727 INFO:teuthology.orchestra.run.trial051.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-21T11:09:53.727 INFO:teuthology.orchestra.run.trial051.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-21T11:09:53.727 INFO:teuthology.orchestra.run.trial051.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-21T11:09:53.727 INFO:teuthology.orchestra.run.trial051.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-21T11:09:53.727 INFO:teuthology.orchestra.run.trial051.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-21T11:09:53.727 INFO:teuthology.orchestra.run.trial051.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-21T11:09:53.727 INFO:teuthology.orchestra.run.trial051.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-21T11:09:53.727 INFO:teuthology.orchestra.run.trial051.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-21T11:09:53.728 INFO:teuthology.orchestra.run.trial051.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-21T11:09:53.728 INFO:teuthology.orchestra.run.trial051.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-21T11:09:53.728 INFO:teuthology.orchestra.run.trial051.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-21T11:09:53.728 INFO:teuthology.orchestra.run.trial051.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-21T11:09:53.728 INFO:teuthology.orchestra.run.trial051.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-21T11:09:53.728 INFO:teuthology.orchestra.run.trial051.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-21T11:09:53.728 INFO:teuthology.orchestra.run.trial051.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-21T11:09:53.728 INFO:teuthology.orchestra.run.trial051.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-21T11:09:53.728 INFO:teuthology.orchestra.run.trial051.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-21T11:09:53.728 INFO:teuthology.orchestra.run.trial051.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-21T11:09:53.728 INFO:teuthology.orchestra.run.trial051.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-21T11:09:53.728 INFO:teuthology.orchestra.run.trial051.stdout: unzip-6.0-59.el9.x86_64 2026-02-21T11:09:53.728 INFO:teuthology.orchestra.run.trial051.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-21T11:09:53.729 INFO:teuthology.orchestra.run.trial051.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-21T11:09:53.729 INFO:teuthology.orchestra.run.trial051.stdout: zip-3.0-35.el9.x86_64 2026-02-21T11:09:53.729 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:53.729 INFO:teuthology.orchestra.run.trial051.stdout:Complete! 2026-02-21T11:09:53.783 DEBUG:teuthology.orchestra.run.trial051:> sudo yum -y install ceph-base 2026-02-21T11:09:54.091 INFO:teuthology.orchestra.run.trial051.stdout:Last metadata expiration check: 0:00:41 ago on Sat 21 Feb 2026 11:09:13 AM UTC. 2026-02-21T11:09:54.155 INFO:teuthology.orchestra.run.trial051.stdout:Package ceph-base-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:09:54.173 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:09:54.174 INFO:teuthology.orchestra.run.trial051.stdout:Nothing to do. 2026-02-21T11:09:54.174 INFO:teuthology.orchestra.run.trial051.stdout:Complete! 2026-02-21T11:09:54.195 DEBUG:teuthology.orchestra.run.trial051:> sudo yum -y install cephadm 2026-02-21T11:09:54.499 INFO:teuthology.orchestra.run.trial051.stdout:Last metadata expiration check: 0:00:41 ago on Sat 21 Feb 2026 11:09:13 AM UTC. 2026-02-21T11:09:54.564 INFO:teuthology.orchestra.run.trial051.stdout:Package cephadm-2:20.3.0-5397.gf7273f30.el9.noarch is already installed. 2026-02-21T11:09:54.582 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:09:54.582 INFO:teuthology.orchestra.run.trial051.stdout:Nothing to do. 2026-02-21T11:09:54.582 INFO:teuthology.orchestra.run.trial051.stdout:Complete! 2026-02-21T11:09:54.603 DEBUG:teuthology.orchestra.run.trial051:> sudo yum -y install ceph-immutable-object-cache 2026-02-21T11:09:54.912 INFO:teuthology.orchestra.run.trial051.stdout:Last metadata expiration check: 0:00:41 ago on Sat 21 Feb 2026 11:09:13 AM UTC. 2026-02-21T11:09:54.996 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:09:54.996 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:09:54.996 INFO:teuthology.orchestra.run.trial051.stdout: Package Arch Version Repo Size 2026-02-21T11:09:54.996 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:09:54.997 INFO:teuthology.orchestra.run.trial051.stdout:Installing: 2026-02-21T11:09:54.997 INFO:teuthology.orchestra.run.trial051.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 147 k 2026-02-21T11:09:54.997 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:54.997 INFO:teuthology.orchestra.run.trial051.stdout:Transaction Summary 2026-02-21T11:09:54.997 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:09:54.997 INFO:teuthology.orchestra.run.trial051.stdout:Install 1 Package 2026-02-21T11:09:54.997 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:54.997 INFO:teuthology.orchestra.run.trial051.stdout:Total download size: 147 k 2026-02-21T11:09:54.997 INFO:teuthology.orchestra.run.trial051.stdout:Installed size: 419 k 2026-02-21T11:09:54.997 INFO:teuthology.orchestra.run.trial051.stdout:Downloading Packages: 2026-02-21T11:09:55.083 INFO:teuthology.orchestra.run.trial051.stdout:ceph-immutable-object-cache-20.3.0-5397.gf7273f 1.7 MB/s | 147 kB 00:00 2026-02-21T11:09:55.084 INFO:teuthology.orchestra.run.trial051.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:09:55.084 INFO:teuthology.orchestra.run.trial051.stdout:Total 1.6 MB/s | 147 kB 00:00 2026-02-21T11:09:55.084 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction check 2026-02-21T11:09:55.088 INFO:teuthology.orchestra.run.trial051.stdout:Transaction check succeeded. 2026-02-21T11:09:55.088 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction test 2026-02-21T11:09:55.119 INFO:teuthology.orchestra.run.trial051.stdout:Transaction test succeeded. 2026-02-21T11:09:55.119 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction 2026-02-21T11:09:55.175 INFO:teuthology.orchestra.run.trial051.stdout: Preparing : 1/1 2026-02-21T11:09:55.176 INFO:teuthology.orchestra.run.trial051.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5397.gf7273f30. 1/1 2026-02-21T11:09:55.200 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5397.gf7273f30. 1/1 2026-02-21T11:09:55.200 INFO:teuthology.orchestra.run.trial051.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:09:55.200 INFO:teuthology.orchestra.run.trial051.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-21T11:09:55.200 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:55.517 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5397.gf7273f30. 1/1 2026-02-21T11:09:55.517 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:55.517 INFO:teuthology.orchestra.run.trial051.stdout:Installed: 2026-02-21T11:09:55.518 INFO:teuthology.orchestra.run.trial051.stdout: ceph-immutable-object-cache-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:55.518 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:55.518 INFO:teuthology.orchestra.run.trial051.stdout:Complete! 2026-02-21T11:09:55.545 DEBUG:teuthology.orchestra.run.trial051:> sudo yum -y install ceph-mgr 2026-02-21T11:09:55.862 INFO:teuthology.orchestra.run.trial051.stdout:Last metadata expiration check: 0:00:42 ago on Sat 21 Feb 2026 11:09:13 AM UTC. 2026-02-21T11:09:55.926 INFO:teuthology.orchestra.run.trial051.stdout:Package ceph-mgr-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:09:55.945 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:09:55.945 INFO:teuthology.orchestra.run.trial051.stdout:Nothing to do. 2026-02-21T11:09:55.946 INFO:teuthology.orchestra.run.trial051.stdout:Complete! 2026-02-21T11:09:55.955 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5397.gf7273f30.el9.noarc 86/95 2026-02-21T11:09:55.962 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5397.gf7273f30.el9.noa 87/95 2026-02-21T11:09:55.966 DEBUG:teuthology.orchestra.run.trial051:> sudo yum -y install ceph-mgr-dashboard 2026-02-21T11:09:56.275 INFO:teuthology.orchestra.run.trial051.stdout:Last metadata expiration check: 0:00:43 ago on Sat 21 Feb 2026 11:09:13 AM UTC. 2026-02-21T11:09:56.340 INFO:teuthology.orchestra.run.trial051.stdout:Package ceph-mgr-dashboard-2:20.3.0-5397.gf7273f30.el9.noarch is already installed. 2026-02-21T11:09:56.359 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:09:56.360 INFO:teuthology.orchestra.run.trial051.stdout:Nothing to do. 2026-02-21T11:09:56.360 INFO:teuthology.orchestra.run.trial051.stdout:Complete! 2026-02-21T11:09:56.381 DEBUG:teuthology.orchestra.run.trial051:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-21T11:09:56.418 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5397.gf7273f30.el9.noa 87/95 2026-02-21T11:09:56.419 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5397.gf7273 88/95 2026-02-21T11:09:56.432 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5397.gf7273 88/95 2026-02-21T11:09:56.432 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-mgr-k8sevents-2:20.3.0-5397.gf7273f30.el9.noa 89/95 2026-02-21T11:09:56.492 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.3.0-5397.gf7273f30.el9.noa 89/95 2026-02-21T11:09:56.535 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5397.gf7273f30.el9. 90/95 2026-02-21T11:09:56.536 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-mgr-2:20.3.0-5397.gf7273f30.el9.x86_64 91/95 2026-02-21T11:09:56.556 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5397.gf7273f30.el9.x86_64 91/95 2026-02-21T11:09:56.556 INFO:teuthology.orchestra.run.trial144.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:09:56.556 INFO:teuthology.orchestra.run.trial144.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-21T11:09:56.556 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T11:09:56.557 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-21T11:09:56.557 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:09:56.567 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-mgr-rook-2:20.3.0-5397.gf7273f30.el9.noarch 92/95 2026-02-21T11:09:56.688 INFO:teuthology.orchestra.run.trial051.stdout:Last metadata expiration check: 0:00:43 ago on Sat 21 Feb 2026 11:09:13 AM UTC. 2026-02-21T11:09:56.753 INFO:teuthology.orchestra.run.trial051.stdout:Package ceph-mgr-diskprediction-local-2:20.3.0-5397.gf7273f30.el9.noarch is already installed. 2026-02-21T11:09:56.771 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:09:56.772 INFO:teuthology.orchestra.run.trial051.stdout:Nothing to do. 2026-02-21T11:09:56.772 INFO:teuthology.orchestra.run.trial051.stdout:Complete! 2026-02-21T11:09:56.791 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5397.gf7273f30.el9.noarch 92/95 2026-02-21T11:09:56.792 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-mon-2:20.3.0-5397.gf7273f30.el9.x86_64 93/95 2026-02-21T11:09:56.794 DEBUG:teuthology.orchestra.run.trial051:> sudo yum -y install ceph-mgr-rook 2026-02-21T11:09:56.814 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-mon-2:20.3.0-5397.gf7273f30.el9.x86_64 93/95 2026-02-21T11:09:56.814 INFO:teuthology.orchestra.run.trial144.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:09:56.814 INFO:teuthology.orchestra.run.trial144.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-21T11:09:56.814 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T11:09:56.814 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-21T11:09:56.814 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:09:56.910 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-mds-2:20.3.0-5397.gf7273f30.el9.x86_64 94/95 2026-02-21T11:09:56.930 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-mds-2:20.3.0-5397.gf7273f30.el9.x86_64 94/95 2026-02-21T11:09:56.930 INFO:teuthology.orchestra.run.trial144.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:09:56.930 INFO:teuthology.orchestra.run.trial144.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-21T11:09:56.930 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T11:09:56.930 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-21T11:09:56.930 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:09:56.931 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-2:20.3.0-5397.gf7273f30.el9.x86_64 95/95 2026-02-21T11:09:56.938 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5397.gf7273f30.el9.x86_6 95/95 2026-02-21T11:09:56.963 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5397.gf7273f30.el9.x86_6 95/95 2026-02-21T11:09:57.105 INFO:teuthology.orchestra.run.trial051.stdout:Last metadata expiration check: 0:00:44 ago on Sat 21 Feb 2026 11:09:13 AM UTC. 2026-02-21T11:09:57.169 INFO:teuthology.orchestra.run.trial051.stdout:Package ceph-mgr-rook-2:20.3.0-5397.gf7273f30.el9.noarch is already installed. 2026-02-21T11:09:57.188 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:09:57.188 INFO:teuthology.orchestra.run.trial051.stdout:Nothing to do. 2026-02-21T11:09:57.188 INFO:teuthology.orchestra.run.trial051.stdout:Complete! 2026-02-21T11:09:57.209 DEBUG:teuthology.orchestra.run.trial051:> sudo yum -y install ceph-mgr-cephadm 2026-02-21T11:09:57.526 INFO:teuthology.orchestra.run.trial051.stdout:Last metadata expiration check: 0:00:44 ago on Sat 21 Feb 2026 11:09:13 AM UTC. 2026-02-21T11:09:57.590 INFO:teuthology.orchestra.run.trial051.stdout:Package ceph-mgr-cephadm-2:20.3.0-5397.gf7273f30.el9.noarch is already installed. 2026-02-21T11:09:57.608 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:09:57.609 INFO:teuthology.orchestra.run.trial051.stdout:Nothing to do. 2026-02-21T11:09:57.609 INFO:teuthology.orchestra.run.trial051.stdout:Complete! 2026-02-21T11:09:57.631 DEBUG:teuthology.orchestra.run.trial051:> sudo yum -y install ceph-osd 2026-02-21T11:09:57.786 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-2:20.3.0-5397.gf7273f30.el9.x86_64 95/95 2026-02-21T11:09:57.786 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-2:20.3.0-5397.gf7273f30.el9.x86_64 1/95 2026-02-21T11:09:57.786 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-mds-2:20.3.0-5397.gf7273f30.el9.x86_64 2/95 2026-02-21T11:09:57.786 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-mgr-2:20.3.0-5397.gf7273f30.el9.x86_64 3/95 2026-02-21T11:09:57.786 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-mon-2:20.3.0-5397.gf7273f30.el9.x86_64 4/95 2026-02-21T11:09:57.786 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-osd-2:20.3.0-5397.gf7273f30.el9.x86_64 5/95 2026-02-21T11:09:57.786 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-osd-classic-2:20.3.0-5397.gf7273f30.el9.x86_6 6/95 2026-02-21T11:09:57.786 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5397.gf7273f30.el9.x86_6 7/95 2026-02-21T11:09:57.786 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5397.gf7273f30.el 8/95 2026-02-21T11:09:57.787 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5397.gf7273f30.el9.noarc 9/95 2026-02-21T11:09:57.787 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5397.gf7273f30.el9.noa 10/95 2026-02-21T11:09:57.787 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5397.gf7273 11/95 2026-02-21T11:09:57.787 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-mgr-k8sevents-2:20.3.0-5397.gf7273f30.el9.noa 12/95 2026-02-21T11:09:57.787 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5397.gf7273f30.el9. 13/95 2026-02-21T11:09:57.787 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5397.gf7273f30.el9.noarch 14/95 2026-02-21T11:09:57.787 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5397.gf7273f30.el9 15/95 2026-02-21T11:09:57.787 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-volume-2:20.3.0-5397.gf7273f30.el9.noarch 16/95 2026-02-21T11:09:57.787 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : cephadm-2:20.3.0-5397.gf7273f30.el9.noarch 17/95 2026-02-21T11:09:57.787 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 18/95 2026-02-21T11:09:57.787 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 19/95 2026-02-21T11:09:57.787 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 20/95 2026-02-21T11:09:57.788 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 21/95 2026-02-21T11:09:57.788 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 22/95 2026-02-21T11:09:57.788 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 23/95 2026-02-21T11:09:57.788 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 24/95 2026-02-21T11:09:57.788 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-ply-3.11-14.el9.noarch 25/95 2026-02-21T11:09:57.788 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 26/95 2026-02-21T11:09:57.788 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 27/95 2026-02-21T11:09:57.788 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 28/95 2026-02-21T11:09:57.788 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : unzip-6.0-59.el9.x86_64 29/95 2026-02-21T11:09:57.788 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : zip-3.0-35.el9.x86_64 30/95 2026-02-21T11:09:57.788 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 31/95 2026-02-21T11:09:57.788 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 32/95 2026-02-21T11:09:57.789 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 33/95 2026-02-21T11:09:57.789 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 34/95 2026-02-21T11:09:57.789 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : lua-5.4.4-4.el9.x86_64 35/95 2026-02-21T11:09:57.789 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 36/95 2026-02-21T11:09:57.789 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 37/95 2026-02-21T11:09:57.789 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 38/95 2026-02-21T11:09:57.789 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 39/95 2026-02-21T11:09:57.789 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 40/95 2026-02-21T11:09:57.789 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 41/95 2026-02-21T11:09:57.789 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 42/95 2026-02-21T11:09:57.789 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 43/95 2026-02-21T11:09:57.789 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 44/95 2026-02-21T11:09:57.789 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 45/95 2026-02-21T11:09:57.790 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 46/95 2026-02-21T11:09:57.790 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 47/95 2026-02-21T11:09:57.790 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 48/95 2026-02-21T11:09:57.790 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 49/95 2026-02-21T11:09:57.790 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 50/95 2026-02-21T11:09:57.790 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 51/95 2026-02-21T11:09:57.790 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 52/95 2026-02-21T11:09:57.790 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 53/95 2026-02-21T11:09:57.790 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 54/95 2026-02-21T11:09:57.790 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 55/95 2026-02-21T11:09:57.790 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 56/95 2026-02-21T11:09:57.790 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 57/95 2026-02-21T11:09:57.790 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 58/95 2026-02-21T11:09:57.791 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 59/95 2026-02-21T11:09:57.791 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 60/95 2026-02-21T11:09:57.791 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 61/95 2026-02-21T11:09:57.791 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 62/95 2026-02-21T11:09:57.791 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 63/95 2026-02-21T11:09:57.791 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 64/95 2026-02-21T11:09:57.791 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 65/95 2026-02-21T11:09:57.791 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 66/95 2026-02-21T11:09:57.791 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 67/95 2026-02-21T11:09:57.791 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 68/95 2026-02-21T11:09:57.791 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 69/95 2026-02-21T11:09:57.791 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 70/95 2026-02-21T11:09:57.792 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 71/95 2026-02-21T11:09:57.792 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 72/95 2026-02-21T11:09:57.792 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 73/95 2026-02-21T11:09:57.792 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 74/95 2026-02-21T11:09:57.792 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 75/95 2026-02-21T11:09:57.792 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 76/95 2026-02-21T11:09:57.792 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 77/95 2026-02-21T11:09:57.792 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 78/95 2026-02-21T11:09:57.792 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 79/95 2026-02-21T11:09:57.792 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 80/95 2026-02-21T11:09:57.792 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 81/95 2026-02-21T11:09:57.792 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 82/95 2026-02-21T11:09:57.793 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 83/95 2026-02-21T11:09:57.793 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 84/95 2026-02-21T11:09:57.793 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 85/95 2026-02-21T11:09:57.793 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 86/95 2026-02-21T11:09:57.793 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 87/95 2026-02-21T11:09:57.793 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 88/95 2026-02-21T11:09:57.793 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 89/95 2026-02-21T11:09:57.793 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 90/95 2026-02-21T11:09:57.793 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 91/95 2026-02-21T11:09:57.793 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 92/95 2026-02-21T11:09:57.793 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 93/95 2026-02-21T11:09:57.793 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 94/95 2026-02-21T11:09:57.849 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 95/95 2026-02-21T11:09:57.849 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:09:57.849 INFO:teuthology.orchestra.run.trial144.stdout:Installed: 2026-02-21T11:09:57.849 INFO:teuthology.orchestra.run.trial144.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-21T11:09:57.849 INFO:teuthology.orchestra.run.trial144.stdout: ceph-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:57.849 INFO:teuthology.orchestra.run.trial144.stdout: ceph-grafana-dashboards-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:09:57.849 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mds-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:57.849 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mgr-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:57.849 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mgr-cephadm-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:09:57.849 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mgr-dashboard-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:09:57.849 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:09:57.849 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mgr-k8sevents-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:09:57.849 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mgr-modules-core-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:09:57.849 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mgr-rook-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:09:57.849 INFO:teuthology.orchestra.run.trial144.stdout: ceph-mon-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: ceph-osd-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: ceph-osd-classic-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: ceph-osd-crimson-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: ceph-prometheus-alerts-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: ceph-volume-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: cephadm-2:20.3.0-5397.gf7273f30.el9.noarch 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: lua-5.4.4-4.el9.x86_64 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-21T11:09:57.850 INFO:teuthology.orchestra.run.trial144.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-ply-3.11-14.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-21T11:09:57.851 INFO:teuthology.orchestra.run.trial144.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-21T11:09:57.852 INFO:teuthology.orchestra.run.trial144.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-21T11:09:57.852 INFO:teuthology.orchestra.run.trial144.stdout: unzip-6.0-59.el9.x86_64 2026-02-21T11:09:57.852 INFO:teuthology.orchestra.run.trial144.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-21T11:09:57.852 INFO:teuthology.orchestra.run.trial144.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-21T11:09:57.852 INFO:teuthology.orchestra.run.trial144.stdout: zip-3.0-35.el9.x86_64 2026-02-21T11:09:57.852 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:09:57.852 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-21T11:09:57.912 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install ceph-base 2026-02-21T11:09:57.943 INFO:teuthology.orchestra.run.trial051.stdout:Last metadata expiration check: 0:00:44 ago on Sat 21 Feb 2026 11:09:13 AM UTC. 2026-02-21T11:09:58.008 INFO:teuthology.orchestra.run.trial051.stdout:Package ceph-osd-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:09:58.026 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:09:58.027 INFO:teuthology.orchestra.run.trial051.stdout:Nothing to do. 2026-02-21T11:09:58.027 INFO:teuthology.orchestra.run.trial051.stdout:Complete! 2026-02-21T11:09:58.048 DEBUG:teuthology.orchestra.run.trial051:> sudo yum -y install ceph-osd-classic 2026-02-21T11:09:58.225 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:43 ago on Sat 21 Feb 2026 11:09:15 AM UTC. 2026-02-21T11:09:58.289 INFO:teuthology.orchestra.run.trial144.stdout:Package ceph-base-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:09:58.308 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:09:58.308 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-21T11:09:58.309 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-21T11:09:58.330 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install cephadm 2026-02-21T11:09:58.359 INFO:teuthology.orchestra.run.trial051.stdout:Last metadata expiration check: 0:00:45 ago on Sat 21 Feb 2026 11:09:13 AM UTC. 2026-02-21T11:09:58.423 INFO:teuthology.orchestra.run.trial051.stdout:Package ceph-osd-classic-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:09:58.442 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:09:58.442 INFO:teuthology.orchestra.run.trial051.stdout:Nothing to do. 2026-02-21T11:09:58.442 INFO:teuthology.orchestra.run.trial051.stdout:Complete! 2026-02-21T11:09:58.463 DEBUG:teuthology.orchestra.run.trial051:> sudo yum -y install ceph-fuse 2026-02-21T11:09:58.642 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:43 ago on Sat 21 Feb 2026 11:09:15 AM UTC. 2026-02-21T11:09:58.707 INFO:teuthology.orchestra.run.trial144.stdout:Package cephadm-2:20.3.0-5397.gf7273f30.el9.noarch is already installed. 2026-02-21T11:09:58.725 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:09:58.726 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-21T11:09:58.726 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-21T11:09:58.746 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install ceph-immutable-object-cache 2026-02-21T11:09:58.774 INFO:teuthology.orchestra.run.trial051.stdout:Last metadata expiration check: 0:00:45 ago on Sat 21 Feb 2026 11:09:13 AM UTC. 2026-02-21T11:09:58.858 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:09:58.858 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:09:58.858 INFO:teuthology.orchestra.run.trial051.stdout: Package Arch Version Repo Size 2026-02-21T11:09:58.858 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:09:58.858 INFO:teuthology.orchestra.run.trial051.stdout:Installing: 2026-02-21T11:09:58.858 INFO:teuthology.orchestra.run.trial051.stdout: ceph-fuse x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 988 k 2026-02-21T11:09:58.858 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:58.858 INFO:teuthology.orchestra.run.trial051.stdout:Transaction Summary 2026-02-21T11:09:58.859 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:09:58.859 INFO:teuthology.orchestra.run.trial051.stdout:Install 1 Package 2026-02-21T11:09:58.859 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:58.859 INFO:teuthology.orchestra.run.trial051.stdout:Total download size: 988 k 2026-02-21T11:09:58.859 INFO:teuthology.orchestra.run.trial051.stdout:Installed size: 2.9 M 2026-02-21T11:09:58.859 INFO:teuthology.orchestra.run.trial051.stdout:Downloading Packages: 2026-02-21T11:09:58.980 INFO:teuthology.orchestra.run.trial051.stdout:ceph-fuse-20.3.0-5397.gf7273f30.el9.x86_64.rpm 8.1 MB/s | 988 kB 00:00 2026-02-21T11:09:58.980 INFO:teuthology.orchestra.run.trial051.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:09:58.980 INFO:teuthology.orchestra.run.trial051.stdout:Total 8.0 MB/s | 988 kB 00:00 2026-02-21T11:09:58.981 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction check 2026-02-21T11:09:58.984 INFO:teuthology.orchestra.run.trial051.stdout:Transaction check succeeded. 2026-02-21T11:09:58.984 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction test 2026-02-21T11:09:59.017 INFO:teuthology.orchestra.run.trial051.stdout:Transaction test succeeded. 2026-02-21T11:09:59.017 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction 2026-02-21T11:09:59.056 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:44 ago on Sat 21 Feb 2026 11:09:15 AM UTC. 2026-02-21T11:09:59.109 INFO:teuthology.orchestra.run.trial051.stdout: Preparing : 1/1 2026-02-21T11:09:59.126 INFO:teuthology.orchestra.run.trial051.stdout: Installing : ceph-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:09:59.139 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:09:59.139 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:09:59.139 INFO:teuthology.orchestra.run.trial144.stdout: Package Arch Version Repo Size 2026-02-21T11:09:59.139 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:09:59.139 INFO:teuthology.orchestra.run.trial144.stdout:Installing: 2026-02-21T11:09:59.139 INFO:teuthology.orchestra.run.trial144.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 147 k 2026-02-21T11:09:59.139 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:09:59.139 INFO:teuthology.orchestra.run.trial144.stdout:Transaction Summary 2026-02-21T11:09:59.139 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:09:59.140 INFO:teuthology.orchestra.run.trial144.stdout:Install 1 Package 2026-02-21T11:09:59.140 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:09:59.140 INFO:teuthology.orchestra.run.trial144.stdout:Total download size: 147 k 2026-02-21T11:09:59.140 INFO:teuthology.orchestra.run.trial144.stdout:Installed size: 419 k 2026-02-21T11:09:59.140 INFO:teuthology.orchestra.run.trial144.stdout:Downloading Packages: 2026-02-21T11:09:59.228 INFO:teuthology.orchestra.run.trial144.stdout:ceph-immutable-object-cache-20.3.0-5397.gf7273f 1.7 MB/s | 147 kB 00:00 2026-02-21T11:09:59.228 INFO:teuthology.orchestra.run.trial144.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:09:59.228 INFO:teuthology.orchestra.run.trial144.stdout:Total 1.6 MB/s | 147 kB 00:00 2026-02-21T11:09:59.228 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction check 2026-02-21T11:09:59.232 INFO:teuthology.orchestra.run.trial144.stdout:Transaction check succeeded. 2026-02-21T11:09:59.232 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction test 2026-02-21T11:09:59.264 INFO:teuthology.orchestra.run.trial144.stdout:Transaction test succeeded. 2026-02-21T11:09:59.264 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction 2026-02-21T11:09:59.319 INFO:teuthology.orchestra.run.trial144.stdout: Preparing : 1/1 2026-02-21T11:09:59.320 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5397.gf7273f30. 1/1 2026-02-21T11:09:59.342 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5397.gf7273f30. 1/1 2026-02-21T11:09:59.342 INFO:teuthology.orchestra.run.trial144.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:09:59.342 INFO:teuthology.orchestra.run.trial144.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-21T11:09:59.343 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:09:59.354 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:09:59.412 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : ceph-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:09:59.412 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:59.412 INFO:teuthology.orchestra.run.trial051.stdout:Installed: 2026-02-21T11:09:59.412 INFO:teuthology.orchestra.run.trial051.stdout: ceph-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:59.413 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:09:59.413 INFO:teuthology.orchestra.run.trial051.stdout:Complete! 2026-02-21T11:09:59.439 DEBUG:teuthology.orchestra.run.trial051:> sudo yum -y install ceph-volume 2026-02-21T11:09:59.641 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5397.gf7273f30. 1/1 2026-02-21T11:09:59.642 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:09:59.642 INFO:teuthology.orchestra.run.trial144.stdout:Installed: 2026-02-21T11:09:59.642 INFO:teuthology.orchestra.run.trial144.stdout: ceph-immutable-object-cache-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:09:59.642 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:09:59.642 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-21T11:09:59.670 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install ceph-mgr 2026-02-21T11:09:59.746 INFO:teuthology.orchestra.run.trial051.stdout:Last metadata expiration check: 0:00:46 ago on Sat 21 Feb 2026 11:09:13 AM UTC. 2026-02-21T11:09:59.810 INFO:teuthology.orchestra.run.trial051.stdout:Package ceph-volume-2:20.3.0-5397.gf7273f30.el9.noarch is already installed. 2026-02-21T11:09:59.829 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:09:59.829 INFO:teuthology.orchestra.run.trial051.stdout:Nothing to do. 2026-02-21T11:09:59.829 INFO:teuthology.orchestra.run.trial051.stdout:Complete! 2026-02-21T11:09:59.851 DEBUG:teuthology.orchestra.run.trial051:> sudo yum -y install librados-devel 2026-02-21T11:09:59.980 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:44 ago on Sat 21 Feb 2026 11:09:15 AM UTC. 2026-02-21T11:10:00.046 INFO:teuthology.orchestra.run.trial144.stdout:Package ceph-mgr-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:10:00.064 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:10:00.065 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-21T11:10:00.065 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-21T11:10:00.086 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install ceph-mgr-dashboard 2026-02-21T11:10:00.160 INFO:teuthology.orchestra.run.trial051.stdout:Last metadata expiration check: 0:00:47 ago on Sat 21 Feb 2026 11:09:13 AM UTC. 2026-02-21T11:10:00.243 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:10:00.244 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:10:00.244 INFO:teuthology.orchestra.run.trial051.stdout: Package Arch Version Repo Size 2026-02-21T11:10:00.244 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:10:00.244 INFO:teuthology.orchestra.run.trial051.stdout:Installing: 2026-02-21T11:10:00.244 INFO:teuthology.orchestra.run.trial051.stdout: librados-devel x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 123 k 2026-02-21T11:10:00.244 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:00.244 INFO:teuthology.orchestra.run.trial051.stdout:Transaction Summary 2026-02-21T11:10:00.244 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:10:00.244 INFO:teuthology.orchestra.run.trial051.stdout:Install 1 Package 2026-02-21T11:10:00.244 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:00.244 INFO:teuthology.orchestra.run.trial051.stdout:Total download size: 123 k 2026-02-21T11:10:00.244 INFO:teuthology.orchestra.run.trial051.stdout:Installed size: 437 k 2026-02-21T11:10:00.244 INFO:teuthology.orchestra.run.trial051.stdout:Downloading Packages: 2026-02-21T11:10:00.393 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:45 ago on Sat 21 Feb 2026 11:09:15 AM UTC. 2026-02-21T11:10:00.459 INFO:teuthology.orchestra.run.trial144.stdout:Package ceph-mgr-dashboard-2:20.3.0-5397.gf7273f30.el9.noarch is already installed. 2026-02-21T11:10:00.479 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:10:00.480 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-21T11:10:00.480 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-21T11:10:00.500 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-21T11:10:00.618 INFO:teuthology.orchestra.run.trial051.stdout:librados-devel-20.3.0-5397.gf7273f30.el9.x86_64 329 kB/s | 123 kB 00:00 2026-02-21T11:10:00.619 INFO:teuthology.orchestra.run.trial051.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:10:00.619 INFO:teuthology.orchestra.run.trial051.stdout:Total 328 kB/s | 123 kB 00:00 2026-02-21T11:10:00.619 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction check 2026-02-21T11:10:00.622 INFO:teuthology.orchestra.run.trial051.stdout:Transaction check succeeded. 2026-02-21T11:10:00.623 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction test 2026-02-21T11:10:00.654 INFO:teuthology.orchestra.run.trial051.stdout:Transaction test succeeded. 2026-02-21T11:10:00.654 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction 2026-02-21T11:10:00.709 INFO:teuthology.orchestra.run.trial051.stdout: Preparing : 1/1 2026-02-21T11:10:00.725 INFO:teuthology.orchestra.run.trial051.stdout: Installing : librados-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:00.805 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: librados-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:00.810 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:45 ago on Sat 21 Feb 2026 11:09:15 AM UTC. 2026-02-21T11:10:00.863 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : librados-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:00.863 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:00.863 INFO:teuthology.orchestra.run.trial051.stdout:Installed: 2026-02-21T11:10:00.863 INFO:teuthology.orchestra.run.trial051.stdout: librados-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:10:00.863 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:00.863 INFO:teuthology.orchestra.run.trial051.stdout:Complete! 2026-02-21T11:10:00.875 INFO:teuthology.orchestra.run.trial144.stdout:Package ceph-mgr-diskprediction-local-2:20.3.0-5397.gf7273f30.el9.noarch is already installed. 2026-02-21T11:10:00.890 DEBUG:teuthology.orchestra.run.trial051:> sudo yum -y install libcephfs2 2026-02-21T11:10:00.894 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:10:00.894 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-21T11:10:00.894 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-21T11:10:00.915 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install ceph-mgr-rook 2026-02-21T11:10:01.207 INFO:teuthology.orchestra.run.trial051.stdout:Last metadata expiration check: 0:00:48 ago on Sat 21 Feb 2026 11:09:13 AM UTC. 2026-02-21T11:10:01.224 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:46 ago on Sat 21 Feb 2026 11:09:15 AM UTC. 2026-02-21T11:10:01.272 INFO:teuthology.orchestra.run.trial051.stdout:Package libcephfs2-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:10:01.289 INFO:teuthology.orchestra.run.trial144.stdout:Package ceph-mgr-rook-2:20.3.0-5397.gf7273f30.el9.noarch is already installed. 2026-02-21T11:10:01.290 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:10:01.291 INFO:teuthology.orchestra.run.trial051.stdout:Nothing to do. 2026-02-21T11:10:01.291 INFO:teuthology.orchestra.run.trial051.stdout:Complete! 2026-02-21T11:10:01.307 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:10:01.308 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-21T11:10:01.308 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-21T11:10:01.312 DEBUG:teuthology.orchestra.run.trial051:> sudo yum -y install libcephfs-devel 2026-02-21T11:10:01.329 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install ceph-mgr-cephadm 2026-02-21T11:10:01.622 INFO:teuthology.orchestra.run.trial051.stdout:Last metadata expiration check: 0:00:48 ago on Sat 21 Feb 2026 11:09:13 AM UTC. 2026-02-21T11:10:01.641 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:46 ago on Sat 21 Feb 2026 11:09:15 AM UTC. 2026-02-21T11:10:01.705 INFO:teuthology.orchestra.run.trial144.stdout:Package ceph-mgr-cephadm-2:20.3.0-5397.gf7273f30.el9.noarch is already installed. 2026-02-21T11:10:01.706 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:10:01.706 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:10:01.707 INFO:teuthology.orchestra.run.trial051.stdout: Package Arch Version Repo Size 2026-02-21T11:10:01.707 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:10:01.707 INFO:teuthology.orchestra.run.trial051.stdout:Installing: 2026-02-21T11:10:01.707 INFO:teuthology.orchestra.run.trial051.stdout: libcephfs-devel x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 37 k 2026-02-21T11:10:01.707 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:01.707 INFO:teuthology.orchestra.run.trial051.stdout:Transaction Summary 2026-02-21T11:10:01.707 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:10:01.707 INFO:teuthology.orchestra.run.trial051.stdout:Install 1 Package 2026-02-21T11:10:01.707 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:01.708 INFO:teuthology.orchestra.run.trial051.stdout:Total download size: 37 k 2026-02-21T11:10:01.708 INFO:teuthology.orchestra.run.trial051.stdout:Installed size: 171 k 2026-02-21T11:10:01.708 INFO:teuthology.orchestra.run.trial051.stdout:Downloading Packages: 2026-02-21T11:10:01.723 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:10:01.724 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-21T11:10:01.724 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-21T11:10:01.744 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install ceph-osd 2026-02-21T11:10:01.872 INFO:teuthology.orchestra.run.trial051.stdout:libcephfs-devel-20.3.0-5397.gf7273f30.el9.x86_6 226 kB/s | 37 kB 00:00 2026-02-21T11:10:01.873 INFO:teuthology.orchestra.run.trial051.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:10:01.873 INFO:teuthology.orchestra.run.trial051.stdout:Total 224 kB/s | 37 kB 00:00 2026-02-21T11:10:01.873 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction check 2026-02-21T11:10:01.876 INFO:teuthology.orchestra.run.trial051.stdout:Transaction check succeeded. 2026-02-21T11:10:01.876 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction test 2026-02-21T11:10:01.878 INFO:teuthology.orchestra.run.trial051.stdout:Transaction test succeeded. 2026-02-21T11:10:01.879 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction 2026-02-21T11:10:01.900 INFO:teuthology.orchestra.run.trial051.stdout: Preparing : 1/1 2026-02-21T11:10:01.917 INFO:teuthology.orchestra.run.trial051.stdout: Installing : libcephfs-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:01.978 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:02.037 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : libcephfs-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:02.037 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:02.037 INFO:teuthology.orchestra.run.trial051.stdout:Installed: 2026-02-21T11:10:02.037 INFO:teuthology.orchestra.run.trial051.stdout: libcephfs-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:10:02.037 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:02.037 INFO:teuthology.orchestra.run.trial051.stdout:Complete! 2026-02-21T11:10:02.055 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:47 ago on Sat 21 Feb 2026 11:09:15 AM UTC. 2026-02-21T11:10:02.066 DEBUG:teuthology.orchestra.run.trial051:> sudo yum -y install librados2 2026-02-21T11:10:02.120 INFO:teuthology.orchestra.run.trial144.stdout:Package ceph-osd-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:10:02.138 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:10:02.139 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-21T11:10:02.139 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-21T11:10:02.160 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install ceph-osd-classic 2026-02-21T11:10:02.378 INFO:teuthology.orchestra.run.trial051.stdout:Last metadata expiration check: 0:00:49 ago on Sat 21 Feb 2026 11:09:13 AM UTC. 2026-02-21T11:10:02.443 INFO:teuthology.orchestra.run.trial051.stdout:Package librados2-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:10:02.462 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:10:02.462 INFO:teuthology.orchestra.run.trial051.stdout:Nothing to do. 2026-02-21T11:10:02.462 INFO:teuthology.orchestra.run.trial051.stdout:Complete! 2026-02-21T11:10:02.473 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:47 ago on Sat 21 Feb 2026 11:09:15 AM UTC. 2026-02-21T11:10:02.485 DEBUG:teuthology.orchestra.run.trial051:> sudo yum -y install librbd1 2026-02-21T11:10:02.538 INFO:teuthology.orchestra.run.trial144.stdout:Package ceph-osd-classic-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:10:02.556 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:10:02.557 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-21T11:10:02.557 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-21T11:10:02.578 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install ceph-fuse 2026-02-21T11:10:02.795 INFO:teuthology.orchestra.run.trial051.stdout:Last metadata expiration check: 0:00:49 ago on Sat 21 Feb 2026 11:09:13 AM UTC. 2026-02-21T11:10:02.859 INFO:teuthology.orchestra.run.trial051.stdout:Package librbd1-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:10:02.878 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:10:02.879 INFO:teuthology.orchestra.run.trial051.stdout:Nothing to do. 2026-02-21T11:10:02.879 INFO:teuthology.orchestra.run.trial051.stdout:Complete! 2026-02-21T11:10:02.892 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:47 ago on Sat 21 Feb 2026 11:09:15 AM UTC. 2026-02-21T11:10:02.899 DEBUG:teuthology.orchestra.run.trial051:> sudo yum -y install python3-rados 2026-02-21T11:10:02.975 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:10:02.976 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:10:02.976 INFO:teuthology.orchestra.run.trial144.stdout: Package Arch Version Repo Size 2026-02-21T11:10:02.976 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:10:02.976 INFO:teuthology.orchestra.run.trial144.stdout:Installing: 2026-02-21T11:10:02.976 INFO:teuthology.orchestra.run.trial144.stdout: ceph-fuse x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 988 k 2026-02-21T11:10:02.976 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:10:02.976 INFO:teuthology.orchestra.run.trial144.stdout:Transaction Summary 2026-02-21T11:10:02.976 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:10:02.976 INFO:teuthology.orchestra.run.trial144.stdout:Install 1 Package 2026-02-21T11:10:02.976 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:10:02.976 INFO:teuthology.orchestra.run.trial144.stdout:Total download size: 988 k 2026-02-21T11:10:02.977 INFO:teuthology.orchestra.run.trial144.stdout:Installed size: 2.9 M 2026-02-21T11:10:02.977 INFO:teuthology.orchestra.run.trial144.stdout:Downloading Packages: 2026-02-21T11:10:03.212 INFO:teuthology.orchestra.run.trial051.stdout:Last metadata expiration check: 0:00:50 ago on Sat 21 Feb 2026 11:09:13 AM UTC. 2026-02-21T11:10:03.275 INFO:teuthology.orchestra.run.trial051.stdout:Package python3-rados-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:10:03.293 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:10:03.294 INFO:teuthology.orchestra.run.trial051.stdout:Nothing to do. 2026-02-21T11:10:03.294 INFO:teuthology.orchestra.run.trial051.stdout:Complete! 2026-02-21T11:10:03.316 DEBUG:teuthology.orchestra.run.trial051:> sudo yum -y install python3-rgw 2026-02-21T11:10:03.627 INFO:teuthology.orchestra.run.trial051.stdout:Last metadata expiration check: 0:00:50 ago on Sat 21 Feb 2026 11:09:13 AM UTC. 2026-02-21T11:10:03.693 INFO:teuthology.orchestra.run.trial051.stdout:Package python3-rgw-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:10:03.711 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:10:03.711 INFO:teuthology.orchestra.run.trial051.stdout:Nothing to do. 2026-02-21T11:10:03.712 INFO:teuthology.orchestra.run.trial051.stdout:Complete! 2026-02-21T11:10:03.732 DEBUG:teuthology.orchestra.run.trial051:> sudo yum -y install python3-cephfs 2026-02-21T11:10:03.949 INFO:teuthology.orchestra.run.trial144.stdout:ceph-fuse-20.3.0-5397.gf7273f30.el9.x86_64.rpm 1.0 MB/s | 988 kB 00:00 2026-02-21T11:10:03.950 INFO:teuthology.orchestra.run.trial144.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:10:03.951 INFO:teuthology.orchestra.run.trial144.stdout:Total 1.0 MB/s | 988 kB 00:00 2026-02-21T11:10:03.951 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction check 2026-02-21T11:10:03.955 INFO:teuthology.orchestra.run.trial144.stdout:Transaction check succeeded. 2026-02-21T11:10:03.956 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction test 2026-02-21T11:10:03.989 INFO:teuthology.orchestra.run.trial144.stdout:Transaction test succeeded. 2026-02-21T11:10:03.989 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction 2026-02-21T11:10:04.040 INFO:teuthology.orchestra.run.trial051.stdout:Last metadata expiration check: 0:00:51 ago on Sat 21 Feb 2026 11:09:13 AM UTC. 2026-02-21T11:10:04.082 INFO:teuthology.orchestra.run.trial144.stdout: Preparing : 1/1 2026-02-21T11:10:04.100 INFO:teuthology.orchestra.run.trial144.stdout: Installing : ceph-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:04.103 INFO:teuthology.orchestra.run.trial051.stdout:Package python3-cephfs-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:10:04.122 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:10:04.123 INFO:teuthology.orchestra.run.trial051.stdout:Nothing to do. 2026-02-21T11:10:04.123 INFO:teuthology.orchestra.run.trial051.stdout:Complete! 2026-02-21T11:10:04.144 DEBUG:teuthology.orchestra.run.trial051:> sudo yum -y install python3-rbd 2026-02-21T11:10:04.324 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:04.383 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : ceph-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:04.383 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:10:04.383 INFO:teuthology.orchestra.run.trial144.stdout:Installed: 2026-02-21T11:10:04.383 INFO:teuthology.orchestra.run.trial144.stdout: ceph-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:10:04.383 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:10:04.383 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-21T11:10:04.413 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install ceph-volume 2026-02-21T11:10:04.447 INFO:teuthology.orchestra.run.trial051.stdout:Last metadata expiration check: 0:00:51 ago on Sat 21 Feb 2026 11:09:13 AM UTC. 2026-02-21T11:10:04.512 INFO:teuthology.orchestra.run.trial051.stdout:Package python3-rbd-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:10:04.531 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:10:04.531 INFO:teuthology.orchestra.run.trial051.stdout:Nothing to do. 2026-02-21T11:10:04.531 INFO:teuthology.orchestra.run.trial051.stdout:Complete! 2026-02-21T11:10:04.552 DEBUG:teuthology.orchestra.run.trial051:> sudo yum -y install rbd-fuse 2026-02-21T11:10:04.724 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:49 ago on Sat 21 Feb 2026 11:09:15 AM UTC. 2026-02-21T11:10:04.790 INFO:teuthology.orchestra.run.trial144.stdout:Package ceph-volume-2:20.3.0-5397.gf7273f30.el9.noarch is already installed. 2026-02-21T11:10:04.808 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:10:04.809 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-21T11:10:04.809 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-21T11:10:04.830 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install librados-devel 2026-02-21T11:10:04.861 INFO:teuthology.orchestra.run.trial051.stdout:Last metadata expiration check: 0:00:51 ago on Sat 21 Feb 2026 11:09:13 AM UTC. 2026-02-21T11:10:04.946 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:10:04.946 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:10:04.946 INFO:teuthology.orchestra.run.trial051.stdout: Package Architecture Version Repository Size 2026-02-21T11:10:04.946 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:10:04.946 INFO:teuthology.orchestra.run.trial051.stdout:Installing: 2026-02-21T11:10:04.946 INFO:teuthology.orchestra.run.trial051.stdout: rbd-fuse x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 84 k 2026-02-21T11:10:04.946 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:04.947 INFO:teuthology.orchestra.run.trial051.stdout:Transaction Summary 2026-02-21T11:10:04.947 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:10:04.947 INFO:teuthology.orchestra.run.trial051.stdout:Install 1 Package 2026-02-21T11:10:04.947 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:04.947 INFO:teuthology.orchestra.run.trial051.stdout:Total download size: 84 k 2026-02-21T11:10:04.947 INFO:teuthology.orchestra.run.trial051.stdout:Installed size: 209 k 2026-02-21T11:10:04.947 INFO:teuthology.orchestra.run.trial051.stdout:Downloading Packages: 2026-02-21T11:10:05.144 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:50 ago on Sat 21 Feb 2026 11:09:15 AM UTC. 2026-02-21T11:10:05.225 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:10:05.226 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:10:05.226 INFO:teuthology.orchestra.run.trial144.stdout: Package Arch Version Repo Size 2026-02-21T11:10:05.226 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:10:05.226 INFO:teuthology.orchestra.run.trial144.stdout:Installing: 2026-02-21T11:10:05.226 INFO:teuthology.orchestra.run.trial144.stdout: librados-devel x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 123 k 2026-02-21T11:10:05.226 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:10:05.226 INFO:teuthology.orchestra.run.trial144.stdout:Transaction Summary 2026-02-21T11:10:05.226 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:10:05.226 INFO:teuthology.orchestra.run.trial144.stdout:Install 1 Package 2026-02-21T11:10:05.226 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:10:05.226 INFO:teuthology.orchestra.run.trial144.stdout:Total download size: 123 k 2026-02-21T11:10:05.226 INFO:teuthology.orchestra.run.trial144.stdout:Installed size: 437 k 2026-02-21T11:10:05.226 INFO:teuthology.orchestra.run.trial144.stdout:Downloading Packages: 2026-02-21T11:10:05.390 INFO:teuthology.orchestra.run.trial051.stdout:rbd-fuse-20.3.0-5397.gf7273f30.el9.x86_64.rpm 189 kB/s | 84 kB 00:00 2026-02-21T11:10:05.391 INFO:teuthology.orchestra.run.trial051.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:10:05.391 INFO:teuthology.orchestra.run.trial051.stdout:Total 189 kB/s | 84 kB 00:00 2026-02-21T11:10:05.391 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction check 2026-02-21T11:10:05.395 INFO:teuthology.orchestra.run.trial051.stdout:Transaction check succeeded. 2026-02-21T11:10:05.395 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction test 2026-02-21T11:10:05.426 INFO:teuthology.orchestra.run.trial051.stdout:Transaction test succeeded. 2026-02-21T11:10:05.427 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction 2026-02-21T11:10:05.478 INFO:teuthology.orchestra.run.trial051.stdout: Preparing : 1/1 2026-02-21T11:10:05.495 INFO:teuthology.orchestra.run.trial051.stdout: Installing : rbd-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:05.576 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:05.619 INFO:teuthology.orchestra.run.trial144.stdout:librados-devel-20.3.0-5397.gf7273f30.el9.x86_64 314 kB/s | 123 kB 00:00 2026-02-21T11:10:05.619 INFO:teuthology.orchestra.run.trial144.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:10:05.619 INFO:teuthology.orchestra.run.trial144.stdout:Total 313 kB/s | 123 kB 00:00 2026-02-21T11:10:05.620 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction check 2026-02-21T11:10:05.622 INFO:teuthology.orchestra.run.trial144.stdout:Transaction check succeeded. 2026-02-21T11:10:05.622 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction test 2026-02-21T11:10:05.637 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : rbd-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:05.637 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:05.637 INFO:teuthology.orchestra.run.trial051.stdout:Installed: 2026-02-21T11:10:05.638 INFO:teuthology.orchestra.run.trial051.stdout: rbd-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:10:05.638 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:05.638 INFO:teuthology.orchestra.run.trial051.stdout:Complete! 2026-02-21T11:10:05.654 INFO:teuthology.orchestra.run.trial144.stdout:Transaction test succeeded. 2026-02-21T11:10:05.654 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction 2026-02-21T11:10:05.667 DEBUG:teuthology.orchestra.run.trial051:> sudo yum -y install rbd-mirror 2026-02-21T11:10:05.709 INFO:teuthology.orchestra.run.trial144.stdout: Preparing : 1/1 2026-02-21T11:10:05.726 INFO:teuthology.orchestra.run.trial144.stdout: Installing : librados-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:05.806 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: librados-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:05.864 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : librados-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:05.865 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:10:05.865 INFO:teuthology.orchestra.run.trial144.stdout:Installed: 2026-02-21T11:10:05.865 INFO:teuthology.orchestra.run.trial144.stdout: librados-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:10:05.865 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:10:05.865 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-21T11:10:05.893 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install libcephfs2 2026-02-21T11:10:05.975 INFO:teuthology.orchestra.run.trial051.stdout:Last metadata expiration check: 0:00:52 ago on Sat 21 Feb 2026 11:09:13 AM UTC. 2026-02-21T11:10:06.060 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:10:06.060 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:10:06.060 INFO:teuthology.orchestra.run.trial051.stdout: Package Arch Version Repo Size 2026-02-21T11:10:06.060 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:10:06.060 INFO:teuthology.orchestra.run.trial051.stdout:Installing: 2026-02-21T11:10:06.060 INFO:teuthology.orchestra.run.trial051.stdout: rbd-mirror x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 2.9 M 2026-02-21T11:10:06.060 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:06.061 INFO:teuthology.orchestra.run.trial051.stdout:Transaction Summary 2026-02-21T11:10:06.061 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:10:06.061 INFO:teuthology.orchestra.run.trial051.stdout:Install 1 Package 2026-02-21T11:10:06.061 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:06.061 INFO:teuthology.orchestra.run.trial051.stdout:Total download size: 2.9 M 2026-02-21T11:10:06.061 INFO:teuthology.orchestra.run.trial051.stdout:Installed size: 11 M 2026-02-21T11:10:06.061 INFO:teuthology.orchestra.run.trial051.stdout:Downloading Packages: 2026-02-21T11:10:06.208 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:51 ago on Sat 21 Feb 2026 11:09:15 AM UTC. 2026-02-21T11:10:06.272 INFO:teuthology.orchestra.run.trial144.stdout:Package libcephfs2-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:10:06.290 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:10:06.291 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-21T11:10:06.291 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-21T11:10:06.311 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install libcephfs-devel 2026-02-21T11:10:06.505 INFO:teuthology.orchestra.run.trial051.stdout:rbd-mirror-20.3.0-5397.gf7273f30.el9.x86_64.rpm 6.5 MB/s | 2.9 MB 00:00 2026-02-21T11:10:06.505 INFO:teuthology.orchestra.run.trial051.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:10:06.505 INFO:teuthology.orchestra.run.trial051.stdout:Total 6.4 MB/s | 2.9 MB 00:00 2026-02-21T11:10:06.505 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction check 2026-02-21T11:10:06.510 INFO:teuthology.orchestra.run.trial051.stdout:Transaction check succeeded. 2026-02-21T11:10:06.510 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction test 2026-02-21T11:10:06.549 INFO:teuthology.orchestra.run.trial051.stdout:Transaction test succeeded. 2026-02-21T11:10:06.549 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction 2026-02-21T11:10:06.629 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:51 ago on Sat 21 Feb 2026 11:09:15 AM UTC. 2026-02-21T11:10:06.712 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:10:06.712 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:10:06.712 INFO:teuthology.orchestra.run.trial144.stdout: Package Arch Version Repo Size 2026-02-21T11:10:06.713 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:10:06.713 INFO:teuthology.orchestra.run.trial144.stdout:Installing: 2026-02-21T11:10:06.713 INFO:teuthology.orchestra.run.trial144.stdout: libcephfs-devel x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 37 k 2026-02-21T11:10:06.713 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:10:06.713 INFO:teuthology.orchestra.run.trial144.stdout:Transaction Summary 2026-02-21T11:10:06.713 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:10:06.713 INFO:teuthology.orchestra.run.trial144.stdout:Install 1 Package 2026-02-21T11:10:06.713 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:10:06.713 INFO:teuthology.orchestra.run.trial144.stdout:Total download size: 37 k 2026-02-21T11:10:06.713 INFO:teuthology.orchestra.run.trial144.stdout:Installed size: 171 k 2026-02-21T11:10:06.713 INFO:teuthology.orchestra.run.trial144.stdout:Downloading Packages: 2026-02-21T11:10:06.728 INFO:teuthology.orchestra.run.trial051.stdout: Preparing : 1/1 2026-02-21T11:10:06.729 INFO:teuthology.orchestra.run.trial051.stdout: Installing : rbd-mirror-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:06.753 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:06.754 INFO:teuthology.orchestra.run.trial051.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:10:06.754 INFO:teuthology.orchestra.run.trial051.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-21T11:10:06.754 INFO:teuthology.orchestra.run.trial051.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-21T11:10:06.754 INFO:teuthology.orchestra.run.trial051.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-21T11:10:06.754 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:06.777 INFO:teuthology.orchestra.run.trial144.stdout:libcephfs-devel-20.3.0-5397.gf7273f30.el9.x86_6 589 kB/s | 37 kB 00:00 2026-02-21T11:10:06.777 INFO:teuthology.orchestra.run.trial144.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:10:06.777 INFO:teuthology.orchestra.run.trial144.stdout:Total 580 kB/s | 37 kB 00:00 2026-02-21T11:10:06.777 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction check 2026-02-21T11:10:06.779 INFO:teuthology.orchestra.run.trial144.stdout:Transaction check succeeded. 2026-02-21T11:10:06.779 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction test 2026-02-21T11:10:06.781 INFO:teuthology.orchestra.run.trial144.stdout:Transaction test succeeded. 2026-02-21T11:10:06.781 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction 2026-02-21T11:10:06.803 INFO:teuthology.orchestra.run.trial144.stdout: Preparing : 1/1 2026-02-21T11:10:06.819 INFO:teuthology.orchestra.run.trial144.stdout: Installing : libcephfs-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:06.875 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:06.932 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : libcephfs-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:06.932 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:10:06.933 INFO:teuthology.orchestra.run.trial144.stdout:Installed: 2026-02-21T11:10:06.933 INFO:teuthology.orchestra.run.trial144.stdout: libcephfs-devel-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:10:06.933 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:10:06.933 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-21T11:10:06.959 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install librados2 2026-02-21T11:10:07.045 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : rbd-mirror-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:07.045 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:07.045 INFO:teuthology.orchestra.run.trial051.stdout:Installed: 2026-02-21T11:10:07.045 INFO:teuthology.orchestra.run.trial051.stdout: rbd-mirror-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:10:07.045 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:07.045 INFO:teuthology.orchestra.run.trial051.stdout:Complete! 2026-02-21T11:10:07.074 DEBUG:teuthology.orchestra.run.trial051:> sudo yum -y install rbd-nbd 2026-02-21T11:10:07.269 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:52 ago on Sat 21 Feb 2026 11:09:15 AM UTC. 2026-02-21T11:10:07.334 INFO:teuthology.orchestra.run.trial144.stdout:Package librados2-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:10:07.352 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:10:07.352 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-21T11:10:07.352 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-21T11:10:07.373 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install librbd1 2026-02-21T11:10:07.385 INFO:teuthology.orchestra.run.trial051.stdout:Last metadata expiration check: 0:00:54 ago on Sat 21 Feb 2026 11:09:13 AM UTC. 2026-02-21T11:10:07.469 INFO:teuthology.orchestra.run.trial051.stdout:Dependencies resolved. 2026-02-21T11:10:07.469 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:10:07.469 INFO:teuthology.orchestra.run.trial051.stdout: Package Architecture Version Repository Size 2026-02-21T11:10:07.469 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:10:07.470 INFO:teuthology.orchestra.run.trial051.stdout:Installing: 2026-02-21T11:10:07.470 INFO:teuthology.orchestra.run.trial051.stdout: rbd-nbd x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 172 k 2026-02-21T11:10:07.470 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:07.470 INFO:teuthology.orchestra.run.trial051.stdout:Transaction Summary 2026-02-21T11:10:07.470 INFO:teuthology.orchestra.run.trial051.stdout:================================================================================ 2026-02-21T11:10:07.470 INFO:teuthology.orchestra.run.trial051.stdout:Install 1 Package 2026-02-21T11:10:07.470 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:07.470 INFO:teuthology.orchestra.run.trial051.stdout:Total download size: 172 k 2026-02-21T11:10:07.470 INFO:teuthology.orchestra.run.trial051.stdout:Installed size: 462 k 2026-02-21T11:10:07.470 INFO:teuthology.orchestra.run.trial051.stdout:Downloading Packages: 2026-02-21T11:10:07.681 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:52 ago on Sat 21 Feb 2026 11:09:15 AM UTC. 2026-02-21T11:10:07.746 INFO:teuthology.orchestra.run.trial144.stdout:Package librbd1-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:10:07.764 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:10:07.765 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-21T11:10:07.765 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-21T11:10:07.785 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install python3-rados 2026-02-21T11:10:07.814 INFO:teuthology.orchestra.run.trial051.stdout:rbd-nbd-20.3.0-5397.gf7273f30.el9.x86_64.rpm 499 kB/s | 172 kB 00:00 2026-02-21T11:10:07.815 INFO:teuthology.orchestra.run.trial051.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:10:07.815 INFO:teuthology.orchestra.run.trial051.stdout:Total 498 kB/s | 172 kB 00:00 2026-02-21T11:10:07.815 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction check 2026-02-21T11:10:07.820 INFO:teuthology.orchestra.run.trial051.stdout:Transaction check succeeded. 2026-02-21T11:10:07.820 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction test 2026-02-21T11:10:07.851 INFO:teuthology.orchestra.run.trial051.stdout:Transaction test succeeded. 2026-02-21T11:10:07.851 INFO:teuthology.orchestra.run.trial051.stdout:Running transaction 2026-02-21T11:10:07.907 INFO:teuthology.orchestra.run.trial051.stdout: Preparing : 1/1 2026-02-21T11:10:07.924 INFO:teuthology.orchestra.run.trial051.stdout: Installing : rbd-nbd-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:08.008 INFO:teuthology.orchestra.run.trial051.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:08.066 INFO:teuthology.orchestra.run.trial051.stdout: Verifying : rbd-nbd-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:08.066 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:08.066 INFO:teuthology.orchestra.run.trial051.stdout:Installed: 2026-02-21T11:10:08.066 INFO:teuthology.orchestra.run.trial051.stdout: rbd-nbd-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:10:08.066 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:08.066 INFO:teuthology.orchestra.run.trial051.stdout:Complete! 2026-02-21T11:10:08.098 DEBUG:teuthology.parallel:result is None 2026-02-21T11:10:08.099 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:53 ago on Sat 21 Feb 2026 11:09:15 AM UTC. 2026-02-21T11:10:08.162 INFO:teuthology.orchestra.run.trial144.stdout:Package python3-rados-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:10:08.181 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:10:08.182 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-21T11:10:08.182 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-21T11:10:08.202 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install python3-rgw 2026-02-21T11:10:08.511 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:53 ago on Sat 21 Feb 2026 11:09:15 AM UTC. 2026-02-21T11:10:08.578 INFO:teuthology.orchestra.run.trial144.stdout:Package python3-rgw-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:10:08.596 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:10:08.597 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-21T11:10:08.597 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-21T11:10:08.617 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install python3-cephfs 2026-02-21T11:10:08.929 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:53 ago on Sat 21 Feb 2026 11:09:15 AM UTC. 2026-02-21T11:10:08.995 INFO:teuthology.orchestra.run.trial144.stdout:Package python3-cephfs-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:10:09.014 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:10:09.014 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-21T11:10:09.014 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-21T11:10:09.036 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install python3-rbd 2026-02-21T11:10:09.350 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:54 ago on Sat 21 Feb 2026 11:09:15 AM UTC. 2026-02-21T11:10:09.414 INFO:teuthology.orchestra.run.trial144.stdout:Package python3-rbd-2:20.3.0-5397.gf7273f30.el9.x86_64 is already installed. 2026-02-21T11:10:09.433 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:10:09.434 INFO:teuthology.orchestra.run.trial144.stdout:Nothing to do. 2026-02-21T11:10:09.435 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-21T11:10:09.455 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install rbd-fuse 2026-02-21T11:10:09.768 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:54 ago on Sat 21 Feb 2026 11:09:15 AM UTC. 2026-02-21T11:10:09.853 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:10:09.853 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:10:09.853 INFO:teuthology.orchestra.run.trial144.stdout: Package Architecture Version Repository Size 2026-02-21T11:10:09.853 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:10:09.853 INFO:teuthology.orchestra.run.trial144.stdout:Installing: 2026-02-21T11:10:09.853 INFO:teuthology.orchestra.run.trial144.stdout: rbd-fuse x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 84 k 2026-02-21T11:10:09.854 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:10:09.854 INFO:teuthology.orchestra.run.trial144.stdout:Transaction Summary 2026-02-21T11:10:09.854 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:10:09.854 INFO:teuthology.orchestra.run.trial144.stdout:Install 1 Package 2026-02-21T11:10:09.854 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:10:09.854 INFO:teuthology.orchestra.run.trial144.stdout:Total download size: 84 k 2026-02-21T11:10:09.854 INFO:teuthology.orchestra.run.trial144.stdout:Installed size: 209 k 2026-02-21T11:10:09.854 INFO:teuthology.orchestra.run.trial144.stdout:Downloading Packages: 2026-02-21T11:10:10.240 INFO:teuthology.orchestra.run.trial144.stdout:rbd-fuse-20.3.0-5397.gf7273f30.el9.x86_64.rpm 218 kB/s | 84 kB 00:00 2026-02-21T11:10:10.241 INFO:teuthology.orchestra.run.trial144.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:10:10.241 INFO:teuthology.orchestra.run.trial144.stdout:Total 217 kB/s | 84 kB 00:00 2026-02-21T11:10:10.241 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction check 2026-02-21T11:10:10.244 INFO:teuthology.orchestra.run.trial144.stdout:Transaction check succeeded. 2026-02-21T11:10:10.245 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction test 2026-02-21T11:10:10.276 INFO:teuthology.orchestra.run.trial144.stdout:Transaction test succeeded. 2026-02-21T11:10:10.276 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction 2026-02-21T11:10:10.327 INFO:teuthology.orchestra.run.trial144.stdout: Preparing : 1/1 2026-02-21T11:10:10.344 INFO:teuthology.orchestra.run.trial144.stdout: Installing : rbd-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:10.425 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:10.484 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : rbd-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:10.484 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:10:10.484 INFO:teuthology.orchestra.run.trial144.stdout:Installed: 2026-02-21T11:10:10.484 INFO:teuthology.orchestra.run.trial144.stdout: rbd-fuse-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:10:10.484 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:10:10.484 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-21T11:10:10.514 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install rbd-mirror 2026-02-21T11:10:10.828 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:55 ago on Sat 21 Feb 2026 11:09:15 AM UTC. 2026-02-21T11:10:10.912 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:10:10.912 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:10:10.912 INFO:teuthology.orchestra.run.trial144.stdout: Package Arch Version Repo Size 2026-02-21T11:10:10.912 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:10:10.912 INFO:teuthology.orchestra.run.trial144.stdout:Installing: 2026-02-21T11:10:10.912 INFO:teuthology.orchestra.run.trial144.stdout: rbd-mirror x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 2.9 M 2026-02-21T11:10:10.912 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:10:10.912 INFO:teuthology.orchestra.run.trial144.stdout:Transaction Summary 2026-02-21T11:10:10.913 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:10:10.913 INFO:teuthology.orchestra.run.trial144.stdout:Install 1 Package 2026-02-21T11:10:10.913 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:10:10.913 INFO:teuthology.orchestra.run.trial144.stdout:Total download size: 2.9 M 2026-02-21T11:10:10.913 INFO:teuthology.orchestra.run.trial144.stdout:Installed size: 11 M 2026-02-21T11:10:10.913 INFO:teuthology.orchestra.run.trial144.stdout:Downloading Packages: 2026-02-21T11:10:12.169 INFO:teuthology.orchestra.run.trial144.stdout:rbd-mirror-20.3.0-5397.gf7273f30.el9.x86_64.rpm 2.3 MB/s | 2.9 MB 00:01 2026-02-21T11:10:12.169 INFO:teuthology.orchestra.run.trial144.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:10:12.169 INFO:teuthology.orchestra.run.trial144.stdout:Total 2.3 MB/s | 2.9 MB 00:01 2026-02-21T11:10:12.170 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction check 2026-02-21T11:10:12.174 INFO:teuthology.orchestra.run.trial144.stdout:Transaction check succeeded. 2026-02-21T11:10:12.175 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction test 2026-02-21T11:10:12.214 INFO:teuthology.orchestra.run.trial144.stdout:Transaction test succeeded. 2026-02-21T11:10:12.215 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction 2026-02-21T11:10:12.391 INFO:teuthology.orchestra.run.trial144.stdout: Preparing : 1/1 2026-02-21T11:10:12.392 INFO:teuthology.orchestra.run.trial144.stdout: Installing : rbd-mirror-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:12.415 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:12.415 INFO:teuthology.orchestra.run.trial144.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-21T11:10:12.415 INFO:teuthology.orchestra.run.trial144.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-21T11:10:12.415 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-21T11:10:12.416 INFO:teuthology.orchestra.run.trial144.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-21T11:10:12.416 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:10:12.724 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : rbd-mirror-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:12.724 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:10:12.724 INFO:teuthology.orchestra.run.trial144.stdout:Installed: 2026-02-21T11:10:12.724 INFO:teuthology.orchestra.run.trial144.stdout: rbd-mirror-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:10:12.724 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:10:12.724 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-21T11:10:12.753 DEBUG:teuthology.orchestra.run.trial144:> sudo yum -y install rbd-nbd 2026-02-21T11:10:13.067 INFO:teuthology.orchestra.run.trial144.stdout:Last metadata expiration check: 0:00:58 ago on Sat 21 Feb 2026 11:09:15 AM UTC. 2026-02-21T11:10:13.152 INFO:teuthology.orchestra.run.trial144.stdout:Dependencies resolved. 2026-02-21T11:10:13.153 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:10:13.153 INFO:teuthology.orchestra.run.trial144.stdout: Package Architecture Version Repository Size 2026-02-21T11:10:13.153 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:10:13.153 INFO:teuthology.orchestra.run.trial144.stdout:Installing: 2026-02-21T11:10:13.153 INFO:teuthology.orchestra.run.trial144.stdout: rbd-nbd x86_64 2:20.3.0-5397.gf7273f30.el9 ceph 172 k 2026-02-21T11:10:13.153 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:10:13.153 INFO:teuthology.orchestra.run.trial144.stdout:Transaction Summary 2026-02-21T11:10:13.153 INFO:teuthology.orchestra.run.trial144.stdout:================================================================================ 2026-02-21T11:10:13.153 INFO:teuthology.orchestra.run.trial144.stdout:Install 1 Package 2026-02-21T11:10:13.154 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:10:13.154 INFO:teuthology.orchestra.run.trial144.stdout:Total download size: 172 k 2026-02-21T11:10:13.154 INFO:teuthology.orchestra.run.trial144.stdout:Installed size: 462 k 2026-02-21T11:10:13.154 INFO:teuthology.orchestra.run.trial144.stdout:Downloading Packages: 2026-02-21T11:10:13.596 INFO:teuthology.orchestra.run.trial144.stdout:rbd-nbd-20.3.0-5397.gf7273f30.el9.x86_64.rpm 388 kB/s | 172 kB 00:00 2026-02-21T11:10:13.596 INFO:teuthology.orchestra.run.trial144.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:10:13.597 INFO:teuthology.orchestra.run.trial144.stdout:Total 388 kB/s | 172 kB 00:00 2026-02-21T11:10:13.597 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction check 2026-02-21T11:10:13.602 INFO:teuthology.orchestra.run.trial144.stdout:Transaction check succeeded. 2026-02-21T11:10:13.603 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction test 2026-02-21T11:10:13.633 INFO:teuthology.orchestra.run.trial144.stdout:Transaction test succeeded. 2026-02-21T11:10:13.634 INFO:teuthology.orchestra.run.trial144.stdout:Running transaction 2026-02-21T11:10:13.689 INFO:teuthology.orchestra.run.trial144.stdout: Preparing : 1/1 2026-02-21T11:10:13.707 INFO:teuthology.orchestra.run.trial144.stdout: Installing : rbd-nbd-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:13.787 INFO:teuthology.orchestra.run.trial144.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:13.845 INFO:teuthology.orchestra.run.trial144.stdout: Verifying : rbd-nbd-2:20.3.0-5397.gf7273f30.el9.x86_64 1/1 2026-02-21T11:10:13.845 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:10:13.846 INFO:teuthology.orchestra.run.trial144.stdout:Installed: 2026-02-21T11:10:13.846 INFO:teuthology.orchestra.run.trial144.stdout: rbd-nbd-2:20.3.0-5397.gf7273f30.el9.x86_64 2026-02-21T11:10:13.846 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:10:13.846 INFO:teuthology.orchestra.run.trial144.stdout:Complete! 2026-02-21T11:10:13.879 DEBUG:teuthology.parallel:result is None 2026-02-21T11:10:13.880 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f7273f3049146bdd7fa7b4a400114872a50228e9 2026-02-21T11:10:14.042 DEBUG:teuthology.orchestra.run.trial051:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-21T11:10:14.064 INFO:teuthology.orchestra.run.trial051.stdout:20.3.0-5397.gf7273f30.el9 2026-02-21T11:10:14.064 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5397.gf7273f30.el9 2026-02-21T11:10:14.065 INFO:teuthology.task.install:The correct ceph version 20.3.0-5397.gf7273f30 is installed. 2026-02-21T11:10:14.068 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f7273f3049146bdd7fa7b4a400114872a50228e9 2026-02-21T11:10:14.222 DEBUG:teuthology.orchestra.run.trial144:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-21T11:10:14.243 INFO:teuthology.orchestra.run.trial144.stdout:20.3.0-5397.gf7273f30.el9 2026-02-21T11:10:14.243 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5397.gf7273f30.el9 2026-02-21T11:10:14.244 INFO:teuthology.task.install:The correct ceph version 20.3.0-5397.gf7273f30 is installed. 2026-02-21T11:10:14.245 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-02-21T11:10:14.246 DEBUG:teuthology.orchestra.run.trial051:> set -ex 2026-02-21T11:10:14.246 DEBUG:teuthology.orchestra.run.trial051:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-21T11:10:14.270 DEBUG:teuthology.orchestra.run.trial144:> set -ex 2026-02-21T11:10:14.270 DEBUG:teuthology.orchestra.run.trial144:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-21T11:10:14.308 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-02-21T11:10:14.308 DEBUG:teuthology.orchestra.run.trial051:> set -ex 2026-02-21T11:10:14.308 DEBUG:teuthology.orchestra.run.trial051:> sudo dd of=/usr/bin/daemon-helper 2026-02-21T11:10:14.335 DEBUG:teuthology.orchestra.run.trial051:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-21T11:10:14.398 DEBUG:teuthology.orchestra.run.trial144:> set -ex 2026-02-21T11:10:14.399 DEBUG:teuthology.orchestra.run.trial144:> sudo dd of=/usr/bin/daemon-helper 2026-02-21T11:10:14.424 DEBUG:teuthology.orchestra.run.trial144:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-21T11:10:14.489 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-02-21T11:10:14.489 DEBUG:teuthology.orchestra.run.trial051:> set -ex 2026-02-21T11:10:14.489 DEBUG:teuthology.orchestra.run.trial051:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-21T11:10:14.514 DEBUG:teuthology.orchestra.run.trial051:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-21T11:10:14.578 DEBUG:teuthology.orchestra.run.trial144:> set -ex 2026-02-21T11:10:14.578 DEBUG:teuthology.orchestra.run.trial144:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-21T11:10:14.604 DEBUG:teuthology.orchestra.run.trial144:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-21T11:10:14.670 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-02-21T11:10:14.671 DEBUG:teuthology.orchestra.run.trial051:> set -ex 2026-02-21T11:10:14.671 DEBUG:teuthology.orchestra.run.trial051:> sudo dd of=/usr/bin/stdin-killer 2026-02-21T11:10:14.695 DEBUG:teuthology.orchestra.run.trial051:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-21T11:10:14.759 DEBUG:teuthology.orchestra.run.trial144:> set -ex 2026-02-21T11:10:14.759 DEBUG:teuthology.orchestra.run.trial144:> sudo dd of=/usr/bin/stdin-killer 2026-02-21T11:10:14.785 DEBUG:teuthology.orchestra.run.trial144:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-21T11:10:14.851 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-21T11:10:14.977 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\\)', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': 'f7273f3049146bdd7fa7b4a400114872a50228e9'} 2026-02-21T11:10:14.977 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 2026-02-21T11:10:14.978 INFO:tasks.cephadm:Cluster fsid is e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:10:14.979 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-21T11:10:14.979 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.51', 'mon.b': '10.20.193.144'} 2026-02-21T11:10:14.979 INFO:tasks.cephadm:First mon is mon.a on trial051 2026-02-21T11:10:14.979 INFO:tasks.cephadm:First mgr is a 2026-02-21T11:10:14.979 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-21T11:10:14.979 DEBUG:teuthology.orchestra.run.trial051:> sudo hostname $(hostname -s) 2026-02-21T11:10:15.004 DEBUG:teuthology.orchestra.run.trial144:> sudo hostname $(hostname -s) 2026-02-21T11:10:15.029 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-21T11:10:15.029 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f7273f3049146bdd7fa7b4a400114872a50228e9 2026-02-21T11:10:15.149 INFO:tasks.cephadm:builder_project result: [{'url': 'https://1.chacra.ceph.com/r/ceph/wip-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/centos/9/flavors/default/', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/centos/9/flavors/default/', 'ref': 'wip-bharath21-testing-2026-02-20-1039', 'sha1': 'f7273f3049146bdd7fa7b4a400114872a50228e9', 'distro': 'centos', 'distro_version': '9', 'distro_codename': None, 'modified': '2026-02-20 20:59:54.720257', 'status': 'ready', 'flavor': 'default', 'project': 'ceph', 'archs': ['x86_64', 'source'], 'extra': {'version': '20.3.0-5397-gf7273f30', 'package_manager_version': '20.3.0-5397.gf7273f30', 'build_url': 'https://jenkins.ceph.com/job/ceph-dev-pipeline/3127/', 'root_build_cause': '', 'node_name': '10.20.192.98+toko08', 'job_name': 'ceph-dev-pipeline'}}] 2026-02-21T11:10:15.265 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-bharath21-testing-2026-02-20-1039, sha1 f7273f3049146bdd7fa7b4a400114872a50228e9 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=f7273f3049146bdd7fa7b4a400114872a50228e9 2026-02-21T11:10:15.267 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/centos/9/x86_64/flavors/default/cephadm 2026-02-21T11:10:15.267 INFO:tasks.cephadm:Downloading cephadm from url: https://1.chacra.ceph.com/binaries/ceph/wip-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/centos/9/x86_64/flavors/default/cephadm 2026-02-21T11:10:15.267 DEBUG:teuthology.orchestra.run.trial051:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-21T11:10:16.169 INFO:teuthology.orchestra.run.trial051.stdout:-rw-r--r--. 1 ubuntu ubuntu 1073912 Feb 21 11:10 /home/ubuntu/cephtest/cephadm 2026-02-21T11:10:16.170 DEBUG:teuthology.orchestra.run.trial144:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-bharath21-testing-2026-02-20-1039/f7273f3049146bdd7fa7b4a400114872a50228e9/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-21T11:10:16.707 INFO:teuthology.orchestra.run.trial144.stdout:-rw-r--r--. 1 ubuntu ubuntu 1073912 Feb 21 11:10 /home/ubuntu/cephtest/cephadm 2026-02-21T11:10:16.707 DEBUG:teuthology.orchestra.run.trial051:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-21T11:10:16.725 DEBUG:teuthology.orchestra.run.trial144:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-21T11:10:16.758 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 on all hosts... 2026-02-21T11:10:16.758 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 pull 2026-02-21T11:10:16.767 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 pull 2026-02-21T11:10:17.015 INFO:teuthology.orchestra.run.trial051.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9... 2026-02-21T11:10:17.022 INFO:teuthology.orchestra.run.trial144.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9... 2026-02-21T11:10:29.937 INFO:teuthology.orchestra.run.trial144.stdout:{ 2026-02-21T11:10:29.938 INFO:teuthology.orchestra.run.trial144.stdout: "ceph_version": "ceph version 20.3.0-5397-gf7273f30 (f7273f3049146bdd7fa7b4a400114872a50228e9) tentacle (dev)", 2026-02-21T11:10:29.938 INFO:teuthology.orchestra.run.trial144.stdout: "image_id": "77cba4e143336d2488688524e08832c24c8a8edfadc62c111f72b69f4aabee82", 2026-02-21T11:10:29.938 INFO:teuthology.orchestra.run.trial144.stdout: "repo_digests": [ 2026-02-21T11:10:29.938 INFO:teuthology.orchestra.run.trial144.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa" 2026-02-21T11:10:29.938 INFO:teuthology.orchestra.run.trial144.stdout: ] 2026-02-21T11:10:29.938 INFO:teuthology.orchestra.run.trial144.stdout:} 2026-02-21T11:10:29.946 INFO:teuthology.orchestra.run.trial051.stdout:{ 2026-02-21T11:10:29.947 INFO:teuthology.orchestra.run.trial051.stdout: "ceph_version": "ceph version 20.3.0-5397-gf7273f30 (f7273f3049146bdd7fa7b4a400114872a50228e9) tentacle (dev)", 2026-02-21T11:10:29.947 INFO:teuthology.orchestra.run.trial051.stdout: "image_id": "77cba4e143336d2488688524e08832c24c8a8edfadc62c111f72b69f4aabee82", 2026-02-21T11:10:29.947 INFO:teuthology.orchestra.run.trial051.stdout: "repo_digests": [ 2026-02-21T11:10:29.947 INFO:teuthology.orchestra.run.trial051.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa" 2026-02-21T11:10:29.947 INFO:teuthology.orchestra.run.trial051.stdout: ] 2026-02-21T11:10:29.947 INFO:teuthology.orchestra.run.trial051.stdout:} 2026-02-21T11:10:29.964 DEBUG:teuthology.orchestra.run.trial051:> sudo mkdir -p /etc/ceph 2026-02-21T11:10:30.021 DEBUG:teuthology.orchestra.run.trial144:> sudo mkdir -p /etc/ceph 2026-02-21T11:10:30.047 DEBUG:teuthology.orchestra.run.trial051:> sudo chmod 777 /etc/ceph 2026-02-21T11:10:30.072 DEBUG:teuthology.orchestra.run.trial144:> sudo chmod 777 /etc/ceph 2026-02-21T11:10:30.111 INFO:tasks.cephadm:Writing seed config... 2026-02-21T11:10:30.112 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2026-02-21T11:10:30.112 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-21T11:10:30.113 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-21T11:10:30.113 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2026-02-21T11:10:30.113 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-21T11:10:30.113 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-21T11:10:30.113 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-21T11:10:30.113 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-21T11:10:30.113 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-21T11:10:30.114 DEBUG:teuthology.orchestra.run.trial051:> set -ex 2026-02-21T11:10:30.114 DEBUG:teuthology.orchestra.run.trial051:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-21T11:10:30.130 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=isa 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 = e5d393e1-0f15-11f1-b529-d404e6e7d460 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd mclock skip benchmark = true 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 2026-02-21T11:10:30.131 DEBUG:teuthology.orchestra.run.trial051:mon.a> sudo journalctl -f -n 0 -u ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mon.a.service 2026-02-21T11:10:30.173 DEBUG:teuthology.orchestra.run.trial051:mgr.a> sudo journalctl -f -n 0 -u ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mgr.a.service 2026-02-21T11:10:30.216 INFO:tasks.cephadm:Bootstrapping... 2026-02-21T11:10:30.216 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 -v bootstrap --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 --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 10.20.193.51 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-21T11:10:30.354 INFO:teuthology.orchestra.run.trial051.stdout:-------------------------------------------------------------------------------- 2026-02-21T11:10:30.355 INFO:teuthology.orchestra.run.trial051.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9', '-v', 'bootstrap', '--fsid', 'e5d393e1-0f15-11f1-b529-d404e6e7d460', '--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', '10.20.193.51', '--skip-admin-label'] 2026-02-21T11:10:30.355 INFO:teuthology.orchestra.run.trial051.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-21T11:10:30.356 INFO:teuthology.orchestra.run.trial051.stdout:Verifying podman|docker is present... 2026-02-21T11:10:30.371 INFO:teuthology.orchestra.run.trial051.stdout:/bin/podman: stdout 5.6.0 2026-02-21T11:10:30.371 INFO:teuthology.orchestra.run.trial051.stdout:Verifying lvm2 is present... 2026-02-21T11:10:30.372 INFO:teuthology.orchestra.run.trial051.stdout:Verifying time synchronization is in place... 2026-02-21T11:10:30.378 INFO:teuthology.orchestra.run.trial051.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-21T11:10:30.378 INFO:teuthology.orchestra.run.trial051.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-21T11:10:30.384 INFO:teuthology.orchestra.run.trial051.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-21T11:10:30.384 INFO:teuthology.orchestra.run.trial051.stdout:systemctl: stdout inactive 2026-02-21T11:10:30.390 INFO:teuthology.orchestra.run.trial051.stdout:systemctl: stdout enabled 2026-02-21T11:10:30.396 INFO:teuthology.orchestra.run.trial051.stdout:systemctl: stdout active 2026-02-21T11:10:30.396 INFO:teuthology.orchestra.run.trial051.stdout:Unit chronyd.service is enabled and running 2026-02-21T11:10:30.396 INFO:teuthology.orchestra.run.trial051.stdout:Repeating the final host check... 2026-02-21T11:10:30.412 INFO:teuthology.orchestra.run.trial051.stdout:/bin/podman: stdout 5.6.0 2026-02-21T11:10:30.412 INFO:teuthology.orchestra.run.trial051.stdout:podman (/bin/podman) version 5.6.0 is present 2026-02-21T11:10:30.412 INFO:teuthology.orchestra.run.trial051.stdout:systemctl is present 2026-02-21T11:10:30.412 INFO:teuthology.orchestra.run.trial051.stdout:lvcreate is present 2026-02-21T11:10:30.417 INFO:teuthology.orchestra.run.trial051.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-21T11:10:30.417 INFO:teuthology.orchestra.run.trial051.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-21T11:10:30.422 INFO:teuthology.orchestra.run.trial051.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-21T11:10:30.423 INFO:teuthology.orchestra.run.trial051.stdout:systemctl: stdout inactive 2026-02-21T11:10:30.428 INFO:teuthology.orchestra.run.trial051.stdout:systemctl: stdout enabled 2026-02-21T11:10:30.434 INFO:teuthology.orchestra.run.trial051.stdout:systemctl: stdout active 2026-02-21T11:10:30.434 INFO:teuthology.orchestra.run.trial051.stdout:Unit chronyd.service is enabled and running 2026-02-21T11:10:30.434 INFO:teuthology.orchestra.run.trial051.stdout:Host looks OK 2026-02-21T11:10:30.434 INFO:teuthology.orchestra.run.trial051.stdout:Cluster fsid: e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:10:30.434 INFO:teuthology.orchestra.run.trial051.stdout:Acquiring lock 140474677898832 on /run/cephadm/e5d393e1-0f15-11f1-b529-d404e6e7d460.lock 2026-02-21T11:10:30.434 INFO:teuthology.orchestra.run.trial051.stdout:Lock 140474677898832 acquired on /run/cephadm/e5d393e1-0f15-11f1-b529-d404e6e7d460.lock 2026-02-21T11:10:30.434 INFO:teuthology.orchestra.run.trial051.stdout:Verifying IP 10.20.193.51 port 3300 ... 2026-02-21T11:10:30.435 INFO:teuthology.orchestra.run.trial051.stdout:Verifying IP 10.20.193.51 port 6789 ... 2026-02-21T11:10:30.435 INFO:teuthology.orchestra.run.trial051.stdout:Base mon IP(s) is [10.20.193.51:3300, 10.20.193.51:6789], mon addrv is [v2:10.20.193.51:3300,v1:10.20.193.51:6789] 2026-02-21T11:10:30.438 INFO:teuthology.orchestra.run.trial051.stdout:/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.51 metric 102 2026-02-21T11:10:30.438 INFO:teuthology.orchestra.run.trial051.stdout:/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.51 metric 102 2026-02-21T11:10:30.438 INFO:teuthology.orchestra.run.trial051.stdout:/sbin/ip: stdout 169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-21T11:10:30.440 INFO:teuthology.orchestra.run.trial051.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-21T11:10:30.441 INFO:teuthology.orchestra.run.trial051.stdout:/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-21T11:10:30.441 INFO:teuthology.orchestra.run.trial051.stdout:/sbin/ip: stdout fe80::/64 dev enp7s0f4u2u2c2 proto kernel metric 1024 pref medium 2026-02-21T11:10:30.443 INFO:teuthology.orchestra.run.trial051.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-21T11:10:30.443 INFO:teuthology.orchestra.run.trial051.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-21T11:10:30.443 INFO:teuthology.orchestra.run.trial051.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-21T11:10:30.443 INFO:teuthology.orchestra.run.trial051.stdout:/sbin/ip: stdout 2: enp7s0f4u2u2c2: mtu 1500 state UNKNOWN qlen 1000 2026-02-21T11:10:30.443 INFO:teuthology.orchestra.run.trial051.stdout:/sbin/ip: stdout inet6 fe80::b03a:2032:c7e5:d24b/64 scope link noprefixroute 2026-02-21T11:10:30.443 INFO:teuthology.orchestra.run.trial051.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-21T11:10:30.443 INFO:teuthology.orchestra.run.trial051.stdout:/sbin/ip: stdout 3: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-21T11:10:30.443 INFO:teuthology.orchestra.run.trial051.stdout:/sbin/ip: stdout inet6 fe80::925a:8ff:fe77:62ae/64 scope link 2026-02-21T11:10:30.443 INFO:teuthology.orchestra.run.trial051.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-21T11:10:30.443 INFO:teuthology.orchestra.run.trial051.stdout:Mon IP `10.20.193.51` is in CIDR network `10.20.192.0/20` 2026-02-21T11:10:30.443 INFO:teuthology.orchestra.run.trial051.stdout:Mon IP `10.20.193.51` is in CIDR network `10.20.192.0/20` 2026-02-21T11:10:30.443 INFO:teuthology.orchestra.run.trial051.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20'] 2026-02-21T11:10:30.444 INFO:teuthology.orchestra.run.trial051.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-21T11:10:30.444 INFO:teuthology.orchestra.run.trial051.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9... 2026-02-21T11:10:30.681 INFO:teuthology.orchestra.run.trial051.stdout:/bin/podman: stdout 77cba4e143336d2488688524e08832c24c8a8edfadc62c111f72b69f4aabee82 2026-02-21T11:10:30.681 INFO:teuthology.orchestra.run.trial051.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9... 2026-02-21T11:10:30.681 INFO:teuthology.orchestra.run.trial051.stdout:/bin/podman: stderr Getting image source signatures 2026-02-21T11:10:30.681 INFO:teuthology.orchestra.run.trial051.stdout:/bin/podman: stderr Copying blob sha256:7057b5e4c9220b1c781a2c07e16d871255920816513e8b46755174ba89764224 2026-02-21T11:10:30.681 INFO:teuthology.orchestra.run.trial051.stdout:/bin/podman: stderr Copying blob sha256:5dd85e1a50663785d86adae5ef92579a03e6f64059ca9c005010518acdd62048 2026-02-21T11:10:30.681 INFO:teuthology.orchestra.run.trial051.stdout:/bin/podman: stderr Copying config sha256:77cba4e143336d2488688524e08832c24c8a8edfadc62c111f72b69f4aabee82 2026-02-21T11:10:30.681 INFO:teuthology.orchestra.run.trial051.stdout:/bin/podman: stderr Writing manifest to image destination 2026-02-21T11:10:30.947 INFO:teuthology.orchestra.run.trial051.stdout:ceph: stdout ceph version 20.3.0-5397-gf7273f30 (f7273f3049146bdd7fa7b4a400114872a50228e9) tentacle (dev) 2026-02-21T11:10:30.948 INFO:teuthology.orchestra.run.trial051.stdout:Ceph version: ceph version 20.3.0-5397-gf7273f30 (f7273f3049146bdd7fa7b4a400114872a50228e9) tentacle (dev) 2026-02-21T11:10:30.948 INFO:teuthology.orchestra.run.trial051.stdout:Extracting ceph user uid/gid from container image... 2026-02-21T11:10:31.194 INFO:teuthology.orchestra.run.trial051.stdout:stat: stdout 167 167 2026-02-21T11:10:31.194 INFO:teuthology.orchestra.run.trial051.stdout:Creating initial keys... 2026-02-21T11:10:31.460 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph-authtool: stdout AQCnkplpvMVzFBAALqYwkUxN9tHTJasOLyBpIg== 2026-02-21T11:10:31.709 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph-authtool: stdout AQCnkplpcztCIxAAIZpo2wQT7l05t/Pw9h57Nw== 2026-02-21T11:10:31.973 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph-authtool: stdout AQCnkplpDrgCMxAAwAJ3DrmxAhpc3U/81cpRuQ== 2026-02-21T11:10:31.973 INFO:teuthology.orchestra.run.trial051.stdout:Creating initial monmap... 2026-02-21T11:10:32.246 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-21T11:10:32.247 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-02-21T11:10:32.247 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:10:32.247 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-21T11:10:32.247 INFO:teuthology.orchestra.run.trial051.stdout:monmaptool for a [v2:10.20.193.51:3300,v1:10.20.193.51:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-21T11:10:32.247 INFO:teuthology.orchestra.run.trial051.stdout:setting min_mon_release = tentacle 2026-02-21T11:10:32.247 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/monmaptool: set fsid to e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:10:32.247 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-21T11:10:32.247 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:32.248 INFO:teuthology.orchestra.run.trial051.stdout:Creating mon... 2026-02-21T11:10:32.521 INFO:teuthology.orchestra.run.trial051.stdout:create mon.a on 2026-02-21T11:10:32.694 INFO:teuthology.orchestra.run.trial051.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2026-02-21T11:10:32.795 INFO:teuthology.orchestra.run.trial051.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-21T11:10:32.902 INFO:teuthology.orchestra.run.trial051.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460.target → /etc/systemd/system/ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460.target. 2026-02-21T11:10:32.902 INFO:teuthology.orchestra.run.trial051.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460.target → /etc/systemd/system/ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460.target. 2026-02-21T11:10:33.035 INFO:teuthology.orchestra.run.trial051.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mon.a 2026-02-21T11:10:33.035 INFO:teuthology.orchestra.run.trial051.stdout:systemctl: stderr Failed to reset failed state of unit ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mon.a.service: Unit ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mon.a.service not loaded. 2026-02-21T11:10:33.160 INFO:teuthology.orchestra.run.trial051.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460.target.wants/ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mon.a.service → /etc/systemd/system/ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@.service. 2026-02-21T11:10:33.319 INFO:teuthology.orchestra.run.trial051.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-21T11:10:33.319 INFO:teuthology.orchestra.run.trial051.stdout:systemctl: stdout disabled 2026-02-21T11:10:33.325 INFO:teuthology.orchestra.run.trial051.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-21T11:10:33.325 INFO:teuthology.orchestra.run.trial051.stdout:systemctl: stdout inactive 2026-02-21T11:10:33.325 INFO:teuthology.orchestra.run.trial051.stdout:firewalld.service is not enabled 2026-02-21T11:10:33.325 INFO:teuthology.orchestra.run.trial051.stdout:Not possible to enable service . firewalld.service is not available 2026-02-21T11:10:33.326 INFO:teuthology.orchestra.run.trial051.stdout:Waiting for mon to start... 2026-02-21T11:10:33.326 INFO:teuthology.orchestra.run.trial051.stdout:Waiting for mon... 2026-02-21T11:10:33.599 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout cluster: 2026-02-21T11:10:33.600 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout id: e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:10:33.600 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-21T11:10:33.600 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout 2026-02-21T11:10:33.600 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout services: 2026-02-21T11:10:33.600 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.144955s) [leader: a] 2026-02-21T11:10:33.600 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-21T11:10:33.600 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-21T11:10:33.600 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout 2026-02-21T11:10:33.601 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout data: 2026-02-21T11:10:33.601 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-21T11:10:33.601 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-21T11:10:33.601 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-21T11:10:33.601 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout pgs: 2026-02-21T11:10:33.601 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout 2026-02-21T11:10:33.601 INFO:teuthology.orchestra.run.trial051.stdout:mon is available 2026-02-21T11:10:33.601 INFO:teuthology.orchestra.run.trial051.stdout:Assimilating anything we can from ceph.conf... 2026-02-21T11:10:33.870 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout 2026-02-21T11:10:33.870 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout [global] 2026-02-21T11:10:33.870 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout fsid = e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:10:33.870 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-21T11:10:33.870 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.51:3300,v1:10.20.193.51:6789] 2026-02-21T11:10:33.870 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-21T11:10:33.871 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-21T11:10:33.871 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-21T11:10:33.871 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-21T11:10:33.871 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout 2026-02-21T11:10:33.871 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-21T11:10:33.871 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2026-02-21T11:10:33.871 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-21T11:10:33.871 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout 2026-02-21T11:10:33.871 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout [osd] 2026-02-21T11:10:33.871 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-21T11:10:33.871 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-21T11:10:33.871 INFO:teuthology.orchestra.run.trial051.stdout:Generating new minimal ceph.conf... 2026-02-21T11:10:34.149 INFO:teuthology.orchestra.run.trial051.stdout:Restarting the monitor... 2026-02-21T11:10:34.463 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-a[39118]: 2026-02-21T11:10:34.228+0000 7f9e77b18640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-21T11:10:34.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 podman[39513]: 2026-02-21 11:10:34.461791095 +0000 UTC m=+0.247838455 container died b5a64f86891200b7ea62f68301b38344b22adad64c0f2fb1ec5f465b6c70bf9c (image=quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-a, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, OSD_FLAVOR=default, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216) 2026-02-21T11:10:34.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 podman[39513]: 2026-02-21 11:10:34.571695425 +0000 UTC m=+0.357742765 container remove b5a64f86891200b7ea62f68301b38344b22adad64c0f2fb1ec5f465b6c70bf9c (image=quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-a, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS) 2026-02-21T11:10:34.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 bash[39513]: ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-a 2026-02-21T11:10:34.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 systemd[1]: ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-21T11:10:34.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 systemd[1]: Stopped Ceph mon.a for e5d393e1-0f15-11f1-b529-d404e6e7d460. 2026-02-21T11:10:34.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 systemd[1]: Starting Ceph mon.a for e5d393e1-0f15-11f1-b529-d404e6e7d460... 2026-02-21T11:10:34.765 INFO:teuthology.orchestra.run.trial051.stdout:Setting public_network to 10.20.192.0/20 in global config section 2026-02-21T11:10:35.045 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 podman[39652]: 2026-02-21 11:10:34.718384478 +0000 UTC m=+0.016641803 container create 25e78ad5baeb83b93f59f370a4e6692c2de2af4a39ab7c0c3c5d45f4e0308731 (image=quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-a, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-bharath21-testing-2026-02-20-1039, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-21T11:10:35.045 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 podman[39652]: 2026-02-21 11:10:34.755197572 +0000 UTC m=+0.053454827 container init 25e78ad5baeb83b93f59f370a4e6692c2de2af4a39ab7c0c3c5d45f4e0308731 (image=quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-a, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, CEPH_REF=wip-bharath21-testing-2026-02-20-1039) 2026-02-21T11:10:35.046 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 podman[39652]: 2026-02-21 11:10:34.759008092 +0000 UTC m=+0.057265357 container start 25e78ad5baeb83b93f59f370a4e6692c2de2af4a39ab7c0c3c5d45f4e0308731 (image=quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-a, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, io.buildah.version=1.41.3, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9) 2026-02-21T11:10:35.046 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 bash[39652]: 25e78ad5baeb83b93f59f370a4e6692c2de2af4a39ab7c0c3c5d45f4e0308731 2026-02-21T11:10:35.046 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 podman[39652]: 2026-02-21 11:10:34.712169804 +0000 UTC m=+0.010427079 image pull 77cba4e143336d2488688524e08832c24c8a8edfadc62c111f72b69f4aabee82 quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 2026-02-21T11:10:35.046 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 systemd[1]: Started Ceph mon.a for e5d393e1-0f15-11f1-b529-d404e6e7d460. 2026-02-21T11:10:35.046 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: set uid:gid to 167:167 (ceph:ceph) 2026-02-21T11:10:35.046 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: ceph version 20.3.0-5397-gf7273f30 (f7273f3049146bdd7fa7b4a400114872a50228e9) tentacle (dev - RelWithDebInfo), process ceph-mon, pid 7 2026-02-21T11:10:35.046 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: pidfile_write: ignore empty --pid-file 2026-02-21T11:10:35.046 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: load: jerasure load: lrc 2026-02-21T11:10:35.046 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: RocksDB version: 7.9.2 2026-02-21T11:10:35.046 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Git sha 0 2026-02-21T11:10:35.047 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Compile date 2026-02-20 20:32:24 2026-02-21T11:10:35.047 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: DB SUMMARY 2026-02-21T11:10:35.047 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: DB Session ID: 4XQQB2RU9U2OIMHE4P9A 2026-02-21T11:10:35.047 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: CURRENT file: CURRENT 2026-02-21T11:10:35.047 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: IDENTITY file: IDENTITY 2026-02-21T11:10:35.047 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-21T11:10:35.047 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-02-21T11:10:35.047 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 77219 ; 2026-02-21T11:10:35.047 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.error_if_exists: 0 2026-02-21T11:10:35.047 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.create_if_missing: 0 2026-02-21T11:10:35.047 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.paranoid_checks: 1 2026-02-21T11:10:35.047 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-21T11:10:35.048 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-21T11:10:35.048 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-21T11:10:35.048 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.env: 0xed6d60 2026-02-21T11:10:35.048 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.fs: PosixFileSystem 2026-02-21T11:10:35.048 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.info_log: 0x2222e00 2026-02-21T11:10:35.048 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.max_file_opening_threads: 16 2026-02-21T11:10:35.048 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.statistics: (nil) 2026-02-21T11:10:35.048 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.use_fsync: 0 2026-02-21T11:10:35.048 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.max_log_file_size: 0 2026-02-21T11:10:35.048 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-21T11:10:35.048 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-21T11:10:35.048 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.keep_log_file_num: 1000 2026-02-21T11:10:35.049 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.recycle_log_file_num: 0 2026-02-21T11:10:35.049 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.allow_fallocate: 1 2026-02-21T11:10:35.049 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.allow_mmap_reads: 0 2026-02-21T11:10:35.049 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.allow_mmap_writes: 0 2026-02-21T11:10:35.049 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.use_direct_reads: 0 2026-02-21T11:10:35.049 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-21T11:10:35.049 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.create_missing_column_families: 0 2026-02-21T11:10:35.049 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.db_log_dir: 2026-02-21T11:10:35.049 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.wal_dir: 2026-02-21T11:10:35.049 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-21T11:10:35.049 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-21T11:10:35.049 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-21T11:10:35.049 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-21T11:10:35.049 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-21T11:10:35.050 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-21T11:10:35.050 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.advise_random_on_open: 1 2026-02-21T11:10:35.050 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.db_write_buffer_size: 0 2026-02-21T11:10:35.050 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.write_buffer_manager: 0x221e140 2026-02-21T11:10:35.050 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-21T11:10:35.050 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-21T11:10:35.050 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-21T11:10:35.050 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.rate_limiter: (nil) 2026-02-21T11:10:35.050 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-21T11:10:35.050 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.wal_recovery_mode: 2 2026-02-21T11:10:35.050 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.enable_thread_tracking: 0 2026-02-21T11:10:35.051 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.enable_pipelined_write: 0 2026-02-21T11:10:35.051 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.unordered_write: 0 2026-02-21T11:10:35.051 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-21T11:10:35.051 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-21T11:10:35.051 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-21T11:10:35.051 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-21T11:10:35.051 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.row_cache: None 2026-02-21T11:10:35.051 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.wal_filter: None 2026-02-21T11:10:35.051 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-21T11:10:35.051 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.allow_ingest_behind: 0 2026-02-21T11:10:35.051 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.two_write_queues: 0 2026-02-21T11:10:35.051 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.manual_wal_flush: 0 2026-02-21T11:10:35.051 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.wal_compression: 0 2026-02-21T11:10:35.052 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.atomic_flush: 0 2026-02-21T11:10:35.052 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-21T11:10:35.052 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-21T11:10:35.052 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-21T11:10:35.052 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.log_readahead_size: 0 2026-02-21T11:10:35.052 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-21T11:10:35.052 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.best_efforts_recovery: 0 2026-02-21T11:10:35.052 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-21T11:10:35.052 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-21T11:10:35.052 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.allow_data_in_errors: 0 2026-02-21T11:10:35.052 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.db_host_id: __hostname__ 2026-02-21T11:10:35.052 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-21T11:10:35.053 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.max_background_jobs: 2 2026-02-21T11:10:35.053 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.max_background_compactions: -1 2026-02-21T11:10:35.053 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.max_subcompactions: 1 2026-02-21T11:10:35.053 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-21T11:10:35.053 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-21T11:10:35.053 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-21T11:10:35.053 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.max_total_wal_size: 0 2026-02-21T11:10:35.053 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-21T11:10:35.053 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-21T11:10:35.053 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-21T11:10:35.053 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-21T11:10:35.053 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.max_open_files: -1 2026-02-21T11:10:35.053 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.bytes_per_sync: 0 2026-02-21T11:10:35.053 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-21T11:10:35.054 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-21T11:10:35.054 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.compaction_readahead_size: 0 2026-02-21T11:10:35.054 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.max_background_flushes: -1 2026-02-21T11:10:35.054 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Compression algorithms supported: 2026-02-21T11:10:35.054 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: kZSTD supported: 0 2026-02-21T11:10:35.054 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: kXpressCompression supported: 0 2026-02-21T11:10:35.054 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: kBZip2Compression supported: 0 2026-02-21T11:10:35.054 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-21T11:10:35.054 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: kLZ4Compression supported: 1 2026-02-21T11:10:35.054 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: kZlibCompression supported: 1 2026-02-21T11:10:35.054 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: kLZ4HCCompression supported: 1 2026-02-21T11:10:35.054 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: kSnappyCompression supported: 1 2026-02-21T11:10:35.054 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-21T11:10:35.055 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-21T11:10:35.055 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-02-21T11:10:35.055 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-21T11:10:35.055 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-21T11:10:35.055 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.merge_operator: 2026-02-21T11:10:35.055 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.compaction_filter: None 2026-02-21T11:10:35.055 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.compaction_filter_factory: None 2026-02-21T11:10:35.055 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.sst_partitioner_factory: None 2026-02-21T11:10:35.055 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-21T11:10:35.055 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-21T11:10:35.055 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x2223540) 2026-02-21T11:10:35.055 INFO:journalctl@ceph.mon.a.trial051.stdout: cache_index_and_filter_blocks: 1 2026-02-21T11:10:35.055 INFO:journalctl@ceph.mon.a.trial051.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-21T11:10:35.056 INFO:journalctl@ceph.mon.a.trial051.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-21T11:10:35.056 INFO:journalctl@ceph.mon.a.trial051.stdout: pin_top_level_index_and_filter: 1 2026-02-21T11:10:35.056 INFO:journalctl@ceph.mon.a.trial051.stdout: index_type: 0 2026-02-21T11:10:35.056 INFO:journalctl@ceph.mon.a.trial051.stdout: data_block_index_type: 0 2026-02-21T11:10:35.056 INFO:journalctl@ceph.mon.a.trial051.stdout: index_shortening: 1 2026-02-21T11:10:35.056 INFO:journalctl@ceph.mon.a.trial051.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-21T11:10:35.056 INFO:journalctl@ceph.mon.a.trial051.stdout: checksum: 4 2026-02-21T11:10:35.056 INFO:journalctl@ceph.mon.a.trial051.stdout: no_block_cache: 0 2026-02-21T11:10:35.056 INFO:journalctl@ceph.mon.a.trial051.stdout: block_cache: 0x21f1a50 2026-02-21T11:10:35.056 INFO:journalctl@ceph.mon.a.trial051.stdout: block_cache_name: BinnedLRUCache 2026-02-21T11:10:35.056 INFO:journalctl@ceph.mon.a.trial051.stdout: block_cache_options: 2026-02-21T11:10:35.057 INFO:journalctl@ceph.mon.a.trial051.stdout: capacity : 536870912 2026-02-21T11:10:35.057 INFO:journalctl@ceph.mon.a.trial051.stdout: num_shard_bits : 4 2026-02-21T11:10:35.057 INFO:journalctl@ceph.mon.a.trial051.stdout: strict_capacity_limit : 0 2026-02-21T11:10:35.057 INFO:journalctl@ceph.mon.a.trial051.stdout: high_pri_pool_ratio: 0.000 2026-02-21T11:10:35.057 INFO:journalctl@ceph.mon.a.trial051.stdout: block_cache_compressed: (nil) 2026-02-21T11:10:35.057 INFO:journalctl@ceph.mon.a.trial051.stdout: persistent_cache: (nil) 2026-02-21T11:10:35.057 INFO:journalctl@ceph.mon.a.trial051.stdout: block_size: 4096 2026-02-21T11:10:35.057 INFO:journalctl@ceph.mon.a.trial051.stdout: block_size_deviation: 10 2026-02-21T11:10:35.057 INFO:journalctl@ceph.mon.a.trial051.stdout: block_restart_interval: 16 2026-02-21T11:10:35.057 INFO:journalctl@ceph.mon.a.trial051.stdout: index_block_restart_interval: 1 2026-02-21T11:10:35.057 INFO:journalctl@ceph.mon.a.trial051.stdout: metadata_block_size: 4096 2026-02-21T11:10:35.057 INFO:journalctl@ceph.mon.a.trial051.stdout: partition_filters: 0 2026-02-21T11:10:35.057 INFO:journalctl@ceph.mon.a.trial051.stdout: use_delta_encoding: 1 2026-02-21T11:10:35.058 INFO:journalctl@ceph.mon.a.trial051.stdout: filter_policy: bloomfilter 2026-02-21T11:10:35.058 INFO:journalctl@ceph.mon.a.trial051.stdout: whole_key_filtering: 1 2026-02-21T11:10:35.058 INFO:journalctl@ceph.mon.a.trial051.stdout: verify_compression: 0 2026-02-21T11:10:35.058 INFO:journalctl@ceph.mon.a.trial051.stdout: read_amp_bytes_per_bit: 0 2026-02-21T11:10:35.058 INFO:journalctl@ceph.mon.a.trial051.stdout: format_version: 5 2026-02-21T11:10:35.058 INFO:journalctl@ceph.mon.a.trial051.stdout: enable_index_compression: 1 2026-02-21T11:10:35.058 INFO:journalctl@ceph.mon.a.trial051.stdout: block_align: 0 2026-02-21T11:10:35.058 INFO:journalctl@ceph.mon.a.trial051.stdout: max_auto_readahead_size: 262144 2026-02-21T11:10:35.058 INFO:journalctl@ceph.mon.a.trial051.stdout: prepopulate_block_cache: 0 2026-02-21T11:10:35.058 INFO:journalctl@ceph.mon.a.trial051.stdout: initial_auto_readahead_size: 8192 2026-02-21T11:10:35.058 INFO:journalctl@ceph.mon.a.trial051.stdout: num_file_reads_for_auto_readahead: 2 2026-02-21T11:10:35.058 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.write_buffer_size: 33554432 2026-02-21T11:10:35.058 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.max_write_buffer_number: 2 2026-02-21T11:10:35.059 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.compression: NoCompression 2026-02-21T11:10:35.059 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.bottommost_compression: Disabled 2026-02-21T11:10:35.059 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.prefix_extractor: nullptr 2026-02-21T11:10:35.059 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-21T11:10:35.059 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.num_levels: 7 2026-02-21T11:10:35.059 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-21T11:10:35.059 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-21T11:10:35.059 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-21T11:10:35.059 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-21T11:10:35.059 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-21T11:10:35.059 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-21T11:10:35.059 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-21T11:10:35.059 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-21T11:10:35.060 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-21T11:10:35.060 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-21T11:10:35.060 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-21T11:10:35.060 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-21T11:10:35.060 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-21T11:10:35.060 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.compression_opts.level: 32767 2026-02-21T11:10:35.060 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.compression_opts.strategy: 0 2026-02-21T11:10:35.060 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-21T11:10:35.060 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-21T11:10:35.060 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-21T11:10:35.060 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-21T11:10:35.060 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.compression_opts.enabled: false 2026-02-21T11:10:35.060 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-21T11:10:35.061 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-21T11:10:35.061 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-21T11:10:35.061 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-21T11:10:35.061 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.target_file_size_base: 67108864 2026-02-21T11:10:35.061 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-21T11:10:35.061 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-21T11:10:35.061 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-21T11:10:35.061 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-21T11:10:35.061 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-21T11:10:35.061 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-21T11:10:35.061 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-21T11:10:35.061 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-21T11:10:35.061 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-21T11:10:35.062 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-21T11:10:35.062 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-21T11:10:35.062 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-21T11:10:35.062 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-21T11:10:35.062 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-21T11:10:35.062 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.arena_block_size: 1048576 2026-02-21T11:10:35.062 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-21T11:10:35.062 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-21T11:10:35.062 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.disable_auto_compactions: 0 2026-02-21T11:10:35.062 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-21T11:10:35.062 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-21T11:10:35.062 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-21T11:10:35.062 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-21T11:10:35.062 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-21T11:10:35.063 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-21T11:10:35.063 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-21T11:10:35.063 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-21T11:10:35.063 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-21T11:10:35.063 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-21T11:10:35.063 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-21T11:10:35.063 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.inplace_update_support: 0 2026-02-21T11:10:35.063 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-21T11:10:35.063 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-21T11:10:35.063 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-21T11:10:35.063 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-21T11:10:35.063 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.bloom_locality: 0 2026-02-21T11:10:35.064 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.max_successive_merges: 0 2026-02-21T11:10:35.064 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-21T11:10:35.064 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.paranoid_file_checks: 0 2026-02-21T11:10:35.064 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.force_consistency_checks: 1 2026-02-21T11:10:35.064 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.report_bg_io_stats: 0 2026-02-21T11:10:35.064 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.ttl: 2592000 2026-02-21T11:10:35.064 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-21T11:10:35.064 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-21T11:10:35.064 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-21T11:10:35.064 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.enable_blob_files: false 2026-02-21T11:10:35.064 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.min_blob_size: 0 2026-02-21T11:10:35.064 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.blob_file_size: 268435456 2026-02-21T11:10:35.064 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-21T11:10:35.065 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-21T11:10:35.065 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-21T11:10:35.065 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-21T11:10:35.065 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-21T11:10:35.065 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.blob_file_starting_level: 0 2026-02-21T11:10:35.065 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-21T11:10:35.065 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: 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 2026-02-21T11:10:35.065 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-21T11:10:35.065 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 8c9b4e30-78cd-4c0c-b023-b476fd79b3d8 2026-02-21T11:10:35.065 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771672234774765, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-21T11:10:35.065 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-21T11:10:35.065 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771672234775595, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 74311, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 229, "table_properties": {"data_size": 72586, "index_size": 174, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 517, "raw_key_size": 9783, "raw_average_key_size": 48, "raw_value_size": 67000, "raw_average_value_size": 335, "num_data_blocks": 8, "num_entries": 200, "num_filter_entries": 200, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1771672234, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "8c9b4e30-78cd-4c0c-b023-b476fd79b3d8", "db_session_id": "4XQQB2RU9U2OIMHE4P9A", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-21T11:10:35.066 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771672234775648, "job": 1, "event": "recovery_finished"} 2026-02-21T11:10:35.066 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-21T11:10:35.066 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: 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 2026-02-21T11:10:35.066 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x223ee00 2026-02-21T11:10:35.066 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: DB pointer 0x3030000 2026-02-21T11:10:35.066 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-21T11:10:35.066 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-21T11:10:35.066 INFO:journalctl@ceph.mon.a.trial051.stdout: ** DB Stats ** 2026-02-21T11:10:35.066 INFO:journalctl@ceph.mon.a.trial051.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-21T11:10:35.066 INFO:journalctl@ceph.mon.a.trial051.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2026-02-21T11:10:35.066 INFO:journalctl@ceph.mon.a.trial051.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-21T11:10:35.066 INFO:journalctl@ceph.mon.a.trial051.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-21T11:10:35.066 INFO:journalctl@ceph.mon.a.trial051.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2026-02-21T11:10:35.067 INFO:journalctl@ceph.mon.a.trial051.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-21T11:10:35.067 INFO:journalctl@ceph.mon.a.trial051.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-21T11:10:35.067 INFO:journalctl@ceph.mon.a.trial051.stdout: 2026-02-21T11:10:35.067 INFO:journalctl@ceph.mon.a.trial051.stdout: ** Compaction Stats [default] ** 2026-02-21T11:10:35.067 INFO:journalctl@ceph.mon.a.trial051.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) 2026-02-21T11:10:35.067 INFO:journalctl@ceph.mon.a.trial051.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-21T11:10:35.067 INFO:journalctl@ceph.mon.a.trial051.stdout: L0 2/0 74.44 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 118.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-21T11:10:35.067 INFO:journalctl@ceph.mon.a.trial051.stdout: Sum 2/0 74.44 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 118.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-21T11:10:35.067 INFO:journalctl@ceph.mon.a.trial051.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 118.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-21T11:10:35.067 INFO:journalctl@ceph.mon.a.trial051.stdout: 2026-02-21T11:10:35.067 INFO:journalctl@ceph.mon.a.trial051.stdout: ** Compaction Stats [default] ** 2026-02-21T11:10:35.067 INFO:journalctl@ceph.mon.a.trial051.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) 2026-02-21T11:10:35.068 INFO:journalctl@ceph.mon.a.trial051.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-21T11:10:35.068 INFO:journalctl@ceph.mon.a.trial051.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 118.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-21T11:10:35.068 INFO:journalctl@ceph.mon.a.trial051.stdout: 2026-02-21T11:10:35.068 INFO:journalctl@ceph.mon.a.trial051.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-21T11:10:35.068 INFO:journalctl@ceph.mon.a.trial051.stdout: 2026-02-21T11:10:35.068 INFO:journalctl@ceph.mon.a.trial051.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-21T11:10:35.068 INFO:journalctl@ceph.mon.a.trial051.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-21T11:10:35.068 INFO:journalctl@ceph.mon.a.trial051.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-21T11:10:35.068 INFO:journalctl@ceph.mon.a.trial051.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-21T11:10:35.068 INFO:journalctl@ceph.mon.a.trial051.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-21T11:10:35.068 INFO:journalctl@ceph.mon.a.trial051.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-21T11:10:35.068 INFO:journalctl@ceph.mon.a.trial051.stdout: Cumulative compaction: 0.00 GB write, 28.65 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-21T11:10:35.069 INFO:journalctl@ceph.mon.a.trial051.stdout: Interval compaction: 0.00 GB write, 28.65 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-21T11:10:35.069 INFO:journalctl@ceph.mon.a.trial051.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 2026-02-21T11:10:35.069 INFO:journalctl@ceph.mon.a.trial051.stdout: Block cache BinnedLRUCache@0x21f1a50#7 capacity: 512.00 MB usage: 1.06 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2026-02-21T11:10:35.069 INFO:journalctl@ceph.mon.a.trial051.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.70 KB,0.00013411%) IndexBlock(2,0.36 KB,6.85453e-05%) Misc(1,0.00 KB,0%) 2026-02-21T11:10:35.069 INFO:journalctl@ceph.mon.a.trial051.stdout: 2026-02-21T11:10:35.069 INFO:journalctl@ceph.mon.a.trial051.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-21T11:10:35.069 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: starting mon.a rank 0 at public addrs [v2:10.20.193.51:3300/0,v1:10.20.193.51:6789/0] at bind addrs [v2:10.20.193.51:3300/0,v1:10.20.193.51:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:10:35.069 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: mon.a@-1(???) e1 preinit fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:10:35.069 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: mon.a@-1(???).mds e1 new map 2026-02-21T11:10:35.069 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: mon.a@-1(???).mds e1 print_map 2026-02-21T11:10:35.069 INFO:journalctl@ceph.mon.a.trial051.stdout: e1 2026-02-21T11:10:35.069 INFO:journalctl@ceph.mon.a.trial051.stdout: btime 2026-02-21T11:10:33:330506+0000 2026-02-21T11:10:35.069 INFO:journalctl@ceph.mon.a.trial051.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-21T11:10:35.070 INFO:journalctl@ceph.mon.a.trial051.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2026-02-21T11:10:35.070 INFO:journalctl@ceph.mon.a.trial051.stdout: legacy client fscid: -1 2026-02-21T11:10:35.070 INFO:journalctl@ceph.mon.a.trial051.stdout: 2026-02-21T11:10:35.070 INFO:journalctl@ceph.mon.a.trial051.stdout: No filesystems configured 2026-02-21T11:10:35.070 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-21T11:10:35.070 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-21T11:10:35.070 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-21T11:10:35.070 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-21T11:10:35.070 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-02-21T11:10:35.070 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-21T11:10:35.070 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: monmap epoch 1 2026-02-21T11:10:35.070 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:10:35.070 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: last_changed 2026-02-21T11:10:32.111412+0000 2026-02-21T11:10:35.071 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: created 2026-02-21T11:10:32.111412+0000 2026-02-21T11:10:35.071 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: min_mon_release 20 (tentacle) 2026-02-21T11:10:35.071 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: election_strategy: 1 2026-02-21T11:10:35.071 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: 0: [v2:10.20.193.51:3300/0,v1:10.20.193.51:6789/0] mon.a 2026-02-21T11:10:35.071 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: fsmap 2026-02-21T11:10:35.071 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: osdmap e1: 0 total, 0 up, 0 in 2026-02-21T11:10:35.071 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:34 trial051 ceph-mon[39702]: mgrmap e1: no daemons active 2026-02-21T11:10:35.072 INFO:teuthology.orchestra.run.trial051.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-21T11:10:35.072 INFO:teuthology.orchestra.run.trial051.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-21T11:10:35.072 INFO:teuthology.orchestra.run.trial051.stdout:Creating mgr... 2026-02-21T11:10:35.072 INFO:teuthology.orchestra.run.trial051.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-21T11:10:35.072 INFO:teuthology.orchestra.run.trial051.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-21T11:10:35.176 INFO:teuthology.orchestra.run.trial051.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mgr.a 2026-02-21T11:10:35.176 INFO:teuthology.orchestra.run.trial051.stdout:systemctl: stderr Failed to reset failed state of unit ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mgr.a.service: Unit ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mgr.a.service not loaded. 2026-02-21T11:10:35.291 INFO:teuthology.orchestra.run.trial051.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460.target.wants/ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mgr.a.service → /etc/systemd/system/ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@.service. 2026-02-21T11:10:35.460 INFO:teuthology.orchestra.run.trial051.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-21T11:10:35.460 INFO:teuthology.orchestra.run.trial051.stdout:systemctl: stdout disabled 2026-02-21T11:10:35.466 INFO:teuthology.orchestra.run.trial051.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-21T11:10:35.466 INFO:teuthology.orchestra.run.trial051.stdout:systemctl: stdout inactive 2026-02-21T11:10:35.466 INFO:teuthology.orchestra.run.trial051.stdout:firewalld.service is not enabled 2026-02-21T11:10:35.466 INFO:teuthology.orchestra.run.trial051.stdout:Not possible to enable service . firewalld.service is not available 2026-02-21T11:10:35.473 INFO:teuthology.orchestra.run.trial051.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-21T11:10:35.473 INFO:teuthology.orchestra.run.trial051.stdout:systemctl: stdout disabled 2026-02-21T11:10:35.479 INFO:teuthology.orchestra.run.trial051.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-21T11:10:35.479 INFO:teuthology.orchestra.run.trial051.stdout:systemctl: stdout inactive 2026-02-21T11:10:35.479 INFO:teuthology.orchestra.run.trial051.stdout:firewalld.service is not enabled 2026-02-21T11:10:35.479 INFO:teuthology.orchestra.run.trial051.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-02-21T11:10:35.480 INFO:teuthology.orchestra.run.trial051.stdout:Waiting for mgr to start... 2026-02-21T11:10:35.480 INFO:teuthology.orchestra.run.trial051.stdout:Waiting for mgr... 2026-02-21T11:10:35.791 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout 2026-02-21T11:10:35.792 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout { 2026-02-21T11:10:35.792 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "fsid": "e5d393e1-0f15-11f1-b529-d404e6e7d460", 2026-02-21T11:10:35.792 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "health": { 2026-02-21T11:10:35.792 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-21T11:10:35.792 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-21T11:10:35.792 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-21T11:10:35.792 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:10:35.792 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-21T11:10:35.792 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-21T11:10:35.792 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout 0 2026-02-21T11:10:35.792 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout ], 2026-02-21T11:10:35.792 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-21T11:10:35.792 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "a" 2026-02-21T11:10:35.792 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout ], 2026-02-21T11:10:35.792 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-21T11:10:35.792 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-21T11:10:35.792 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T11:10:35.792 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-21T11:10:35.792 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-21T11:10:35.792 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:10:35.793 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-21T11:10:35.793 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T11:10:35.793 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-21T11:10:35.793 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-21T11:10:35.793 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-21T11:10:35.793 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-21T11:10:35.793 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-21T11:10:35.793 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-21T11:10:35.793 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:10:35.793 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-21T11:10:35.793 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-21T11:10:35.793 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-21T11:10:35.793 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-21T11:10:35.793 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-21T11:10:35.793 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-21T11:10:35.793 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-21T11:10:35.793 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-21T11:10:35.793 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-21T11:10:35.793 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:10:35.793 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-21T11:10:35.793 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T11:10:35.793 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "btime": "2026-02-21T11:10:33:330506+0000", 2026-02-21T11:10:35.794 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-21T11:10:35.794 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-21T11:10:35.794 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:10:35.794 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-21T11:10:35.794 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-21T11:10:35.794 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-21T11:10:35.794 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-21T11:10:35.794 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-21T11:10:35.794 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-21T11:10:35.794 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout ], 2026-02-21T11:10:35.794 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T11:10:35.794 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:10:35.794 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-21T11:10:35.794 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T11:10:35.794 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "modified": "2026-02-21T11:10:33.330963+0000", 2026-02-21T11:10:35.794 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T11:10:35.794 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:10:35.794 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-21T11:10:35.794 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout } 2026-02-21T11:10:35.794 INFO:teuthology.orchestra.run.trial051.stdout:mgr not available, waiting (1/15)... 2026-02-21T11:10:36.213 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:35 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/3365722762' entity='client.admin' 2026-02-21T11:10:36.213 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:35 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/658428543' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-21T11:10:36.714 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:10:36 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a[40002]: from numpy import show_config as show_numpy_config 2026-02-21T11:10:38.067 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout 2026-02-21T11:10:38.067 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout { 2026-02-21T11:10:38.067 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "fsid": "e5d393e1-0f15-11f1-b529-d404e6e7d460", 2026-02-21T11:10:38.067 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "health": { 2026-02-21T11:10:38.067 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-21T11:10:38.067 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-21T11:10:38.067 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-21T11:10:38.068 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:10:38.068 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-21T11:10:38.068 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-21T11:10:38.068 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout 0 2026-02-21T11:10:38.068 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout ], 2026-02-21T11:10:38.068 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-21T11:10:38.068 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "a" 2026-02-21T11:10:38.068 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout ], 2026-02-21T11:10:38.068 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2026-02-21T11:10:38.068 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-21T11:10:38.068 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T11:10:38.068 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-21T11:10:38.068 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-21T11:10:38.068 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:10:38.068 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-21T11:10:38.068 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T11:10:38.068 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-21T11:10:38.068 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-21T11:10:38.068 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-21T11:10:38.068 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-21T11:10:38.068 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-21T11:10:38.069 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-21T11:10:38.069 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:10:38.069 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-21T11:10:38.069 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-21T11:10:38.069 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-21T11:10:38.069 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-21T11:10:38.069 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-21T11:10:38.069 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-21T11:10:38.069 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-21T11:10:38.069 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-21T11:10:38.069 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-21T11:10:38.069 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:10:38.069 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-21T11:10:38.069 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T11:10:38.069 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "btime": "2026-02-21T11:10:33:330506+0000", 2026-02-21T11:10:38.069 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-21T11:10:38.069 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-21T11:10:38.069 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:10:38.069 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-21T11:10:38.069 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-21T11:10:38.069 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-21T11:10:38.069 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-21T11:10:38.069 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-21T11:10:38.069 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-21T11:10:38.070 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout ], 2026-02-21T11:10:38.070 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T11:10:38.070 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:10:38.070 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-21T11:10:38.070 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T11:10:38.070 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "modified": "2026-02-21T11:10:33.330963+0000", 2026-02-21T11:10:38.070 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T11:10:38.070 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:10:38.070 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-21T11:10:38.070 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout } 2026-02-21T11:10:38.070 INFO:teuthology.orchestra.run.trial051.stdout:mgr not available, waiting (2/15)... 2026-02-21T11:10:38.213 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:37 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/1511082490' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-21T11:10:39.463 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:38 trial051 ceph-mon[39702]: Activating manager daemon a 2026-02-21T11:10:39.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:38 trial051 ceph-mon[39702]: mgrmap e2: a(active, starting, since 0.00244721s) 2026-02-21T11:10:39.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:38 trial051 ceph-mon[39702]: from='mgr.14100 10.20.193.51:0/405821908' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-21T11:10:39.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:38 trial051 ceph-mon[39702]: from='mgr.14100 10.20.193.51:0/405821908' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-21T11:10:39.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:38 trial051 ceph-mon[39702]: from='mgr.14100 10.20.193.51:0/405821908' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-21T11:10:39.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:38 trial051 ceph-mon[39702]: from='mgr.14100 10.20.193.51:0/405821908' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:10:39.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:38 trial051 ceph-mon[39702]: from='mgr.14100 10.20.193.51:0/405821908' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-21T11:10:39.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:38 trial051 ceph-mon[39702]: Manager daemon a is now available 2026-02-21T11:10:39.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:38 trial051 ceph-mon[39702]: from='mgr.14100 10.20.193.51:0/405821908' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-21T11:10:39.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:38 trial051 ceph-mon[39702]: from='mgr.14100 10.20.193.51:0/405821908' entity='mgr.a' 2026-02-21T11:10:39.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:38 trial051 ceph-mon[39702]: from='mgr.14100 10.20.193.51:0/405821908' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-21T11:10:39.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:38 trial051 ceph-mon[39702]: from='mgr.14100 10.20.193.51:0/405821908' entity='mgr.a' 2026-02-21T11:10:39.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:38 trial051 ceph-mon[39702]: from='mgr.14100 10.20.193.51:0/405821908' entity='mgr.a' 2026-02-21T11:10:40.348 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:40 trial051 ceph-mon[39702]: mgrmap e3: a(active, since 1.00502s) 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout { 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "fsid": "e5d393e1-0f15-11f1-b529-d404e6e7d460", 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "health": { 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout 0 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout ], 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "a" 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout ], 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-21T11:10:40.475 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-21T11:10:40.476 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-21T11:10:40.476 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:10:40.476 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-21T11:10:40.476 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T11:10:40.476 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "btime": "2026-02-21T11:10:33:330506+0000", 2026-02-21T11:10:40.476 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-21T11:10:40.476 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-21T11:10:40.476 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:10:40.476 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-21T11:10:40.476 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-21T11:10:40.476 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-21T11:10:40.476 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-21T11:10:40.476 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-21T11:10:40.476 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-21T11:10:40.476 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout ], 2026-02-21T11:10:40.476 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T11:10:40.476 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:10:40.476 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-21T11:10:40.476 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-21T11:10:40.476 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "modified": "2026-02-21T11:10:33.330963+0000", 2026-02-21T11:10:40.476 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-21T11:10:40.476 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout }, 2026-02-21T11:10:40.476 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-21T11:10:40.476 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout } 2026-02-21T11:10:40.476 INFO:teuthology.orchestra.run.trial051.stdout:mgr is available 2026-02-21T11:10:40.824 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout 2026-02-21T11:10:40.824 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout [global] 2026-02-21T11:10:40.824 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout fsid = e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:10:40.824 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-21T11:10:40.824 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.51:3300,v1:10.20.193.51:6789] 2026-02-21T11:10:40.824 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-21T11:10:40.824 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-21T11:10:40.824 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-21T11:10:40.824 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-21T11:10:40.825 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout 2026-02-21T11:10:40.825 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-21T11:10:40.825 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-21T11:10:40.825 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout 2026-02-21T11:10:40.825 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout [osd] 2026-02-21T11:10:40.825 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-21T11:10:40.825 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-21T11:10:40.825 INFO:teuthology.orchestra.run.trial051.stdout:Enabling cephadm module... 2026-02-21T11:10:41.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:41 trial051 ceph-mon[39702]: mgrmap e4: a(active, since 2s) 2026-02-21T11:10:41.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:41 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/3062137380' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-21T11:10:41.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:41 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/1471258012' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-21T11:10:41.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:41 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/1471258012' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-02-21T11:10:41.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:41 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/633609666' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-21T11:10:41.964 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:10:41 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a[40002]: ignoring --setuser ceph since I am not root 2026-02-21T11:10:41.964 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:10:41 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a[40002]: ignoring --setgroup ceph since I am not root 2026-02-21T11:10:42.221 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout { 2026-02-21T11:10:42.221 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-02-21T11:10:42.221 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-21T11:10:42.221 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-21T11:10:42.221 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-21T11:10:42.221 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout } 2026-02-21T11:10:42.221 INFO:teuthology.orchestra.run.trial051.stdout:Waiting for the mgr to restart... 2026-02-21T11:10:42.221 INFO:teuthology.orchestra.run.trial051.stdout:Waiting for mgr epoch 5... 2026-02-21T11:10:42.963 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:42 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/633609666' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-21T11:10:42.963 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:42 trial051 ceph-mon[39702]: mgrmap e5: a(active, since 3s) 2026-02-21T11:10:42.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:42 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/554980385' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-21T11:10:42.964 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:10:42 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a[40002]: /lib64/python3.9/site-packages/scipy/__init__.py:73: UserWarning: NumPy was imported from a Python sub-interpreter but NumPy does not properly support sub-interpreters. This will likely work for most users but might cause hard to track down issues or subtle bugs. A common user of the rare sub-interpreter feature is wsgi which also allows single-interpreter mode. 2026-02-21T11:10:42.964 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:10:42 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a[40002]: Improvements in the case of bugs are welcome, but is not on the NumPy roadmap, and full support may require significant effort to achieve. 2026-02-21T11:10:42.964 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:10:42 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a[40002]: from numpy import show_config as show_numpy_config 2026-02-21T11:10:44.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:44 trial051 ceph-mon[39702]: Active manager daemon a restarted 2026-02-21T11:10:44.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:44 trial051 ceph-mon[39702]: Activating manager daemon a 2026-02-21T11:10:44.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:44 trial051 ceph-mon[39702]: osdmap e2: 0 total, 0 up, 0 in 2026-02-21T11:10:44.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:44 trial051 ceph-mon[39702]: mgrmap e6: a(active, starting, since 0.00247836s) 2026-02-21T11:10:44.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:44 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:10:44.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:44 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-21T11:10:44.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:44 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-21T11:10:44.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:44 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-21T11:10:44.965 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:44 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-21T11:10:44.965 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:44 trial051 ceph-mon[39702]: Manager daemon a is now available 2026-02-21T11:10:45.602 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout { 2026-02-21T11:10:45.603 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-02-21T11:10:45.603 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-21T11:10:45.603 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout } 2026-02-21T11:10:45.603 INFO:teuthology.orchestra.run.trial051.stdout:mgr epoch 5 is available 2026-02-21T11:10:45.603 INFO:teuthology.orchestra.run.trial051.stdout:Verifying orchestrator module is enabled... 2026-02-21T11:10:45.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:45 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:10:45.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:45 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:10:45.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:45 trial051 ceph-mon[39702]: Found migration_current of "None". Setting to last migration. 2026-02-21T11:10:45.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:45 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:10:45.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:45 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:10:45.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:45 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:10:45.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:45 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:10:45.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:45 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:10:45.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:45 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:10:45.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:45 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:10:45.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:45 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-21T11:10:45.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:45 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-21T11:10:45.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:45 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:10:45.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:45 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:10:45.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:45 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:10:45.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:45 trial051 ceph-mon[39702]: mgrmap e7: a(active, since 1.00545s) 2026-02-21T11:10:46.844 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-02-21T11:10:46.844 INFO:teuthology.orchestra.run.trial051.stdout:Setting orchestrator backend to cephadm... 2026-02-21T11:10:47.098 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:46 trial051 ceph-mon[39702]: [21/Feb/2026:11:10:45] ENGINE Bus STARTING 2026-02-21T11:10:47.098 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:46 trial051 ceph-mon[39702]: [21/Feb/2026:11:10:45] ENGINE Serving on https://10.20.193.51:7150 2026-02-21T11:10:47.098 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:46 trial051 ceph-mon[39702]: [21/Feb/2026:11:10:45] ENGINE Client ('10.20.193.51', 39366) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-21T11:10:47.098 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:46 trial051 ceph-mon[39702]: [21/Feb/2026:11:10:45] ENGINE Serving on http://10.20.193.51:8765 2026-02-21T11:10:47.098 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:46 trial051 ceph-mon[39702]: [21/Feb/2026:11:10:45] ENGINE Bus STARTED 2026-02-21T11:10:47.098 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:46 trial051 ceph-mon[39702]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-21T11:10:47.098 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:46 trial051 ceph-mon[39702]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-21T11:10:47.098 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:46 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/3031111838' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-21T11:10:47.564 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-21T11:10:47.564 INFO:teuthology.orchestra.run.trial051.stdout:Generating ssh key... 2026-02-21T11:10:47.974 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:47 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/3031111838' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-21T11:10:47.974 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:47 trial051 ceph-mon[39702]: mgrmap e8: a(active, since 2s) 2026-02-21T11:10:47.974 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:47 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:10:47.974 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:47 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:10:47.975 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:10:47 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a[40002]: Generating public/private ed25519 key pair. 2026-02-21T11:10:47.975 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:10:47 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a[40002]: Your identification has been saved in /tmp/tmp9y3sb90h/key 2026-02-21T11:10:47.975 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:10:47 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a[40002]: Your public key has been saved in /tmp/tmp9y3sb90h/key.pub 2026-02-21T11:10:47.975 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:10:47 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a[40002]: The key fingerprint is: 2026-02-21T11:10:47.975 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:10:47 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a[40002]: SHA256:9cPfZ8SSEZTpzFloE2gqkd8t598xoQx0Y77TCHdNNvQ ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:10:47.975 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:10:47 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a[40002]: The key's randomart image is: 2026-02-21T11:10:47.975 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:10:47 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a[40002]: +--[ED25519 256]--+ 2026-02-21T11:10:47.975 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:10:47 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a[40002]: | . o=* | 2026-02-21T11:10:47.976 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:10:47 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a[40002]: | o .o+*o=| 2026-02-21T11:10:47.976 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:10:47 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a[40002]: | oo++*o*E| 2026-02-21T11:10:47.976 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:10:47 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a[40002]: | ..o=ooB*.| 2026-02-21T11:10:47.976 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:10:47 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a[40002]: | S. O+O +| 2026-02-21T11:10:47.976 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:10:47 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a[40002]: | O.B | 2026-02-21T11:10:47.976 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:10:47 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a[40002]: | o.B| 2026-02-21T11:10:47.976 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:10:47 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a[40002]: | .+| 2026-02-21T11:10:47.976 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:10:47 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a[40002]: | | 2026-02-21T11:10:47.976 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:10:47 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a[40002]: +----[SHA256]-----+ 2026-02-21T11:10:48.277 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBAK/7F+QZG2etg3OQEL+mUqSsXPjTW0EIutejLNjbTk ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:10:48.278 INFO:teuthology.orchestra.run.trial051.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-21T11:10:48.278 INFO:teuthology.orchestra.run.trial051.stdout:Adding key to root@localhost authorized_keys... 2026-02-21T11:10:48.279 INFO:teuthology.orchestra.run.trial051.stdout:Adding host trial051... 2026-02-21T11:10:48.828 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:48 trial051 ceph-mon[39702]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:10:48.828 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:48 trial051 ceph-mon[39702]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:10:48.828 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:48 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:10:48.828 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:48 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:10:50.107 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:49 trial051 ceph-mon[39702]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:10:50.108 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:49 trial051 ceph-mon[39702]: Generating ssh key... 2026-02-21T11:10:50.108 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:49 trial051 ceph-mon[39702]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:10:50.108 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:49 trial051 ceph-mon[39702]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial051", "addr": "10.20.193.51", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:10:50.529 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout Added host 'trial051' with addr '10.20.193.51' 2026-02-21T11:10:50.530 INFO:teuthology.orchestra.run.trial051.stdout:Deploying unmanaged mon service... 2026-02-21T11:10:50.760 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:50 trial051 ceph-mon[39702]: Deploying cephadm binary to trial051 2026-02-21T11:10:50.760 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:50 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:10:50.760 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:50 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:10:50.919 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-21T11:10:50.919 INFO:teuthology.orchestra.run.trial051.stdout:Deploying unmanaged mgr service... 2026-02-21T11:10:51.289 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-02-21T11:10:51.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:51 trial051 ceph-mon[39702]: Added host trial051 2026-02-21T11:10:51.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:51 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:10:51.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:51 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:10:51.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:51 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:10:51.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:51 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:10:51.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:51 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:10:51.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:51 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:10:51.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:51 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial051", "name": "osd_memory_target"} : dispatch 2026-02-21T11:10:51.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:51 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:10:51.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:51 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial051", "caps": []} : dispatch 2026-02-21T11:10:51.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:51 trial051 ceph-mon[39702]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial051", "caps": []}]': finished 2026-02-21T11:10:51.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:51 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/1619005778' entity='client.admin' 2026-02-21T11:10:52.002 INFO:teuthology.orchestra.run.trial051.stdout:Enabling the dashboard module... 2026-02-21T11:10:52.999 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:52 trial051 ceph-mon[39702]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:10:52.999 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:52 trial051 ceph-mon[39702]: Saving service mon spec with placement count:5 2026-02-21T11:10:52.999 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:52 trial051 ceph-mon[39702]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:10:52.999 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:52 trial051 ceph-mon[39702]: Saving service mgr spec with placement count:2 2026-02-21T11:10:52.999 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:52 trial051 ceph-mon[39702]: Deploying daemon agent.trial051 on trial051 2026-02-21T11:10:52.999 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:52 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/3992972932' entity='client.admin' 2026-02-21T11:10:53.000 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:52 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/3196858157' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-21T11:10:53.000 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:10:52 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a[40002]: ignoring --setuser ceph since I am not root 2026-02-21T11:10:53.000 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:10:52 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a[40002]: ignoring --setgroup ceph since I am not root 2026-02-21T11:10:53.401 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout { 2026-02-21T11:10:53.402 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-02-21T11:10:53.402 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-21T11:10:53.402 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-21T11:10:53.402 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-21T11:10:53.402 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout } 2026-02-21T11:10:53.402 INFO:teuthology.orchestra.run.trial051.stdout:Waiting for the mgr to restart... 2026-02-21T11:10:53.402 INFO:teuthology.orchestra.run.trial051.stdout:Waiting for mgr epoch 9... 2026-02-21T11:10:54.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:53 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/3196858157' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-21T11:10:54.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:53 trial051 ceph-mon[39702]: mgrmap e9: a(active, since 8s) 2026-02-21T11:10:54.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:53 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/3934741423' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-21T11:10:54.215 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:10:53 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a[40002]: /lib64/python3.9/site-packages/scipy/__init__.py:73: UserWarning: NumPy was imported from a Python sub-interpreter but NumPy does not properly support sub-interpreters. This will likely work for most users but might cause hard to track down issues or subtle bugs. A common user of the rare sub-interpreter feature is wsgi which also allows single-interpreter mode. 2026-02-21T11:10:54.215 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:10:53 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a[40002]: Improvements in the case of bugs are welcome, but is not on the NumPy roadmap, and full support may require significant effort to achieve. 2026-02-21T11:10:54.215 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:10:53 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a[40002]: from numpy import show_config as show_numpy_config 2026-02-21T11:10:56.176 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:55 trial051 ceph-mon[39702]: Active manager daemon a restarted 2026-02-21T11:10:56.177 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:55 trial051 ceph-mon[39702]: Activating manager daemon a 2026-02-21T11:10:56.177 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:55 trial051 ceph-mon[39702]: osdmap e3: 0 total, 0 up, 0 in 2026-02-21T11:10:56.177 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:55 trial051 ceph-mon[39702]: mgrmap e10: a(active, starting, since 0.00259891s) 2026-02-21T11:10:56.177 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:55 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:10:56.177 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:55 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-21T11:10:56.177 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:55 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-21T11:10:56.177 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:55 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-21T11:10:56.177 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:55 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-21T11:10:56.178 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:55 trial051 ceph-mon[39702]: Manager daemon a is now available 2026-02-21T11:10:56.810 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout { 2026-02-21T11:10:56.810 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-02-21T11:10:56.810 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-21T11:10:56.810 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout } 2026-02-21T11:10:56.811 INFO:teuthology.orchestra.run.trial051.stdout:mgr epoch 9 is available 2026-02-21T11:10:56.811 INFO:teuthology.orchestra.run.trial051.stdout:Using certmgr to generate dashboard self-signed certificate... 2026-02-21T11:10:56.963 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:56 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:10:56.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:56 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:10:56.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:56 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-21T11:10:56.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:56 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-21T11:10:56.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:56 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:10:56.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:56 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial051", "name": "osd_memory_target"} : dispatch 2026-02-21T11:10:56.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:56 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:10:56.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:56 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial051", "caps": []} : dispatch 2026-02-21T11:10:56.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:56 trial051 ceph-mon[39702]: mgrmap e11: a(active, since 1.00678s) 2026-02-21T11:10:57.471 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIFHzCCAwegAwIBAgIUVuOfrplV72IAVJ80l0KNkonALIcwDQYJKoZIhvcNAQEL\nBQAwPDE6MDgGA1UEAwwxY2VwaGFkbS1yb290LWU1ZDM5M2UxLTBmMTUtMTFmMS1i\nNTI5LWQ0MDRlNmU3ZDQ2MDAeFw0yNjAyMjExMTEwNTdaFw0yOTAyMjAxMTEwNTda\nMBcxFTATBgNVBAMMDDEwLjIwLjE5My41MTCCAiIwDQYJKoZIhvcNAQEBBQADggIP\nADCCAgoCggIBAK1vOG9MEqbAODu7ofrziB9R4j3+3dcdQZeY1lrrJc6gu6GRepl6\nSWOJE8QW66xpVFDbasEWtdh3NZiEHU+FgWtNxWCob3kfXkc0uVpWcukvx61AMkrR\nOYnADMR1x647pHolHV/7Yt1HW8+NE9zYxFbX7P/ONQKfVVm3tx24le9DDIDSHwPS\niIJDHTXsTpFXBdB/OQzEEcrveJL3nWdtNSXA5LZZX79OZqQWAE0hluaeBUvezYLO\nhWIUyHrH0jFvgkwo41iweNJXV/D02SoxkrCM0PKsBZSadK3hrb5KSgTlDPIcdpyf\naPna1ef6GX2VUiFjcXR7XjP9PbMV9htARCV2bktG9/fGK0aI2PEhQaIwP4sMkw+q\nqFYaZO+qoVyrw0ydM2rumxEfPLZueRHRTsOBzzCLfQCplGRmoSfLxiJBzPqPJAvq\naeaBlYjEfYj70jjX7NAftHzA7usVR9omryZXfCVz/2vpFRJO57XsRL4QsRO18P/3\nE/P1xWVXMAJRea9T6tigwMKtj2zOv005cKwqn/Avnt3D1W/eJO7oAZhtW39y3RLo\n1WaiGk5+oD0nwrvmqX4ihSSOIRLGOzHTKnWUkJ8SBKFWj8z6hV1+og2uO2O/ks8W\nBJ2V1wS77+5+PJfqUHDWDZxm7WgqDpyNreXrSzk4fqXJUH0gjV4YZgoxAgMBAAGj\nPjA8MCwGA1UdEQQlMCOCCHRyaWFsMDUxghFkYXNoYm9hcmRfc2VydmVyc4cEChTB\nMzAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQB6aZWp5t9/hdp8zUtR\nxCPcoRAKFSqzqPZD/Yu0guxa9+dl4Vn68p4fLn57kPiF9dTy3Frjz8XWc7vH/xp+\nJ7fl19RG8MnI6SymH2bP1Xbji+6DFhj1LJZhUmEyBbZZG/+ZgWFVz04hoTpYAec1\ncpwr9M2UoRCr3wB73Q02hINJ3H7n5J5phywFFNPn72x6s2jVaG4soRURCLRm/aGB\n5tUoiPtcFnM8cnEXZGAGtqrRhzyV/Hz9djRINXPCvA+wLkFpc/suJnLtVgXwZkgo\nhPxg0a/aySf9pTE4nG/tAg/XlErdHRB7wHO8eRVp/R5M0DVi9/dLCv+Y+zaIOH+6\nMLs0yUdOnDvkRlJERbLZfK3G+ozzldm5qiVTlD9hL+UtvLa8XOgIRc8JJZrdEMVa\ncHxCdFANEaMpXG+W9yvaDkbpDsDrCC8YSqk07JThJ9Gn4o7oZRrEnsyNyRu17NX7\nLe+GL/zeN+pdgAzm/xeAVkQ0iY04kBztPraKUGrZCqWahU62xbUlsyVJma4yXhDI\n9eW2eoqiaiRYZ8HdFioq3baW9Ob3ZPZShIYF2XjDlnFAzC8rYO5or2G15JzdflrT\nsGg03EqwMDL9f2fH5VOJe2UTyXPWOEGdlblC1TSkpTZfGLR+e0Hk+m3uOzYfT0dk\nUPqQ74YE2frkspF1FPGskp3Waw==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKAIBAAKCAgEArW84b0wSpsA4O7uh+vOIH1HiPf7d1x1Bl5jWWuslzqC7oZF6\nmXpJY4kTxBbrrGlUUNtqwRa12Hc1mIQdT4WBa03FYKhveR9eRzS5WlZy6S/HrUAy\nStE5icAMxHXHrjukeiUdX/ti3Udbz40T3NjEVtfs/841Ap9VWbe3HbiV70MMgNIf\nA9KIgkMdNexOkVcF0H85DMQRyu94kvedZ201JcDktllfv05mpBYATSGW5p4FS97N\ngs6FYhTIesfSMW+CTCjjWLB40ldX8PTZKjGSsIzQ8qwFlJp0reGtvkpKBOUM8hx2\nnJ9o+drV5/oZfZVSIWNxdHteM/09sxX2G0BEJXZuS0b398YrRojY8SFBojA/iwyT\nD6qoVhpk76qhXKvDTJ0zau6bER88tm55EdFOw4HPMIt9AKmUZGahJ8vGIkHM+o8k\nC+pp5oGViMR9iPvSONfs0B+0fMDu6xVH2iavJld8JXP/a+kVEk7ntexEvhCxE7Xw\n//cT8/XFZVcwAlF5r1Pq2KDAwq2PbM6/TTlwrCqf8C+e3cPVb94k7ugBmG1bf3Ld\nEujVZqIaTn6gPSfCu+apfiKFJI4hEsY7MdMqdZSQnxIEoVaPzPqFXX6iDa47Y7+S\nzxYEnZXXBLvv7n48l+pQcNYNnGbtaCoOnI2t5etLOTh+pclQfSCNXhhmCjECAwEA\nAQKCAgAbOcpyLk7/Pk2Vku7qpjBIOmJ5uPi6PC1/zs5Xl3Jn7XOG+X91eGzs4yfn\nMHHurto9lzQ6+4WwZYZUWuj/AsY+QgcqFUbqjLIQG4a9V7TSRl3iJKHAfPe7WBqo\n/JRMFbDMO+dQmfX7JqiS/GKR2LV5rIvX3FcWAk0zuFNWpxNia/QahOG5h+NGD6MW\nQ/JRfoe7Iz2hc2YXpWAYMibThaFCO/WranxNW9FhENMbSJqXuVa7gk5gqmrl6r1O\nCPBGMmsR6ZlG4u0UmAGGIem1ZfLRJEnoznhRy61lXngX1zGncw2FNFKqY5vnHSNX\nNzupKzepZiL5ViSDpM16v4fS31PTC4xGEGqaHNIEg38em84oy9iEEAV1OEzHRQ6F\nO1aNszX+huy+AV9tyNwdSsSCWjU7zIf8HLjCxJ3dVTapFAAgtduQkQez4T0xE2Yh\n288WhnN7IOhOfJqOeioIiBNer7pbjB8ZInLSFV1cQW/QZlvmd1lDN8P+L6cqTP1q\nI4m6hNZDjM/4f4a4KWD6IDBCjAEmmrmYwAnJds9onxces+EidYTd8OGnqpQEDo5a\nzFjgfGGB67yWZtxsol5me2uP3KORuKRuRGLnRXB8iJCWJuor/rJ3NJSh7GvYcIge\npTtwnD3ihrKZQJLeDJV8YQO0NWjspl5Q0XJZVpYXQnlPqDySwQKCAQEA08CXZIir\n9fPjk67QveKfKGoW3T4xBwVHWlqzSVY1HkhXLvork6eHxk/tcoWSxovhGmV00AHJ\nu3DwoQ4hU4KHUGuL75wwnG7nRBL4zt3gNGv+PdXvtn7Dge9MAtMP2ikl1XP6tF59\n8R7YqPlUdzPy9EYAE8OdnN07zVWlS85/Zx2FGtftamkRMn1vrye6vlJVYDbUGb/X\ntL33QTMfcadv4xnqDbhL2PTJsyUU/J3uVZj4FQ07NIbs/DgJBnOnFo9+/jCFBqEs\nFkOWiolIRU7wi7YvXv+jnwwk1LAFzzcgtq+zKNAQxd4Yf8lfFVt8ZfAI3+CucvP9\nL8FKLPwmp57QXwKCAQEA0azdxVq6tT1TSxIvpL7Y+kO9OqP3xwVoSNqaGCRPhWz7\nFMLhC2Nu3UHVJ7N36FU/hfmkhgKXvfLU1v4qb0asT9S7JkrR7M8lDFw17tTzfX7f\nt90pi59Z+YLwPSiUE12CiVTgQlEwpsGhl0xLaATtqvT3VyYR1rJKkVoS1SNzbIfA\nPil683m90gi+lmAp3V2Tzsj5NUK4AodcYgb3Zm5OMnwF7ITpyxuSHqyIEnCrdI1X\nMmTeHbLiAFEg/qI8Ga7pJSb/Jm62vFKIoDsFHKamRTI+85b9QUcuZMV5N7fct6mX\nAXk1yDhO9vpoErT8fpsssF5rUzLNAXyKU+bDJZ/vbwKCAQBG9BnGjiVQ3NA9BC7d\n8bnzCNlweQ5kk9g85nd8824JH6RXEWzYpSJRySZ/YVK1RNnAxo5FxNOcA1QeI2X3\nXZ2JzP+u4l9Hi8HihZjpeF9QMX+XqMASHpfUSiLmL2L4byFGTP6MwbzhtrxSonkz\nGC0ovOv5s2p0zYzkWPZyWFdIbhPT0tay+VHR4UYzItToQR5qhvS7TBUzcxQOvNqk\ncr6DEoPi5QZFRIDxjlNh8mmSNRertitIho2SVhRwHQC4Bo0/D3MDra3gJ/Whpi6Z\nSsI/jmSBKJfjC2ar/e90Z7yGeolF+7IjGzCKYSeDOIyOe8f9fIP38Nm9zr7UJAmv\n0P9xAoIBAQCc0NQAgW34lQgRsmVNqqru6fDBxdZP1Dx9mHj9K1MKMErM6T+U2+YT\ntuPr0G8SpYdf9SjWTWQd3VrP/MHR/aJsBmd+KSE+ImLMDr8Lg9sj9druUYt78E9D\nrGlu5EVzAlHZ0k/zaXOglFr9pEMVZfI3FQVT+ZYH48qfUSWaoOv3tMPT+gQJyvhr\n+LxKDVviQtWEJ40zB1ZGFeTDMACibEcxvM5VacbNcC5loJYYbInfHsKjXws8XQho\nQkUSDFY0wzt93N+hZ9ZlnLiwVdPp7L2YLQ8l8bwxsUICfiq9wFZkSoM0x+mweGSe\nlQN3UkMxkW7n7YYJcIog3Xs7avBy2F4jAoIBAHBANzLpOqgBqN0NdovF+37MptXK\ndXzMK5z5+C7eD7SnpTzn1gJB1Km8naIuv3ghkOInyUb+yMZchp/d+k4g8aS8ZjrL\nZNVjelfVgfTamM1RSOT9kbA+ppV5CskZDj1xD24LwaVOdy2zI1z9Myxd9rd8kdA0\nvLTKUlM2sbeopsjvoGlLGB4oXzYHwSpR8wkb+4MfhDhdq6Gk9HzJe+51Y2fKD9N/\nMvNYYAxS7u5Y0BQ1e3NxzuPGl1l86giMbitCLN1pFdwyTPtNSvkGOxkNig7mejrW\nfPMsHl8QAnW2OMHUul/I6iZ0idOYj0N6d171Kcp/Awj6TCW7fvCrFMbxSHA=\n-----END RSA PRIVATE KEY-----\n"} 2026-02-21T11:10:57.828 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout SSL certificate updated 2026-02-21T11:10:57.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:57 trial051 ceph-mon[39702]: [21/Feb/2026:11:10:56] ENGINE Bus STARTING 2026-02-21T11:10:57.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:57 trial051 ceph-mon[39702]: [21/Feb/2026:11:10:56] ENGINE Serving on http://10.20.193.51:8765 2026-02-21T11:10:57.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:57 trial051 ceph-mon[39702]: [21/Feb/2026:11:10:56] ENGINE Serving on https://10.20.193.51:7150 2026-02-21T11:10:57.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:57 trial051 ceph-mon[39702]: [21/Feb/2026:11:10:56] ENGINE Bus STARTED 2026-02-21T11:10:57.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:57 trial051 ceph-mon[39702]: [21/Feb/2026:11:10:56] ENGINE Client ('10.20.193.51', 45270) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-21T11:10:57.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:57 trial051 ceph-mon[39702]: Deploying daemon agent.trial051 on trial051 2026-02-21T11:10:57.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:57 trial051 ceph-mon[39702]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-21T11:10:57.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:57 trial051 ceph-mon[39702]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-21T11:10:57.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:57 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:10:58.189 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2026-02-21T11:10:58.189 INFO:teuthology.orchestra.run.trial051.stdout:Creating initial admin user... 2026-02-21T11:10:58.741 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$yBGKnchCKjVZe.PlUKcYk.pugDHdB7V.4qPpU0gC2.HwrNZwBX27u", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1771672258, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-02-21T11:10:58.741 INFO:teuthology.orchestra.run.trial051.stdout:Fetching dashboard port number... 2026-02-21T11:10:59.086 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stdout 8443 2026-02-21T11:10:59.094 INFO:teuthology.orchestra.run.trial051.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-21T11:10:59.094 INFO:teuthology.orchestra.run.trial051.stdout:systemctl: stdout disabled 2026-02-21T11:10:59.100 INFO:teuthology.orchestra.run.trial051.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-21T11:10:59.100 INFO:teuthology.orchestra.run.trial051.stdout:systemctl: stdout inactive 2026-02-21T11:10:59.100 INFO:teuthology.orchestra.run.trial051.stdout:firewalld.service is not enabled 2026-02-21T11:10:59.100 INFO:teuthology.orchestra.run.trial051.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-02-21T11:10:59.101 INFO:teuthology.orchestra.run.trial051.stdout:Ceph Dashboard is now available at: 2026-02-21T11:10:59.101 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:59.101 INFO:teuthology.orchestra.run.trial051.stdout: URL: https://trial051:8443/ 2026-02-21T11:10:59.101 INFO:teuthology.orchestra.run.trial051.stdout: User: admin 2026-02-21T11:10:59.101 INFO:teuthology.orchestra.run.trial051.stdout: Password: 9n40i9lm5a 2026-02-21T11:10:59.101 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:59.102 INFO:teuthology.orchestra.run.trial051.stdout:Saving cluster configuration to /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/config directory 2026-02-21T11:10:59.125 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:58 trial051 ceph-mon[39702]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:10:59.126 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:58 trial051 ceph-mon[39702]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:10:59.126 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:58 trial051 ceph-mon[39702]: mgrmap e12: a(active, since 2s) 2026-02-21T11:10:59.126 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:58 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:10:59.126 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:58 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:10:59.508 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-02-21T11:10:59.508 INFO:teuthology.orchestra.run.trial051.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-02-21T11:10:59.508 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:59.508 INFO:teuthology.orchestra.run.trial051.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-02-21T11:10:59.508 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:59.508 INFO:teuthology.orchestra.run.trial051.stdout:Or, if you are only running a single cluster on this host: 2026-02-21T11:10:59.509 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:59.509 INFO:teuthology.orchestra.run.trial051.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-02-21T11:10:59.509 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:59.509 INFO:teuthology.orchestra.run.trial051.stdout:Please consider enabling telemetry to help improve Ceph: 2026-02-21T11:10:59.509 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:59.509 INFO:teuthology.orchestra.run.trial051.stdout: ceph telemetry on 2026-02-21T11:10:59.509 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:59.509 INFO:teuthology.orchestra.run.trial051.stdout:For more information see: 2026-02-21T11:10:59.509 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:59.509 INFO:teuthology.orchestra.run.trial051.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-02-21T11:10:59.509 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:10:59.510 INFO:teuthology.orchestra.run.trial051.stdout:Bootstrap complete. 2026-02-21T11:10:59.515 INFO:teuthology.orchestra.run.trial051.stdout:systemctl: stdout static 2026-02-21T11:10:59.521 INFO:teuthology.orchestra.run.trial051.stdout:Non-zero exit code 3 from systemctl is-active logrotate 2026-02-21T11:10:59.522 INFO:teuthology.orchestra.run.trial051.stdout:systemctl: stdout inactive 2026-02-21T11:10:59.522 INFO:teuthology.orchestra.run.trial051.stdout:Enabling the logrotate.timer service to perform daily log rotation. 2026-02-21T11:10:59.668 INFO:tasks.cephadm:Fetching config... 2026-02-21T11:10:59.669 DEBUG:teuthology.orchestra.run.trial051:> set -ex 2026-02-21T11:10:59.669 DEBUG:teuthology.orchestra.run.trial051:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-02-21T11:10:59.685 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-02-21T11:10:59.686 DEBUG:teuthology.orchestra.run.trial051:> set -ex 2026-02-21T11:10:59.686 DEBUG:teuthology.orchestra.run.trial051:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-02-21T11:10:59.745 INFO:tasks.cephadm:Fetching mon keyring... 2026-02-21T11:10:59.745 DEBUG:teuthology.orchestra.run.trial051:> set -ex 2026-02-21T11:10:59.745 DEBUG:teuthology.orchestra.run.trial051:> sudo dd if=/var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/keyring of=/dev/stdout 2026-02-21T11:10:59.928 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:59 trial051 ceph-mon[39702]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:10:59.928 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:59 trial051 ceph-mon[39702]: from='client.14170 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:10:59.928 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:59 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/3431737604' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-21T11:10:59.928 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:10:59 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/217186882' entity='client.admin' 2026-02-21T11:10:59.933 INFO:tasks.cephadm:Fetching pub ssh key... 2026-02-21T11:10:59.934 DEBUG:teuthology.orchestra.run.trial051:> set -ex 2026-02-21T11:10:59.934 DEBUG:teuthology.orchestra.run.trial051:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-02-21T11:10:59.990 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-02-21T11:10:59.990 DEBUG:teuthology.orchestra.run.trial051:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBAK/7F+QZG2etg3OQEL+mUqSsXPjTW0EIutejLNjbTk ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-21T11:11:00.156 INFO:teuthology.orchestra.run.trial051.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBAK/7F+QZG2etg3OQEL+mUqSsXPjTW0EIutejLNjbTk ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:11:00.302 DEBUG:teuthology.orchestra.run.trial144:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBAK/7F+QZG2etg3OQEL+mUqSsXPjTW0EIutejLNjbTk ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-21T11:11:00.337 INFO:teuthology.orchestra.run.trial144.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBAK/7F+QZG2etg3OQEL+mUqSsXPjTW0EIutejLNjbTk ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:11:00.349 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-02-21T11:11:00.468 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:00.862 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-02-21T11:11:00.863 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-02-21T11:11:00.987 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:01.040 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:00 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:01.040 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:00 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:01.041 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:00 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:01.041 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:00 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:01.041 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:00 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:01.041 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:00 trial051 ceph-mon[39702]: Certificate for "cephadm-signed_agent_cert (trial051)" is still valid for 1824 days. 2026-02-21T11:11:01.041 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:00 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:01.041 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:00 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:01.041 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:00 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:01.041 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:00 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/611315616' entity='client.admin' 2026-02-21T11:11:01.041 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:00 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:01.041 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:00 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:01.041 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:00 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:01.041 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:00 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:01.042 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:00 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:01.379 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial144 2026-02-21T11:11:01.379 DEBUG:teuthology.orchestra.run.trial144:> set -ex 2026-02-21T11:11:01.379 DEBUG:teuthology.orchestra.run.trial144:> dd of=/etc/ceph/ceph.conf 2026-02-21T11:11:01.396 DEBUG:teuthology.orchestra.run.trial144:> set -ex 2026-02-21T11:11:01.397 DEBUG:teuthology.orchestra.run.trial144:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-21T11:11:01.455 INFO:tasks.cephadm:Adding host trial144 to orchestrator... 2026-02-21T11:11:01.455 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph orch host add trial144 2026-02-21T11:11:01.576 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:02.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:02 trial051 ceph-mon[39702]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:11:02.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:02 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:02.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:02 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:02.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:02 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:02.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:02 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:02.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:02 trial051 ceph-mon[39702]: Updating trial051:/etc/ceph/ceph.conf 2026-02-21T11:11:02.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:02 trial051 ceph-mon[39702]: Updating trial051:/var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/config/ceph.conf 2026-02-21T11:11:02.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:02 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:02.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:02 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:02.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:02 trial051 ceph-mon[39702]: Updating trial051:/etc/ceph/ceph.client.admin.keyring 2026-02-21T11:11:02.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:02 trial051 ceph-mon[39702]: Updating trial051:/var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T11:11:02.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:02 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:02.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:02 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:02.716 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:02 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:02.716 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:02 trial051 ceph-mon[39702]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial144", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:11:03.470 INFO:teuthology.orchestra.run.trial051.stdout:Added host 'trial144' with addr '10.20.193.144' 2026-02-21T11:11:03.616 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-21T11:11:03.734 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:03.756 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:03 trial051 ceph-mon[39702]: Deploying cephadm binary to trial144 2026-02-21T11:11:03.756 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:03 trial051 ceph-mon[39702]: mgrmap e13: a(active, since 6s) 2026-02-21T11:11:03.756 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:03 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:03.756 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:03 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:03.972 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:11:03.972 INFO:teuthology.orchestra.run.trial051.stdout:[{"addr": "10.20.193.51", "hostname": "trial051", "labels": [], "status": ""}, {"addr": "10.20.193.144", "hostname": "trial144", "labels": [], "status": ""}] 2026-02-21T11:11:04.112 INFO:tasks.cephadm:Setting crush tunables to default 2026-02-21T11:11:04.112 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph osd crush tunables default 2026-02-21T11:11:04.229 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:04.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:04 trial051 ceph-mon[39702]: Added host trial144 2026-02-21T11:11:04.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:04 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:04.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:04 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:04.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:04 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:04.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:04 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial144", "name": "osd_memory_target"} : dispatch 2026-02-21T11:11:04.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:04 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:04.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:04 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:04.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:04 trial051 ceph-mon[39702]: Updating trial144:/etc/ceph/ceph.conf 2026-02-21T11:11:04.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:04 trial051 ceph-mon[39702]: Updating trial144:/var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/config/ceph.conf 2026-02-21T11:11:04.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:04 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:04.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:04 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:04.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:04 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/2220698655' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-21T11:11:05.238 INFO:teuthology.orchestra.run.trial051.stderr:adjusted tunables profile to default 2026-02-21T11:11:05.382 INFO:tasks.cephadm:Adding mon.a on trial051 2026-02-21T11:11:05.382 INFO:tasks.cephadm:Adding mon.b on trial144 2026-02-21T11:11:05.382 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph orch apply mon '2;trial051:10.20.193.51=a;trial144:10.20.193.144=b' 2026-02-21T11:11:05.511 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/config/ceph.conf 2026-02-21T11:11:05.802 INFO:teuthology.orchestra.run.trial144.stdout:Scheduled mon update... 2026-02-21T11:11:05.944 DEBUG:teuthology.orchestra.run.trial144:mon.b> sudo journalctl -f -n 0 -u ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mon.b.service 2026-02-21T11:11:05.946 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-21T11:11:05.947 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph mon dump -f json 2026-02-21T11:11:06.102 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/config/ceph.conf 2026-02-21T11:11:06.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:05 trial051 ceph-mon[39702]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:11:06.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:05 trial051 ceph-mon[39702]: Updating trial144:/etc/ceph/ceph.client.admin.keyring 2026-02-21T11:11:06.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:05 trial051 ceph-mon[39702]: Updating trial144:/var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T11:11:06.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:05 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:06.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:05 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:06.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:05 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial144", "caps": []} : dispatch 2026-02-21T11:11:06.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:05 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial144", "caps": []}]': finished 2026-02-21T11:11:06.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:05 trial051 ceph-mon[39702]: Deploying daemon agent.trial144 on trial144 2026-02-21T11:11:06.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:05 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/2220698655' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-21T11:11:06.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:05 trial051 ceph-mon[39702]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T11:11:06.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:05 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:06.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:05 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:06.216 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:05 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:06.216 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:05 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:06.216 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:05 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:06.216 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:05 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:06.216 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:05 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:06.216 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:05 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:06.216 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:05 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:06.216 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:05 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:06.216 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:05 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:06.216 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:05 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:06.216 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:05 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:06.216 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:05 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:06.216 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:05 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:06.217 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:05 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:06.217 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:05 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:06.217 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:05 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:06.217 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:05 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:06.217 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:05 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T11:11:06.217 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:05 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:06.379 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:11:06.379 INFO:teuthology.orchestra.run.trial144.stdout:{"epoch":1,"fsid":"e5d393e1-0f15-11f1-b529-d404e6e7d460","modified":"2026-02-21T11:10:32.111412Z","created":"2026-02-21T11:10:32.111412Z","min_mon_release":20,"min_mon_release_name":"tentacle","election_strategy":1,"disallowed_leaders":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.51:3300","nonce":0},{"type":"v1","addr":"10.20.193.51:6789","nonce":0}]},"addr":"10.20.193.51:6789/0","public_addr":"10.20.193.51:6789/0","priority":0,"weight":0,"time_added":"2026-02-21T11:10:32:111425+0000","crush_location":[]}],"quorum":[0]} 2026-02-21T11:11:06.379 INFO:teuthology.orchestra.run.trial144.stderr:dumped monmap epoch 1 2026-02-21T11:11:07.213 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:06 trial051 ceph-mon[39702]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;trial051:10.20.193.51=a;trial144:10.20.193.144=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:11:07.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:06 trial051 ceph-mon[39702]: Saving service mon spec with placement trial051:10.20.193.51=a;trial144:10.20.193.144=b;count:2 2026-02-21T11:11:07.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:06 trial051 ceph-mon[39702]: Deploying daemon mon.b on trial144 2026-02-21T11:11:07.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:06 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:07.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:06 trial051 ceph-mon[39702]: from='client.? 10.20.193.144:0/1359038974' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T11:11:07.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:06 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:07.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:06 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:07.521 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-21T11:11:07.521 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph mon dump -f json 2026-02-21T11:11:07.647 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.b/config 2026-02-21T11:11:07.665 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 podman[40958]: 2026-02-21 11:11:07.627083225 +0000 UTC m=+0.017253976 container create a3e3b0471011c75d15695ffe367a23276dd8444296294d72b32bccd1481ef77e (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-b, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, io.buildah.version=1.41.3, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-21T11:11:08.034 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 podman[40958]: 2026-02-21 11:11:07.66598436 +0000 UTC m=+0.056155121 container init a3e3b0471011c75d15695ffe367a23276dd8444296294d72b32bccd1481ef77e (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-b, org.label-schema.build-date=20260216, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0) 2026-02-21T11:11:08.034 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 podman[40958]: 2026-02-21 11:11:07.66984675 +0000 UTC m=+0.060017511 container start a3e3b0471011c75d15695ffe367a23276dd8444296294d72b32bccd1481ef77e (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-b, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, OSD_FLAVOR=default, org.label-schema.build-date=20260216, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, org.opencontainers.image.authors=Ceph Release Team , ceph=True, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-21T11:11:08.034 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 bash[40958]: a3e3b0471011c75d15695ffe367a23276dd8444296294d72b32bccd1481ef77e 2026-02-21T11:11:08.034 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 podman[40958]: 2026-02-21 11:11:07.620476623 +0000 UTC m=+0.010647394 image pull 77cba4e143336d2488688524e08832c24c8a8edfadc62c111f72b69f4aabee82 quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa 2026-02-21T11:11:08.034 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 systemd[1]: Started Ceph mon.b for e5d393e1-0f15-11f1-b529-d404e6e7d460. 2026-02-21T11:11:08.035 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: set uid:gid to 167:167 (ceph:ceph) 2026-02-21T11:11:08.035 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: ceph version 20.3.0-5397-gf7273f30 (f7273f3049146bdd7fa7b4a400114872a50228e9) tentacle (dev - RelWithDebInfo), process ceph-mon, pid 7 2026-02-21T11:11:08.035 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: pidfile_write: ignore empty --pid-file 2026-02-21T11:11:08.035 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: load: jerasure load: lrc 2026-02-21T11:11:08.035 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: RocksDB version: 7.9.2 2026-02-21T11:11:08.035 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Git sha 0 2026-02-21T11:11:08.035 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Compile date 2026-02-20 20:32:24 2026-02-21T11:11:08.035 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: DB SUMMARY 2026-02-21T11:11:08.035 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: DB Session ID: NFZ23ILB1PE75B20VKCG 2026-02-21T11:11:08.035 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: CURRENT file: CURRENT 2026-02-21T11:11:08.035 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: IDENTITY file: IDENTITY 2026-02-21T11:11:08.036 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2026-02-21T11:11:08.036 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2026-02-21T11:11:08.036 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 519 ; 2026-02-21T11:11:08.036 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.error_if_exists: 0 2026-02-21T11:11:08.036 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.create_if_missing: 0 2026-02-21T11:11:08.036 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.paranoid_checks: 1 2026-02-21T11:11:08.036 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-21T11:11:08.036 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-21T11:11:08.036 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-21T11:11:08.036 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.env: 0xed6d60 2026-02-21T11:11:08.036 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.fs: PosixFileSystem 2026-02-21T11:11:08.036 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.info_log: 0x25e4e00 2026-02-21T11:11:08.037 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.max_file_opening_threads: 16 2026-02-21T11:11:08.037 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.statistics: (nil) 2026-02-21T11:11:08.037 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.use_fsync: 0 2026-02-21T11:11:08.037 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.max_log_file_size: 0 2026-02-21T11:11:08.037 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-21T11:11:08.037 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-21T11:11:08.037 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.keep_log_file_num: 1000 2026-02-21T11:11:08.037 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.recycle_log_file_num: 0 2026-02-21T11:11:08.037 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.allow_fallocate: 1 2026-02-21T11:11:08.037 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.allow_mmap_reads: 0 2026-02-21T11:11:08.037 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.allow_mmap_writes: 0 2026-02-21T11:11:08.037 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.use_direct_reads: 0 2026-02-21T11:11:08.038 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-21T11:11:08.038 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.create_missing_column_families: 0 2026-02-21T11:11:08.038 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.db_log_dir: 2026-02-21T11:11:08.038 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.wal_dir: 2026-02-21T11:11:08.038 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-21T11:11:08.038 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-21T11:11:08.038 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-21T11:11:08.038 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-21T11:11:08.038 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-21T11:11:08.038 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-21T11:11:08.038 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.advise_random_on_open: 1 2026-02-21T11:11:08.038 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.db_write_buffer_size: 0 2026-02-21T11:11:08.038 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.write_buffer_manager: 0x25e0140 2026-02-21T11:11:08.039 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-21T11:11:08.039 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-21T11:11:08.039 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-21T11:11:08.039 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.rate_limiter: (nil) 2026-02-21T11:11:08.039 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-21T11:11:08.039 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.wal_recovery_mode: 2 2026-02-21T11:11:08.039 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.enable_thread_tracking: 0 2026-02-21T11:11:08.039 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.enable_pipelined_write: 0 2026-02-21T11:11:08.039 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.unordered_write: 0 2026-02-21T11:11:08.039 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-21T11:11:08.039 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-21T11:11:08.039 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-21T11:11:08.040 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-21T11:11:08.040 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.row_cache: None 2026-02-21T11:11:08.040 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.wal_filter: None 2026-02-21T11:11:08.040 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-21T11:11:08.040 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.allow_ingest_behind: 0 2026-02-21T11:11:08.040 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.two_write_queues: 0 2026-02-21T11:11:08.040 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.manual_wal_flush: 0 2026-02-21T11:11:08.040 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.wal_compression: 0 2026-02-21T11:11:08.040 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.atomic_flush: 0 2026-02-21T11:11:08.040 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-21T11:11:08.040 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-21T11:11:08.040 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-21T11:11:08.040 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.log_readahead_size: 0 2026-02-21T11:11:08.041 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-21T11:11:08.041 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.best_efforts_recovery: 0 2026-02-21T11:11:08.041 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-21T11:11:08.041 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-21T11:11:08.041 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.allow_data_in_errors: 0 2026-02-21T11:11:08.041 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.db_host_id: __hostname__ 2026-02-21T11:11:08.041 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-21T11:11:08.041 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.max_background_jobs: 2 2026-02-21T11:11:08.041 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.max_background_compactions: -1 2026-02-21T11:11:08.041 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.max_subcompactions: 1 2026-02-21T11:11:08.041 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-21T11:11:08.041 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-21T11:11:08.041 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-21T11:11:08.041 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.max_total_wal_size: 0 2026-02-21T11:11:08.042 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-21T11:11:08.042 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-21T11:11:08.042 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-21T11:11:08.042 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-21T11:11:08.042 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.max_open_files: -1 2026-02-21T11:11:08.042 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.bytes_per_sync: 0 2026-02-21T11:11:08.042 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-21T11:11:08.042 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-21T11:11:08.042 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.compaction_readahead_size: 0 2026-02-21T11:11:08.042 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.max_background_flushes: -1 2026-02-21T11:11:08.042 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Compression algorithms supported: 2026-02-21T11:11:08.042 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: kZSTD supported: 0 2026-02-21T11:11:08.042 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: kXpressCompression supported: 0 2026-02-21T11:11:08.042 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: kBZip2Compression supported: 0 2026-02-21T11:11:08.042 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-21T11:11:08.043 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: kLZ4Compression supported: 1 2026-02-21T11:11:08.043 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: kZlibCompression supported: 1 2026-02-21T11:11:08.043 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: kLZ4HCCompression supported: 1 2026-02-21T11:11:08.043 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: kSnappyCompression supported: 1 2026-02-21T11:11:08.043 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-21T11:11:08.043 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-21T11:11:08.043 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2026-02-21T11:11:08.043 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-21T11:11:08.043 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-21T11:11:08.043 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.merge_operator: 2026-02-21T11:11:08.043 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.compaction_filter: None 2026-02-21T11:11:08.043 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.compaction_filter_factory: None 2026-02-21T11:11:08.043 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.sst_partitioner_factory: None 2026-02-21T11:11:08.043 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-21T11:11:08.044 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-21T11:11:08.044 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x25e5540) 2026-02-21T11:11:08.044 INFO:journalctl@ceph.mon.b.trial144.stdout: cache_index_and_filter_blocks: 1 2026-02-21T11:11:08.044 INFO:journalctl@ceph.mon.b.trial144.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-21T11:11:08.044 INFO:journalctl@ceph.mon.b.trial144.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-21T11:11:08.044 INFO:journalctl@ceph.mon.b.trial144.stdout: pin_top_level_index_and_filter: 1 2026-02-21T11:11:08.044 INFO:journalctl@ceph.mon.b.trial144.stdout: index_type: 0 2026-02-21T11:11:08.044 INFO:journalctl@ceph.mon.b.trial144.stdout: data_block_index_type: 0 2026-02-21T11:11:08.044 INFO:journalctl@ceph.mon.b.trial144.stdout: index_shortening: 1 2026-02-21T11:11:08.045 INFO:journalctl@ceph.mon.b.trial144.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-21T11:11:08.045 INFO:journalctl@ceph.mon.b.trial144.stdout: checksum: 4 2026-02-21T11:11:08.045 INFO:journalctl@ceph.mon.b.trial144.stdout: no_block_cache: 0 2026-02-21T11:11:08.045 INFO:journalctl@ceph.mon.b.trial144.stdout: block_cache: 0x25b3a50 2026-02-21T11:11:08.045 INFO:journalctl@ceph.mon.b.trial144.stdout: block_cache_name: BinnedLRUCache 2026-02-21T11:11:08.045 INFO:journalctl@ceph.mon.b.trial144.stdout: block_cache_options: 2026-02-21T11:11:08.045 INFO:journalctl@ceph.mon.b.trial144.stdout: capacity : 536870912 2026-02-21T11:11:08.045 INFO:journalctl@ceph.mon.b.trial144.stdout: num_shard_bits : 4 2026-02-21T11:11:08.046 INFO:journalctl@ceph.mon.b.trial144.stdout: strict_capacity_limit : 0 2026-02-21T11:11:08.046 INFO:journalctl@ceph.mon.b.trial144.stdout: high_pri_pool_ratio: 0.000 2026-02-21T11:11:08.046 INFO:journalctl@ceph.mon.b.trial144.stdout: block_cache_compressed: (nil) 2026-02-21T11:11:08.046 INFO:journalctl@ceph.mon.b.trial144.stdout: persistent_cache: (nil) 2026-02-21T11:11:08.046 INFO:journalctl@ceph.mon.b.trial144.stdout: block_size: 4096 2026-02-21T11:11:08.046 INFO:journalctl@ceph.mon.b.trial144.stdout: block_size_deviation: 10 2026-02-21T11:11:08.046 INFO:journalctl@ceph.mon.b.trial144.stdout: block_restart_interval: 16 2026-02-21T11:11:08.046 INFO:journalctl@ceph.mon.b.trial144.stdout: index_block_restart_interval: 1 2026-02-21T11:11:08.046 INFO:journalctl@ceph.mon.b.trial144.stdout: metadata_block_size: 4096 2026-02-21T11:11:08.047 INFO:journalctl@ceph.mon.b.trial144.stdout: partition_filters: 0 2026-02-21T11:11:08.047 INFO:journalctl@ceph.mon.b.trial144.stdout: use_delta_encoding: 1 2026-02-21T11:11:08.047 INFO:journalctl@ceph.mon.b.trial144.stdout: filter_policy: bloomfilter 2026-02-21T11:11:08.047 INFO:journalctl@ceph.mon.b.trial144.stdout: whole_key_filtering: 1 2026-02-21T11:11:08.047 INFO:journalctl@ceph.mon.b.trial144.stdout: verify_compression: 0 2026-02-21T11:11:08.047 INFO:journalctl@ceph.mon.b.trial144.stdout: read_amp_bytes_per_bit: 0 2026-02-21T11:11:08.047 INFO:journalctl@ceph.mon.b.trial144.stdout: format_version: 5 2026-02-21T11:11:08.047 INFO:journalctl@ceph.mon.b.trial144.stdout: enable_index_compression: 1 2026-02-21T11:11:08.048 INFO:journalctl@ceph.mon.b.trial144.stdout: block_align: 0 2026-02-21T11:11:08.048 INFO:journalctl@ceph.mon.b.trial144.stdout: max_auto_readahead_size: 262144 2026-02-21T11:11:08.048 INFO:journalctl@ceph.mon.b.trial144.stdout: prepopulate_block_cache: 0 2026-02-21T11:11:08.048 INFO:journalctl@ceph.mon.b.trial144.stdout: initial_auto_readahead_size: 8192 2026-02-21T11:11:08.048 INFO:journalctl@ceph.mon.b.trial144.stdout: num_file_reads_for_auto_readahead: 2 2026-02-21T11:11:08.048 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.write_buffer_size: 33554432 2026-02-21T11:11:08.048 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.max_write_buffer_number: 2 2026-02-21T11:11:08.048 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.compression: NoCompression 2026-02-21T11:11:08.048 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.bottommost_compression: Disabled 2026-02-21T11:11:08.049 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.prefix_extractor: nullptr 2026-02-21T11:11:08.049 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-21T11:11:08.049 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.num_levels: 7 2026-02-21T11:11:08.049 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-21T11:11:08.049 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-21T11:11:08.049 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-21T11:11:08.049 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-21T11:11:08.049 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-21T11:11:08.049 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-21T11:11:08.049 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-21T11:11:08.050 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-21T11:11:08.050 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-21T11:11:08.050 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-21T11:11:08.050 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-21T11:11:08.050 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-21T11:11:08.050 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-21T11:11:08.050 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.compression_opts.level: 32767 2026-02-21T11:11:08.050 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.compression_opts.strategy: 0 2026-02-21T11:11:08.050 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-21T11:11:08.051 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-21T11:11:08.051 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-21T11:11:08.051 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-21T11:11:08.051 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.compression_opts.enabled: false 2026-02-21T11:11:08.051 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-21T11:11:08.051 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-21T11:11:08.051 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-21T11:11:08.051 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-21T11:11:08.051 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.target_file_size_base: 67108864 2026-02-21T11:11:08.052 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-21T11:11:08.052 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-21T11:11:08.052 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-21T11:11:08.052 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-21T11:11:08.052 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-21T11:11:08.052 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-21T11:11:08.052 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-21T11:11:08.052 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-21T11:11:08.052 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-21T11:11:08.053 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-21T11:11:08.053 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-21T11:11:08.053 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-21T11:11:08.053 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-21T11:11:08.053 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-21T11:11:08.053 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.arena_block_size: 1048576 2026-02-21T11:11:08.053 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-21T11:11:08.053 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-21T11:11:08.053 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.disable_auto_compactions: 0 2026-02-21T11:11:08.053 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-21T11:11:08.053 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-21T11:11:08.053 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-21T11:11:08.054 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-21T11:11:08.054 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-21T11:11:08.054 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-21T11:11:08.054 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-21T11:11:08.054 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-21T11:11:08.054 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-21T11:11:08.054 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-21T11:11:08.054 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-21T11:11:08.054 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.inplace_update_support: 0 2026-02-21T11:11:08.054 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-21T11:11:08.055 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-21T11:11:08.055 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-21T11:11:08.055 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-21T11:11:08.055 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.bloom_locality: 0 2026-02-21T11:11:08.055 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.max_successive_merges: 0 2026-02-21T11:11:08.055 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-21T11:11:08.055 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.paranoid_file_checks: 0 2026-02-21T11:11:08.055 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.force_consistency_checks: 1 2026-02-21T11:11:08.055 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.report_bg_io_stats: 0 2026-02-21T11:11:08.055 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.ttl: 2592000 2026-02-21T11:11:08.056 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-21T11:11:08.056 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-21T11:11:08.056 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-21T11:11:08.056 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.enable_blob_files: false 2026-02-21T11:11:08.056 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.min_blob_size: 0 2026-02-21T11:11:08.056 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.blob_file_size: 268435456 2026-02-21T11:11:08.056 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-21T11:11:08.056 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-21T11:11:08.056 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-21T11:11:08.056 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-21T11:11:08.056 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-21T11:11:08.057 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.blob_file_starting_level: 0 2026-02-21T11:11:08.057 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-21T11:11:08.057 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2026-02-21T11:11:08.057 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2026-02-21T11:11:08.057 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: fff1b670-6b9a-45b0-b7cb-380e155e3351 2026-02-21T11:11:08.057 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771672267686926, "job": 1, "event": "recovery_started", "wal_files": [4]} 2026-02-21T11:11:08.057 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2026-02-21T11:11:08.057 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771672267687234, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1655, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 531, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 409, "raw_average_value_size": 81, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1771672267, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "fff1b670-6b9a-45b0-b7cb-380e155e3351", "db_session_id": "NFZ23ILB1PE75B20VKCG", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2026-02-21T11:11:08.057 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771672267687285, "job": 1, "event": "recovery_finished"} 2026-02-21T11:11:08.057 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2026-02-21T11:11:08.058 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2026-02-21T11:11:08.058 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x2600e00 2026-02-21T11:11:08.058 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: DB pointer 0x33f2000 2026-02-21T11:11:08.058 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: mon.b does not exist in monmap, will attempt to join an existing cluster 2026-02-21T11:11:08.058 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-21T11:11:08.058 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-21T11:11:08.058 INFO:journalctl@ceph.mon.b.trial144.stdout: ** DB Stats ** 2026-02-21T11:11:08.058 INFO:journalctl@ceph.mon.b.trial144.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-21T11:11:08.058 INFO:journalctl@ceph.mon.b.trial144.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2026-02-21T11:11:08.058 INFO:journalctl@ceph.mon.b.trial144.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-21T11:11:08.059 INFO:journalctl@ceph.mon.b.trial144.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-21T11:11:08.059 INFO:journalctl@ceph.mon.b.trial144.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2026-02-21T11:11:08.059 INFO:journalctl@ceph.mon.b.trial144.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-21T11:11:08.059 INFO:journalctl@ceph.mon.b.trial144.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-21T11:11:08.059 INFO:journalctl@ceph.mon.b.trial144.stdout: 2026-02-21T11:11:08.059 INFO:journalctl@ceph.mon.b.trial144.stdout: ** Compaction Stats [default] ** 2026-02-21T11:11:08.059 INFO:journalctl@ceph.mon.b.trial144.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) 2026-02-21T11:11:08.059 INFO:journalctl@ceph.mon.b.trial144.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-21T11:11:08.059 INFO:journalctl@ceph.mon.b.trial144.stdout: L0 1/0 1.62 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-21T11:11:08.059 INFO:journalctl@ceph.mon.b.trial144.stdout: Sum 1/0 1.62 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-21T11:11:08.059 INFO:journalctl@ceph.mon.b.trial144.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 5.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-21T11:11:08.060 INFO:journalctl@ceph.mon.b.trial144.stdout: 2026-02-21T11:11:08.060 INFO:journalctl@ceph.mon.b.trial144.stdout: ** Compaction Stats [default] ** 2026-02-21T11:11:08.060 INFO:journalctl@ceph.mon.b.trial144.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) 2026-02-21T11:11:08.060 INFO:journalctl@ceph.mon.b.trial144.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-21T11:11:08.060 INFO:journalctl@ceph.mon.b.trial144.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 5.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-21T11:11:08.060 INFO:journalctl@ceph.mon.b.trial144.stdout: 2026-02-21T11:11:08.060 INFO:journalctl@ceph.mon.b.trial144.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-21T11:11:08.060 INFO:journalctl@ceph.mon.b.trial144.stdout: 2026-02-21T11:11:08.060 INFO:journalctl@ceph.mon.b.trial144.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-21T11:11:08.060 INFO:journalctl@ceph.mon.b.trial144.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-21T11:11:08.060 INFO:journalctl@ceph.mon.b.trial144.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-21T11:11:08.061 INFO:journalctl@ceph.mon.b.trial144.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-21T11:11:08.061 INFO:journalctl@ceph.mon.b.trial144.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-21T11:11:08.061 INFO:journalctl@ceph.mon.b.trial144.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-21T11:11:08.061 INFO:journalctl@ceph.mon.b.trial144.stdout: Cumulative compaction: 0.00 GB write, 0.79 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-21T11:11:08.061 INFO:journalctl@ceph.mon.b.trial144.stdout: Interval compaction: 0.00 GB write, 0.79 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-21T11:11:08.061 INFO:journalctl@ceph.mon.b.trial144.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 2026-02-21T11:11:08.061 INFO:journalctl@ceph.mon.b.trial144.stdout: Block cache BinnedLRUCache@0x25b3a50#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2026-02-21T11:11:08.061 INFO:journalctl@ceph.mon.b.trial144.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2026-02-21T11:11:08.061 INFO:journalctl@ceph.mon.b.trial144.stdout: 2026-02-21T11:11:08.061 INFO:journalctl@ceph.mon.b.trial144.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-21T11:11:08.061 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: using public_addr v2:10.20.193.144:0/0 -> [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] 2026-02-21T11:11:08.061 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: starting mon.b rank -1 at public addrs [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] at bind addrs [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:11:08.061 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: mon.b@-1(???) e0 preinit fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:11:08.062 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: mon.b@-1(synchronizing).mds e1 new map 2026-02-21T11:11:08.062 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: mon.b@-1(synchronizing).mds e1 print_map 2026-02-21T11:11:08.062 INFO:journalctl@ceph.mon.b.trial144.stdout: e1 2026-02-21T11:11:08.062 INFO:journalctl@ceph.mon.b.trial144.stdout: btime 2026-02-21T11:10:33:330506+0000 2026-02-21T11:11:08.062 INFO:journalctl@ceph.mon.b.trial144.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-21T11:11:08.062 INFO:journalctl@ceph.mon.b.trial144.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2026-02-21T11:11:08.062 INFO:journalctl@ceph.mon.b.trial144.stdout: legacy client fscid: -1 2026-02-21T11:11:08.062 INFO:journalctl@ceph.mon.b.trial144.stdout: 2026-02-21T11:11:08.062 INFO:journalctl@ceph.mon.b.trial144.stdout: No filesystems configured 2026-02-21T11:11:08.062 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2026-02-21T11:11:08.062 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2026-02-21T11:11:08.062 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2026-02-21T11:11:08.062 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2026-02-21T11:11:08.063 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2026-02-21T11:11:08.063 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2026-02-21T11:11:08.063 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-21T11:11:08.063 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2026-02-21T11:11:08.063 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2026-02-21T11:11:08.063 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2026-02-21T11:11:08.063 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: mkfs e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:11:08.063 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-21T11:11:08.063 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-21T11:11:08.063 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: monmap epoch 1 2026-02-21T11:11:08.063 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:11:08.063 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: last_changed 2026-02-21T11:10:32.111412+0000 2026-02-21T11:11:08.063 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: created 2026-02-21T11:10:32.111412+0000 2026-02-21T11:11:08.063 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: min_mon_release 20 (tentacle) 2026-02-21T11:11:08.064 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: election_strategy: 1 2026-02-21T11:11:08.064 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: 0: [v2:10.20.193.51:3300/0,v1:10.20.193.51:6789/0] mon.a 2026-02-21T11:11:08.064 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: fsmap 2026-02-21T11:11:08.064 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: osdmap e1: 0 total, 0 up, 0 in 2026-02-21T11:11:08.064 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: mgrmap e1: no daemons active 2026-02-21T11:11:08.064 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/3365722762' entity='client.admin' 2026-02-21T11:11:08.064 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/658428543' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-21T11:11:08.064 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/1511082490' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-21T11:11:08.064 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: Activating manager daemon a 2026-02-21T11:11:08.064 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: mgrmap e2: a(active, starting, since 0.00244721s) 2026-02-21T11:11:08.064 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14100 10.20.193.51:0/405821908' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-21T11:11:08.064 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14100 10.20.193.51:0/405821908' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-21T11:11:08.064 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14100 10.20.193.51:0/405821908' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-21T11:11:08.064 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14100 10.20.193.51:0/405821908' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:11:08.064 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14100 10.20.193.51:0/405821908' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-21T11:11:08.064 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: Manager daemon a is now available 2026-02-21T11:11:08.064 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14100 10.20.193.51:0/405821908' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-21T11:11:08.064 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14100 10.20.193.51:0/405821908' entity='mgr.a' 2026-02-21T11:11:08.064 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14100 10.20.193.51:0/405821908' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-21T11:11:08.064 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14100 10.20.193.51:0/405821908' entity='mgr.a' 2026-02-21T11:11:08.064 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14100 10.20.193.51:0/405821908' entity='mgr.a' 2026-02-21T11:11:08.064 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: mgrmap e3: a(active, since 1.00502s) 2026-02-21T11:11:08.064 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: mgrmap e4: a(active, since 2s) 2026-02-21T11:11:08.064 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/3062137380' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-21T11:11:08.065 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/1471258012' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-21T11:11:08.065 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/1471258012' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-02-21T11:11:08.065 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/633609666' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-21T11:11:08.065 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/633609666' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-21T11:11:08.065 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: mgrmap e5: a(active, since 3s) 2026-02-21T11:11:08.065 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/554980385' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-21T11:11:08.065 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: Active manager daemon a restarted 2026-02-21T11:11:08.065 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: Activating manager daemon a 2026-02-21T11:11:08.065 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: osdmap e2: 0 total, 0 up, 0 in 2026-02-21T11:11:08.065 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: mgrmap e6: a(active, starting, since 0.00247836s) 2026-02-21T11:11:08.065 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:11:08.065 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-21T11:11:08.065 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-21T11:11:08.065 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-21T11:11:08.065 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-21T11:11:08.065 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: Manager daemon a is now available 2026-02-21T11:11:08.065 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:11:08.065 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:11:08.065 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: Found migration_current of "None". Setting to last migration. 2026-02-21T11:11:08.065 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:11:08.065 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:11:08.065 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:11:08.065 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:11:08.065 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:11:08.065 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:08.066 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:08.066 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-21T11:11:08.066 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-21T11:11:08.066 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:11:08.066 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:11:08.066 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:08.066 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: mgrmap e7: a(active, since 1.00545s) 2026-02-21T11:11:08.066 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: [21/Feb/2026:11:10:45] ENGINE Bus STARTING 2026-02-21T11:11:08.066 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: [21/Feb/2026:11:10:45] ENGINE Serving on https://10.20.193.51:7150 2026-02-21T11:11:08.066 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: [21/Feb/2026:11:10:45] ENGINE Client ('10.20.193.51', 39366) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-21T11:11:08.066 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: [21/Feb/2026:11:10:45] ENGINE Serving on http://10.20.193.51:8765 2026-02-21T11:11:08.066 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: [21/Feb/2026:11:10:45] ENGINE Bus STARTED 2026-02-21T11:11:08.066 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-21T11:11:08.066 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-21T11:11:08.066 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/3031111838' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-21T11:11:08.066 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/3031111838' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-21T11:11:08.066 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: mgrmap e8: a(active, since 2s) 2026-02-21T11:11:08.066 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:11:08.066 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:08.066 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:11:08.066 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:11:08.066 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:11:08.066 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:11:08.066 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:11:08.066 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: Generating ssh key... 2026-02-21T11:11:08.066 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:11:08.067 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial051", "addr": "10.20.193.51", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:11:08.067 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: Deploying cephadm binary to trial051 2026-02-21T11:11:08.067 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:11:08.067 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:08.067 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: Added host trial051 2026-02-21T11:11:08.067 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:11:08.067 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:11:08.067 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:11:08.067 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:11:08.067 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:11:08.067 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:11:08.067 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial051", "name": "osd_memory_target"} : dispatch 2026-02-21T11:11:08.067 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' 2026-02-21T11:11:08.067 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial051", "caps": []} : dispatch 2026-02-21T11:11:08.067 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14118 10.20.193.51:0/176506293' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial051", "caps": []}]': finished 2026-02-21T11:11:08.067 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/1619005778' entity='client.admin' 2026-02-21T11:11:08.067 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:11:08.067 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: Saving service mon spec with placement count:5 2026-02-21T11:11:08.067 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:11:08.067 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: Saving service mgr spec with placement count:2 2026-02-21T11:11:08.067 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: Deploying daemon agent.trial051 on trial051 2026-02-21T11:11:08.067 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/3992972932' entity='client.admin' 2026-02-21T11:11:08.067 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/3196858157' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-21T11:11:08.067 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/3196858157' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-21T11:11:08.067 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: mgrmap e9: a(active, since 8s) 2026-02-21T11:11:08.068 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/3934741423' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-21T11:11:08.068 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: Active manager daemon a restarted 2026-02-21T11:11:08.068 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: Activating manager daemon a 2026-02-21T11:11:08.068 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: osdmap e3: 0 total, 0 up, 0 in 2026-02-21T11:11:08.068 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: mgrmap e10: a(active, starting, since 0.00259891s) 2026-02-21T11:11:08.068 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:11:08.068 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-21T11:11:08.068 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-21T11:11:08.068 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-21T11:11:08.068 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-21T11:11:08.068 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: Manager daemon a is now available 2026-02-21T11:11:08.068 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.068 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:08.068 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-21T11:11:08.068 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-21T11:11:08.068 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.068 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial051", "name": "osd_memory_target"} : dispatch 2026-02-21T11:11:08.068 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.068 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial051", "caps": []} : dispatch 2026-02-21T11:11:08.068 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: mgrmap e11: a(active, since 1.00678s) 2026-02-21T11:11:08.068 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: [21/Feb/2026:11:10:56] ENGINE Bus STARTING 2026-02-21T11:11:08.068 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: [21/Feb/2026:11:10:56] ENGINE Serving on http://10.20.193.51:8765 2026-02-21T11:11:08.068 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: [21/Feb/2026:11:10:56] ENGINE Serving on https://10.20.193.51:7150 2026-02-21T11:11:08.068 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: [21/Feb/2026:11:10:56] ENGINE Bus STARTED 2026-02-21T11:11:08.068 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: [21/Feb/2026:11:10:56] ENGINE Client ('10.20.193.51', 45270) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-21T11:11:08.068 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: Deploying daemon agent.trial051 on trial051 2026-02-21T11:11:08.068 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-21T11:11:08.069 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-21T11:11:08.069 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.069 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:11:08.069 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:11:08.069 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: mgrmap e12: a(active, since 2s) 2026-02-21T11:11:08.069 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.069 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.069 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:11:08.069 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.14170 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:11:08.069 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/3431737604' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-21T11:11:08.069 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/217186882' entity='client.admin' 2026-02-21T11:11:08.069 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.069 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.069 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.069 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:08.069 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.069 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: Certificate for "cephadm-signed_agent_cert (trial051)" is still valid for 1824 days. 2026-02-21T11:11:08.069 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:08.069 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.069 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.069 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/611315616' entity='client.admin' 2026-02-21T11:11:08.069 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:08.069 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.069 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.069 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.069 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.069 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:11:08.070 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.070 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:08.070 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:08.070 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:08.070 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: Updating trial051:/etc/ceph/ceph.conf 2026-02-21T11:11:08.070 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: Updating trial051:/var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/config/ceph.conf 2026-02-21T11:11:08.070 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.070 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.070 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: Updating trial051:/etc/ceph/ceph.client.admin.keyring 2026-02-21T11:11:08.070 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: Updating trial051:/var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T11:11:08.070 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.070 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.070 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.070 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial144", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:11:08.070 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: Deploying cephadm binary to trial144 2026-02-21T11:11:08.070 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: mgrmap e13: a(active, since 6s) 2026-02-21T11:11:08.070 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.070 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:08.070 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: Added host trial144 2026-02-21T11:11:08.070 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.070 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.070 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.070 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial144", "name": "osd_memory_target"} : dispatch 2026-02-21T11:11:08.070 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:08.070 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:08.070 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: Updating trial144:/etc/ceph/ceph.conf 2026-02-21T11:11:08.070 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: Updating trial144:/var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/config/ceph.conf 2026-02-21T11:11:08.070 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.070 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.071 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/2220698655' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-21T11:11:08.071 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:11:08.071 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: Updating trial144:/etc/ceph/ceph.client.admin.keyring 2026-02-21T11:11:08.071 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: Updating trial144:/var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-21T11:11:08.071 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.071 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.071 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial144", "caps": []} : dispatch 2026-02-21T11:11:08.071 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial144", "caps": []}]': finished 2026-02-21T11:11:08.071 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: Deploying daemon agent.trial144 on trial144 2026-02-21T11:11:08.071 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/2220698655' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-21T11:11:08.071 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T11:11:08.071 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.071 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.071 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.071 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:08.071 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:08.071 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:08.071 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.071 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:08.071 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:08.071 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:08.071 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.071 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.071 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.071 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.071 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.071 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:08.071 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:08.071 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:08.071 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.072 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T11:11:08.072 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:08.072 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;trial051:10.20.193.51=a;trial144:10.20.193.144=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:11:08.072 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: Saving service mon spec with placement trial051:10.20.193.51=a;trial144:10.20.193.144=b;count:2 2026-02-21T11:11:08.072 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: Deploying daemon mon.b on trial144 2026-02-21T11:11:08.072 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.072 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='client.? 10.20.193.144:0/1359038974' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T11:11:08.072 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.072 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:08.072 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:07 trial144 ceph-mon[41045]: mon.b@-1(synchronizing).paxosservice(auth 1..5) refresh upgraded, format 0 -> 3 2026-02-21T11:11:13.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:12 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:11:13.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:12 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:11:13.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:12 trial144 ceph-mon[41045]: mon.a calling monitor election 2026-02-21T11:11:13.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:12 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:11:13.032 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:12 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:11:13.032 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:12 trial144 ceph-mon[41045]: mon.b calling monitor election 2026-02-21T11:11:13.032 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:12 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:11:13.032 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:12 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:11:13.032 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:12 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:11:13.032 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:12 trial144 ceph-mon[41045]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-02-21T11:11:13.032 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:12 trial144 ceph-mon[41045]: monmap epoch 2 2026-02-21T11:11:13.032 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:12 trial144 ceph-mon[41045]: fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:11:13.033 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:12 trial144 ceph-mon[41045]: last_changed 2026-02-21T11:11:07.705159+0000 2026-02-21T11:11:13.033 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:12 trial144 ceph-mon[41045]: created 2026-02-21T11:10:32.111412+0000 2026-02-21T11:11:13.033 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:12 trial144 ceph-mon[41045]: min_mon_release 20 (tentacle) 2026-02-21T11:11:13.033 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:12 trial144 ceph-mon[41045]: election_strategy: 1 2026-02-21T11:11:13.033 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:12 trial144 ceph-mon[41045]: 0: [v2:10.20.193.51:3300/0,v1:10.20.193.51:6789/0] mon.a 2026-02-21T11:11:13.033 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:12 trial144 ceph-mon[41045]: 1: [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] mon.b 2026-02-21T11:11:13.033 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:12 trial144 ceph-mon[41045]: fsmap 2026-02-21T11:11:13.033 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:12 trial144 ceph-mon[41045]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T11:11:13.034 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:12 trial144 ceph-mon[41045]: mgrmap e13: a(active, since 17s) 2026-02-21T11:11:13.034 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:12 trial144 ceph-mon[41045]: overall HEALTH_OK 2026-02-21T11:11:13.034 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:12 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:13.034 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:12 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:13.034 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:12 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:13.034 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:12 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:13.034 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:12 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:13.034 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:12 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:13.035 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:12 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:13.191 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:12 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:11:13.191 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:12 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:11:13.191 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:12 trial051 ceph-mon[39702]: mon.a calling monitor election 2026-02-21T11:11:13.191 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:12 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:11:13.191 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:12 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:11:13.191 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:12 trial051 ceph-mon[39702]: mon.b calling monitor election 2026-02-21T11:11:13.191 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:12 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:11:13.191 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:12 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:11:13.192 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:12 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:11:13.192 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:12 trial051 ceph-mon[39702]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-02-21T11:11:13.192 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:12 trial051 ceph-mon[39702]: monmap epoch 2 2026-02-21T11:11:13.192 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:12 trial051 ceph-mon[39702]: fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:11:13.192 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:12 trial051 ceph-mon[39702]: last_changed 2026-02-21T11:11:07.705159+0000 2026-02-21T11:11:13.192 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:12 trial051 ceph-mon[39702]: created 2026-02-21T11:10:32.111412+0000 2026-02-21T11:11:13.192 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:12 trial051 ceph-mon[39702]: min_mon_release 20 (tentacle) 2026-02-21T11:11:13.192 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:12 trial051 ceph-mon[39702]: election_strategy: 1 2026-02-21T11:11:13.192 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:12 trial051 ceph-mon[39702]: 0: [v2:10.20.193.51:3300/0,v1:10.20.193.51:6789/0] mon.a 2026-02-21T11:11:13.192 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:12 trial051 ceph-mon[39702]: 1: [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] mon.b 2026-02-21T11:11:13.192 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:12 trial051 ceph-mon[39702]: fsmap 2026-02-21T11:11:13.192 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:12 trial051 ceph-mon[39702]: osdmap e4: 0 total, 0 up, 0 in 2026-02-21T11:11:13.192 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:12 trial051 ceph-mon[39702]: mgrmap e13: a(active, since 17s) 2026-02-21T11:11:13.192 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:12 trial051 ceph-mon[39702]: overall HEALTH_OK 2026-02-21T11:11:13.192 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:12 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:13.192 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:12 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:13.192 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:12 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:13.192 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:12 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:13.192 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:12 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:13.192 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:12 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:13.192 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:12 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:13.781 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:13 trial144 ceph-mon[41045]: Updating trial051:/etc/ceph/ceph.conf 2026-02-21T11:11:13.781 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:13 trial144 ceph-mon[41045]: Updating trial144:/etc/ceph/ceph.conf 2026-02-21T11:11:13.781 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:13 trial144 ceph-mon[41045]: Updating trial051:/var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/config/ceph.conf 2026-02-21T11:11:13.781 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:13 trial144 ceph-mon[41045]: Updating trial144:/var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/config/ceph.conf 2026-02-21T11:11:13.781 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:13 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:13.781 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:13 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:13.781 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:13 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:13.781 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:13 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:13.781 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:13 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:13.782 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:13 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T11:11:13.782 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:13 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T11:11:13.782 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:13 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:13.782 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:13 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:13.782 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:13 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:13.782 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:13 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T11:11:13.782 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:13 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T11:11:13.782 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:13 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:13.782 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:13 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:13.782 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:13 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:11:13.782 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:13 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:13.783 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:13 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:13.928 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:11:13.929 INFO:teuthology.orchestra.run.trial144.stdout:{"epoch":2,"fsid":"e5d393e1-0f15-11f1-b529-d404e6e7d460","modified":"2026-02-21T11:11:07.705159Z","created":"2026-02-21T11:10:32.111412Z","min_mon_release":20,"min_mon_release_name":"tentacle","election_strategy":1,"disallowed_leaders":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.51:3300","nonce":0},{"type":"v1","addr":"10.20.193.51:6789","nonce":0}]},"addr":"10.20.193.51:6789/0","public_addr":"10.20.193.51:6789/0","priority":0,"weight":0,"time_added":"2026-02-21T11:10:32:111425+0000","crush_location":[]},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:3300","nonce":0},{"type":"v1","addr":"10.20.193.144:6789","nonce":0}]},"addr":"10.20.193.144:6789/0","public_addr":"10.20.193.144:6789/0","priority":0,"weight":0,"time_added":"2026-02-21T11:11:07:705157+0000","crush_location":[]}],"quorum":[0,1]} 2026-02-21T11:11:13.929 INFO:teuthology.orchestra.run.trial144.stderr:dumped monmap epoch 2 2026-02-21T11:11:14.074 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-02-21T11:11:14.074 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph config generate-minimal-conf 2026-02-21T11:11:14.100 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:13 trial051 ceph-mon[39702]: Updating trial051:/etc/ceph/ceph.conf 2026-02-21T11:11:14.100 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:13 trial051 ceph-mon[39702]: Updating trial144:/etc/ceph/ceph.conf 2026-02-21T11:11:14.100 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:13 trial051 ceph-mon[39702]: Updating trial051:/var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/config/ceph.conf 2026-02-21T11:11:14.100 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:13 trial051 ceph-mon[39702]: Updating trial144:/var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/config/ceph.conf 2026-02-21T11:11:14.100 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:13 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:14.100 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:13 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:14.100 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:13 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:14.100 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:13 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:14.100 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:13 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:14.100 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:13 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T11:11:14.100 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:13 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T11:11:14.101 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:13 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:14.101 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:13 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:14.101 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:13 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:14.101 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:13 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T11:11:14.101 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:13 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T11:11:14.101 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:13 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:14.101 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:13 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:14.101 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:13 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:11:14.101 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:13 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:14.101 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:13 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:14.194 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:14.423 INFO:teuthology.orchestra.run.trial051.stdout:# minimal ceph.conf for e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:11:14.423 INFO:teuthology.orchestra.run.trial051.stdout:[global] 2026-02-21T11:11:14.423 INFO:teuthology.orchestra.run.trial051.stdout: fsid = e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:11:14.423 INFO:teuthology.orchestra.run.trial051.stdout: mon_host = [v2:10.20.193.51:3300/0,v1:10.20.193.51:6789/0] [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] 2026-02-21T11:11:14.563 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-02-21T11:11:14.564 DEBUG:teuthology.orchestra.run.trial051:> set -ex 2026-02-21T11:11:14.564 DEBUG:teuthology.orchestra.run.trial051:> sudo dd of=/etc/ceph/ceph.conf 2026-02-21T11:11:14.629 DEBUG:teuthology.orchestra.run.trial051:> set -ex 2026-02-21T11:11:14.629 DEBUG:teuthology.orchestra.run.trial051:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-21T11:11:14.694 DEBUG:teuthology.orchestra.run.trial144:> set -ex 2026-02-21T11:11:14.694 DEBUG:teuthology.orchestra.run.trial144:> sudo dd of=/etc/ceph/ceph.conf 2026-02-21T11:11:14.722 DEBUG:teuthology.orchestra.run.trial144:> set -ex 2026-02-21T11:11:14.723 DEBUG:teuthology.orchestra.run.trial144:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-21T11:11:14.786 INFO:tasks.cephadm:Adding mgr.a on trial051 2026-02-21T11:11:14.786 INFO:tasks.cephadm:Adding mgr.b on trial144 2026-02-21T11:11:14.786 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph orch apply mgr '2;trial051=a;trial144=b' 2026-02-21T11:11:14.941 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.b/config 2026-02-21T11:11:14.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:14 trial051 ceph-mon[39702]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T11:11:14.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:14 trial051 ceph-mon[39702]: Reconfiguring mon.a (unknown last config time)... 2026-02-21T11:11:14.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:14 trial051 ceph-mon[39702]: Reconfiguring daemon mon.a on trial051 2026-02-21T11:11:14.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:14 trial051 ceph-mon[39702]: Reconfiguring mon.b (monmap changed)... 2026-02-21T11:11:14.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:14 trial051 ceph-mon[39702]: Reconfiguring daemon mon.b on trial144 2026-02-21T11:11:14.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:14 trial051 ceph-mon[39702]: from='client.? 10.20.193.144:0/762246610' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T11:11:14.965 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:14 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:14.965 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:14 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:14.965 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:14 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:14.965 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:14 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/2024188402' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:14.965 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:14 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:14.965 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:14 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:14.965 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:14 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:14.965 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:14 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:14.965 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:14 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:14.965 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:14 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:14.982 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:14 trial144 ceph-mon[41045]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T11:11:14.982 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:14 trial144 ceph-mon[41045]: Reconfiguring mon.a (unknown last config time)... 2026-02-21T11:11:14.983 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:14 trial144 ceph-mon[41045]: Reconfiguring daemon mon.a on trial051 2026-02-21T11:11:14.983 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:14 trial144 ceph-mon[41045]: Reconfiguring mon.b (monmap changed)... 2026-02-21T11:11:14.983 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:14 trial144 ceph-mon[41045]: Reconfiguring daemon mon.b on trial144 2026-02-21T11:11:14.983 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:14 trial144 ceph-mon[41045]: from='client.? 10.20.193.144:0/762246610' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-21T11:11:14.983 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:14 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:14.983 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:14 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:14.983 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:14 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:14.983 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:14 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/2024188402' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:14.983 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:14 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:14.983 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:14 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:14.983 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:14 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:14.984 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:14 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:14.984 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:14 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:14.984 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:14 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:15.188 INFO:teuthology.orchestra.run.trial144.stdout:Scheduled mgr update... 2026-02-21T11:11:15.330 DEBUG:teuthology.orchestra.run.trial144:mgr.b> sudo journalctl -f -n 0 -u ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mgr.b.service 2026-02-21T11:11:15.332 DEBUG:tasks.cephadm:set 0 configs 2026-02-21T11:11:15.333 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph config dump 2026-02-21T11:11:15.451 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:15.686 INFO:teuthology.orchestra.run.trial051.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-02-21T11:11:15.686 INFO:teuthology.orchestra.run.trial051.stdout:global dev auth_debug true 2026-02-21T11:11:15.686 INFO:teuthology.orchestra.run.trial051.stdout:global basic container_image quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa * 2026-02-21T11:11:15.686 INFO:teuthology.orchestra.run.trial051.stdout:global dev debug_asserts_on_shutdown true 2026-02-21T11:11:15.686 INFO:teuthology.orchestra.run.trial051.stdout:global basic log_to_file true 2026-02-21T11:11:15.686 INFO:teuthology.orchestra.run.trial051.stdout:global basic log_to_journald false 2026-02-21T11:11:15.686 INFO:teuthology.orchestra.run.trial051.stdout:global basic log_to_stderr false 2026-02-21T11:11:15.686 INFO:teuthology.orchestra.run.trial051.stdout:global advanced mon_allow_pool_delete true 2026-02-21T11:11:15.686 INFO:teuthology.orchestra.run.trial051.stdout:global advanced mon_clock_drift_allowed 1.000000 2026-02-21T11:11:15.686 INFO:teuthology.orchestra.run.trial051.stdout:global advanced mon_cluster_log_to_file true 2026-02-21T11:11:15.686 INFO:teuthology.orchestra.run.trial051.stdout:global advanced mon_election_default_strategy 3 2026-02-21T11:11:15.686 INFO:teuthology.orchestra.run.trial051.stdout:global advanced mon_max_pg_per_osd 10000 2026-02-21T11:11:15.686 INFO:teuthology.orchestra.run.trial051.stdout:global advanced mon_pg_warn_max_object_skew 0.000000 2026-02-21T11:11:15.686 INFO:teuthology.orchestra.run.trial051.stdout:global advanced mon_warn_on_crush_straw_calc_version_zero false 2026-02-21T11:11:15.686 INFO:teuthology.orchestra.run.trial051.stdout:global advanced mon_warn_on_legacy_crush_tunables false 2026-02-21T11:11:15.686 INFO:teuthology.orchestra.run.trial051.stdout:global advanced mon_warn_on_osd_down_out_interval_zero false 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:global dev mon_warn_on_pool_pg_num_not_power_of_two false 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:global advanced mon_warn_on_too_few_osds false 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:global dev ms_die_on_bug true 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:global dev ms_die_on_old_message true 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:global advanced osd_pool_default_erasure_code_profile plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:global advanced osd_pool_default_pg_autoscale_mode off 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:global advanced public_network 10.20.192.0/20 * 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:mon advanced auth_allow_insecure_global_id_reclaim false 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:mon advanced auth_mon_ticket_ttl 660.000000 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:mon advanced auth_service_ticket_ttl 240.000000 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:mon advanced debug_mon 20/20 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:mon advanced debug_ms 1/1 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:mon advanced debug_paxos 20/20 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:mon advanced mon_data_avail_warn 5 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:mon advanced mon_mgr_mkfs_grace 240 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:mon dev mon_osd_prime_pg_temp true 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:mon advanced mon_osd_reporter_subtree_level osd 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:mon advanced mon_reweight_min_bytes_per_osd 10 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:mon advanced mon_reweight_min_pgs_per_osd 4 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim false 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim_allowed false 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:mgr advanced debug_mgr 20/20 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:mgr advanced debug_ms 1/1 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:mgr advanced mgr/cephadm/allow_ptrace true * 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:mgr advanced mgr/cephadm/container_init True * 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:mgr advanced mgr/cephadm/migration_current 8 * 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:mgr advanced mgr/cephadm/use_agent true * 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:mgr advanced mgr/dashboard/ssl_server_port 8443 * 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:mgr advanced mgr/orchestrator/orchestrator cephadm 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:mgr advanced mon_reweight_min_bytes_per_osd 10 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:mgr advanced mon_reweight_min_pgs_per_osd 4 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:osd dev bdev_debug_aio true 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:osd advanced debug_ms 1/1 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:osd advanced debug_osd 20/20 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:osd dev osd_debug_misdirected_ops true 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:osd dev osd_debug_op_order true 2026-02-21T11:11:15.687 INFO:teuthology.orchestra.run.trial051.stdout:osd dev osd_debug_pg_log_writeout true 2026-02-21T11:11:15.688 INFO:teuthology.orchestra.run.trial051.stdout:osd dev osd_debug_shutdown true 2026-02-21T11:11:15.688 INFO:teuthology.orchestra.run.trial051.stdout:osd dev osd_debug_verify_cached_snaps true 2026-02-21T11:11:15.688 INFO:teuthology.orchestra.run.trial051.stdout:osd dev osd_debug_verify_missing_on_start true 2026-02-21T11:11:15.688 INFO:teuthology.orchestra.run.trial051.stdout:osd dev osd_debug_verify_stray_on_activate true 2026-02-21T11:11:15.688 INFO:teuthology.orchestra.run.trial051.stdout:osd advanced osd_deep_scrub_update_digest_min_age 30 2026-02-21T11:11:15.688 INFO:teuthology.orchestra.run.trial051.stdout:osd advanced osd_mclock_profile high_recovery_ops 2026-02-21T11:11:15.688 INFO:teuthology.orchestra.run.trial051.stdout:osd dev osd_mclock_skip_benchmark true 2026-02-21T11:11:15.688 INFO:teuthology.orchestra.run.trial051.stdout:osd advanced osd_memory_target_autotune true 2026-02-21T11:11:15.688 INFO:teuthology.orchestra.run.trial051.stdout:osd advanced osd_op_queue debug_random * 2026-02-21T11:11:15.688 INFO:teuthology.orchestra.run.trial051.stdout:osd advanced osd_op_queue_cut_off debug_random * 2026-02-21T11:11:15.688 INFO:teuthology.orchestra.run.trial051.stdout:osd advanced osd_recover_clone_overlap true 2026-02-21T11:11:15.688 INFO:teuthology.orchestra.run.trial051.stdout:osd advanced osd_recovery_max_chunk 1048576 2026-02-21T11:11:15.688 INFO:teuthology.orchestra.run.trial051.stdout:osd advanced osd_scrub_load_threshold 5.000000 2026-02-21T11:11:15.688 INFO:teuthology.orchestra.run.trial051.stdout:osd advanced osd_scrub_max_interval 600.000000 2026-02-21T11:11:15.688 INFO:teuthology.orchestra.run.trial051.stdout:osd advanced osd_shutdown_pgref_assert true 2026-02-21T11:11:15.688 INFO:teuthology.orchestra.run.trial051.stdout:client.rgw advanced rgw_cache_enabled true 2026-02-21T11:11:15.688 INFO:teuthology.orchestra.run.trial051.stdout:client.rgw advanced rgw_enable_ops_log true 2026-02-21T11:11:15.688 INFO:teuthology.orchestra.run.trial051.stdout:client.rgw advanced rgw_enable_usage_log true 2026-02-21T11:11:15.825 INFO:tasks.cephadm:Deploying OSDs... 2026-02-21T11:11:15.825 DEBUG:teuthology.orchestra.run.trial051:> set -ex 2026-02-21T11:11:15.825 DEBUG:teuthology.orchestra.run.trial051:> dd if=/scratch_devs of=/dev/stdout 2026-02-21T11:11:15.843 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2026-02-21T11:11:15.843 DEBUG:teuthology.orchestra.run.trial051:> stat /dev/vg_nvme/lv_1 2026-02-21T11:11:15.899 INFO:teuthology.orchestra.run.trial051.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-21T11:11:15.899 INFO:teuthology.orchestra.run.trial051.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T11:11:15.899 INFO:teuthology.orchestra.run.trial051.stdout:Device: 6h/6d Inode: 1300 Links: 1 2026-02-21T11:11:15.899 INFO:teuthology.orchestra.run.trial051.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T11:11:15.899 INFO:teuthology.orchestra.run.trial051.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T11:11:15.899 INFO:teuthology.orchestra.run.trial051.stdout:Access: 2026-02-21 11:11:01.299633881 +0000 2026-02-21T11:11:15.899 INFO:teuthology.orchestra.run.trial051.stdout:Modify: 2026-02-21 11:08:59.704602788 +0000 2026-02-21T11:11:15.899 INFO:teuthology.orchestra.run.trial051.stdout:Change: 2026-02-21 11:08:59.704602788 +0000 2026-02-21T11:11:15.899 INFO:teuthology.orchestra.run.trial051.stdout: Birth: 2026-02-21 11:08:59.704602788 +0000 2026-02-21T11:11:15.899 DEBUG:teuthology.orchestra.run.trial051:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-21T11:11:15.963 INFO:teuthology.orchestra.run.trial051.stderr:1+0 records in 2026-02-21T11:11:15.963 INFO:teuthology.orchestra.run.trial051.stderr:1+0 records out 2026-02-21T11:11:15.963 INFO:teuthology.orchestra.run.trial051.stderr:512 bytes copied, 0.000155409 s, 3.3 MB/s 2026-02-21T11:11:15.964 DEBUG:teuthology.orchestra.run.trial051:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-21T11:11:16.022 DEBUG:teuthology.orchestra.run.trial051:> stat /dev/vg_nvme/lv_2 2026-02-21T11:11:16.078 INFO:teuthology.orchestra.run.trial051.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-21T11:11:16.078 INFO:teuthology.orchestra.run.trial051.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T11:11:16.078 INFO:teuthology.orchestra.run.trial051.stdout:Device: 6h/6d Inode: 1305 Links: 1 2026-02-21T11:11:16.078 INFO:teuthology.orchestra.run.trial051.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T11:11:16.078 INFO:teuthology.orchestra.run.trial051.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T11:11:16.078 INFO:teuthology.orchestra.run.trial051.stdout:Access: 2026-02-21 11:11:01.299633881 +0000 2026-02-21T11:11:16.078 INFO:teuthology.orchestra.run.trial051.stdout:Modify: 2026-02-21 11:08:59.705602772 +0000 2026-02-21T11:11:16.078 INFO:teuthology.orchestra.run.trial051.stdout:Change: 2026-02-21 11:08:59.705602772 +0000 2026-02-21T11:11:16.078 INFO:teuthology.orchestra.run.trial051.stdout: Birth: 2026-02-21 11:08:59.705602772 +0000 2026-02-21T11:11:16.078 DEBUG:teuthology.orchestra.run.trial051:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-21T11:11:16.141 INFO:teuthology.orchestra.run.trial051.stderr:1+0 records in 2026-02-21T11:11:16.141 INFO:teuthology.orchestra.run.trial051.stderr:1+0 records out 2026-02-21T11:11:16.141 INFO:teuthology.orchestra.run.trial051.stderr:512 bytes copied, 0.000162652 s, 3.1 MB/s 2026-02-21T11:11:16.142 DEBUG:teuthology.orchestra.run.trial051:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-21T11:11:16.188 INFO:journalctl@ceph.mgr.b.trial144.stdout:Feb 21 11:11:15 trial144 ceph-mgr[42767]: -- 10.20.193.144:0/526399413 <== mon.0 v2:10.20.193.51:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x295fa00 con 0x2933800 2026-02-21T11:11:16.199 DEBUG:teuthology.orchestra.run.trial051:> stat /dev/vg_nvme/lv_3 2026-02-21T11:11:16.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:16 trial051 ceph-mon[39702]: from='client.14200 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial051=a;trial144=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:11:16.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:16 trial051 ceph-mon[39702]: Saving service mgr spec with placement trial051=a;trial144=b;count:2 2026-02-21T11:11:16.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:16 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:16.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:16 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:16.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:16 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:16.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:16 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:16.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:16 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:16.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:16 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T11:11:16.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:16 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-21T11:11:16.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:16 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T11:11:16.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:16 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:16.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:16 trial051 ceph-mon[39702]: Deploying daemon mgr.b on trial144 2026-02-21T11:11:16.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:16 trial051 ceph-mon[39702]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:11:16.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:16 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/71457763' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-21T11:11:16.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:16 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:16.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:16 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:16.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:16 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:16.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:16 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:16.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:16 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:16.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:16 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:16.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:16 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:16.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:16 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:16.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:16 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:16.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:16 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T11:11:16.216 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:16 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T11:11:16.216 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:16 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:16.232 INFO:teuthology.orchestra.run.trial051.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-21T11:11:16.232 INFO:teuthology.orchestra.run.trial051.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T11:11:16.232 INFO:teuthology.orchestra.run.trial051.stdout:Device: 6h/6d Inode: 1290 Links: 1 2026-02-21T11:11:16.232 INFO:teuthology.orchestra.run.trial051.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T11:11:16.232 INFO:teuthology.orchestra.run.trial051.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T11:11:16.232 INFO:teuthology.orchestra.run.trial051.stdout:Access: 2026-02-21 11:11:01.299633881 +0000 2026-02-21T11:11:16.232 INFO:teuthology.orchestra.run.trial051.stdout:Modify: 2026-02-21 11:08:59.704602788 +0000 2026-02-21T11:11:16.232 INFO:teuthology.orchestra.run.trial051.stdout:Change: 2026-02-21 11:08:59.704602788 +0000 2026-02-21T11:11:16.232 INFO:teuthology.orchestra.run.trial051.stdout: Birth: 2026-02-21 11:08:59.704602788 +0000 2026-02-21T11:11:16.232 DEBUG:teuthology.orchestra.run.trial051:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-21T11:11:16.296 INFO:teuthology.orchestra.run.trial051.stderr:1+0 records in 2026-02-21T11:11:16.296 INFO:teuthology.orchestra.run.trial051.stderr:1+0 records out 2026-02-21T11:11:16.296 INFO:teuthology.orchestra.run.trial051.stderr:512 bytes copied, 0.000148947 s, 3.4 MB/s 2026-02-21T11:11:16.298 DEBUG:teuthology.orchestra.run.trial051:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-21T11:11:16.353 DEBUG:teuthology.orchestra.run.trial051:> stat /dev/vg_nvme/lv_4 2026-02-21T11:11:16.409 INFO:teuthology.orchestra.run.trial051.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-21T11:11:16.410 INFO:teuthology.orchestra.run.trial051.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T11:11:16.410 INFO:teuthology.orchestra.run.trial051.stdout:Device: 6h/6d Inode: 1287 Links: 1 2026-02-21T11:11:16.410 INFO:teuthology.orchestra.run.trial051.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T11:11:16.410 INFO:teuthology.orchestra.run.trial051.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T11:11:16.410 INFO:teuthology.orchestra.run.trial051.stdout:Access: 2026-02-21 11:11:01.300633866 +0000 2026-02-21T11:11:16.410 INFO:teuthology.orchestra.run.trial051.stdout:Modify: 2026-02-21 11:08:59.704602788 +0000 2026-02-21T11:11:16.410 INFO:teuthology.orchestra.run.trial051.stdout:Change: 2026-02-21 11:08:59.704602788 +0000 2026-02-21T11:11:16.410 INFO:teuthology.orchestra.run.trial051.stdout: Birth: 2026-02-21 11:08:59.704602788 +0000 2026-02-21T11:11:16.411 DEBUG:teuthology.orchestra.run.trial051:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-21T11:11:16.474 INFO:teuthology.orchestra.run.trial051.stderr:1+0 records in 2026-02-21T11:11:16.475 INFO:teuthology.orchestra.run.trial051.stderr:1+0 records out 2026-02-21T11:11:16.475 INFO:teuthology.orchestra.run.trial051.stderr:512 bytes copied, 0.000150339 s, 3.4 MB/s 2026-02-21T11:11:16.476 DEBUG:teuthology.orchestra.run.trial051:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-21T11:11:16.530 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:16 trial144 ceph-mon[41045]: from='client.14200 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial051=a;trial144=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:11:16.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:16 trial144 ceph-mon[41045]: Saving service mgr spec with placement trial051=a;trial144=b;count:2 2026-02-21T11:11:16.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:16 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:16.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:16 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:16.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:16 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:16.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:16 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:16.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:16 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:16.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:16 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T11:11:16.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:16 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-21T11:11:16.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:16 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T11:11:16.532 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:16 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:16.532 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:16 trial144 ceph-mon[41045]: Deploying daemon mgr.b on trial144 2026-02-21T11:11:16.532 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:16 trial144 ceph-mon[41045]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:11:16.532 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:16 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/71457763' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-21T11:11:16.532 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:16 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:16.532 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:16 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:16.532 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:16 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:16.532 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:16 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:16.532 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:16 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:16.532 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:16 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:16.532 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:16 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:16.532 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:16 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:16.533 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:16 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:16.533 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:16 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-21T11:11:16.533 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:16 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-21T11:11:16.533 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:16 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:16.534 DEBUG:teuthology.orchestra.run.trial144:> set -ex 2026-02-21T11:11:16.534 DEBUG:teuthology.orchestra.run.trial144:> dd if=/scratch_devs of=/dev/stdout 2026-02-21T11:11:16.551 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2026-02-21T11:11:16.551 DEBUG:teuthology.orchestra.run.trial144:> stat /dev/vg_nvme/lv_1 2026-02-21T11:11:16.610 INFO:teuthology.orchestra.run.trial144.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-21T11:11:16.610 INFO:teuthology.orchestra.run.trial144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T11:11:16.610 INFO:teuthology.orchestra.run.trial144.stdout:Device: 6h/6d Inode: 1307 Links: 1 2026-02-21T11:11:16.611 INFO:teuthology.orchestra.run.trial144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T11:11:16.611 INFO:teuthology.orchestra.run.trial144.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T11:11:16.611 INFO:teuthology.orchestra.run.trial144.stdout:Access: 2026-02-21 11:11:15.781812996 +0000 2026-02-21T11:11:16.611 INFO:teuthology.orchestra.run.trial144.stdout:Modify: 2026-02-21 11:08:59.912505794 +0000 2026-02-21T11:11:16.611 INFO:teuthology.orchestra.run.trial144.stdout:Change: 2026-02-21 11:08:59.912505794 +0000 2026-02-21T11:11:16.611 INFO:teuthology.orchestra.run.trial144.stdout: Birth: 2026-02-21 11:08:59.912505794 +0000 2026-02-21T11:11:16.611 DEBUG:teuthology.orchestra.run.trial144:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-21T11:11:16.678 INFO:teuthology.orchestra.run.trial144.stderr:1+0 records in 2026-02-21T11:11:16.678 INFO:teuthology.orchestra.run.trial144.stderr:1+0 records out 2026-02-21T11:11:16.678 INFO:teuthology.orchestra.run.trial144.stderr:512 bytes copied, 0.000160517 s, 3.2 MB/s 2026-02-21T11:11:16.679 DEBUG:teuthology.orchestra.run.trial144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-21T11:11:16.736 DEBUG:teuthology.orchestra.run.trial144:> stat /dev/vg_nvme/lv_2 2026-02-21T11:11:16.792 INFO:teuthology.orchestra.run.trial144.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-21T11:11:16.792 INFO:teuthology.orchestra.run.trial144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T11:11:16.792 INFO:teuthology.orchestra.run.trial144.stdout:Device: 6h/6d Inode: 1316 Links: 1 2026-02-21T11:11:16.792 INFO:teuthology.orchestra.run.trial144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T11:11:16.792 INFO:teuthology.orchestra.run.trial144.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T11:11:16.792 INFO:teuthology.orchestra.run.trial144.stdout:Access: 2026-02-21 11:11:15.781812996 +0000 2026-02-21T11:11:16.792 INFO:teuthology.orchestra.run.trial144.stdout:Modify: 2026-02-21 11:08:59.912505794 +0000 2026-02-21T11:11:16.793 INFO:teuthology.orchestra.run.trial144.stdout:Change: 2026-02-21 11:08:59.912505794 +0000 2026-02-21T11:11:16.793 INFO:teuthology.orchestra.run.trial144.stdout: Birth: 2026-02-21 11:08:59.912505794 +0000 2026-02-21T11:11:16.793 DEBUG:teuthology.orchestra.run.trial144:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-21T11:11:16.858 INFO:teuthology.orchestra.run.trial144.stderr:1+0 records in 2026-02-21T11:11:16.858 INFO:teuthology.orchestra.run.trial144.stderr:1+0 records out 2026-02-21T11:11:16.858 INFO:teuthology.orchestra.run.trial144.stderr:512 bytes copied, 0.000153926 s, 3.3 MB/s 2026-02-21T11:11:16.859 DEBUG:teuthology.orchestra.run.trial144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-21T11:11:16.917 DEBUG:teuthology.orchestra.run.trial144:> stat /dev/vg_nvme/lv_3 2026-02-21T11:11:16.975 INFO:teuthology.orchestra.run.trial144.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-21T11:11:16.975 INFO:teuthology.orchestra.run.trial144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T11:11:16.975 INFO:teuthology.orchestra.run.trial144.stdout:Device: 6h/6d Inode: 1310 Links: 1 2026-02-21T11:11:16.975 INFO:teuthology.orchestra.run.trial144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T11:11:16.975 INFO:teuthology.orchestra.run.trial144.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T11:11:16.975 INFO:teuthology.orchestra.run.trial144.stdout:Access: 2026-02-21 11:11:16.922792819 +0000 2026-02-21T11:11:16.975 INFO:teuthology.orchestra.run.trial144.stdout:Modify: 2026-02-21 11:08:59.912505794 +0000 2026-02-21T11:11:16.975 INFO:teuthology.orchestra.run.trial144.stdout:Change: 2026-02-21 11:08:59.912505794 +0000 2026-02-21T11:11:16.975 INFO:teuthology.orchestra.run.trial144.stdout: Birth: 2026-02-21 11:08:59.912505794 +0000 2026-02-21T11:11:16.975 DEBUG:teuthology.orchestra.run.trial144:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-21T11:11:17.041 INFO:teuthology.orchestra.run.trial144.stderr:1+0 records in 2026-02-21T11:11:17.041 INFO:teuthology.orchestra.run.trial144.stderr:1+0 records out 2026-02-21T11:11:17.041 INFO:teuthology.orchestra.run.trial144.stderr:512 bytes copied, 0.000191294 s, 2.7 MB/s 2026-02-21T11:11:17.042 DEBUG:teuthology.orchestra.run.trial144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-21T11:11:17.100 DEBUG:teuthology.orchestra.run.trial144:> stat /dev/vg_nvme/lv_4 2026-02-21T11:11:17.157 INFO:teuthology.orchestra.run.trial144.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-21T11:11:17.157 INFO:teuthology.orchestra.run.trial144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-21T11:11:17.157 INFO:teuthology.orchestra.run.trial144.stdout:Device: 6h/6d Inode: 1296 Links: 1 2026-02-21T11:11:17.158 INFO:teuthology.orchestra.run.trial144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-21T11:11:17.158 INFO:teuthology.orchestra.run.trial144.stdout:Context: system_u:object_r:device_t:s0 2026-02-21T11:11:17.158 INFO:teuthology.orchestra.run.trial144.stdout:Access: 2026-02-21 11:11:16.985791705 +0000 2026-02-21T11:11:17.158 INFO:teuthology.orchestra.run.trial144.stdout:Modify: 2026-02-21 11:08:59.911505813 +0000 2026-02-21T11:11:17.158 INFO:teuthology.orchestra.run.trial144.stdout:Change: 2026-02-21 11:08:59.911505813 +0000 2026-02-21T11:11:17.158 INFO:teuthology.orchestra.run.trial144.stdout: Birth: 2026-02-21 11:08:59.911505813 +0000 2026-02-21T11:11:17.158 DEBUG:teuthology.orchestra.run.trial144:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-21T11:11:17.220 INFO:journalctl@ceph.mgr.b.trial144.stdout:Feb 21 11:11:16 trial144 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-b[42741]: /lib64/python3.9/site-packages/scipy/__init__.py:73: UserWarning: NumPy was imported from a Python sub-interpreter but NumPy does not properly support sub-interpreters. This will likely work for most users but might cause hard to track down issues or subtle bugs. A common user of the rare sub-interpreter feature is wsgi which also allows single-interpreter mode. 2026-02-21T11:11:17.220 INFO:journalctl@ceph.mgr.b.trial144.stdout:Feb 21 11:11:16 trial144 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-b[42741]: Improvements in the case of bugs are welcome, but is not on the NumPy roadmap, and full support may require significant effort to achieve. 2026-02-21T11:11:17.220 INFO:journalctl@ceph.mgr.b.trial144.stdout:Feb 21 11:11:16 trial144 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-b[42741]: from numpy import show_config as show_numpy_config 2026-02-21T11:11:17.222 INFO:teuthology.orchestra.run.trial144.stderr:1+0 records in 2026-02-21T11:11:17.222 INFO:teuthology.orchestra.run.trial144.stderr:1+0 records out 2026-02-21T11:11:17.222 INFO:teuthology.orchestra.run.trial144.stderr:512 bytes copied, 2.5357e-05 s, 20.2 MB/s 2026-02-21T11:11:17.223 DEBUG:teuthology.orchestra.run.trial144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-21T11:11:17.284 INFO:tasks.cephadm:Deploying osd.0 on trial051 with /dev/vg_nvme/lv_4... 2026-02-21T11:11:17.284 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-21T11:11:17.400 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:17.584 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:17 trial051 ceph-mon[39702]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T11:11:17.584 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:17 trial051 ceph-mon[39702]: Reconfiguring mgr.a (unknown last config time)... 2026-02-21T11:11:17.584 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:17 trial051 ceph-mon[39702]: Reconfiguring daemon mgr.a on trial051 2026-02-21T11:11:17.584 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:17 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:17.584 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:17 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:17.584 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:17 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:17.584 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:17 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:17.584 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:17 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:17.584 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:17 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:17.584 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:17 trial051 ceph-mon[39702]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T11:11:17.584 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:17 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:17.584 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:17 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:17.584 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:17 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:17.584 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:17 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:17.584 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:17 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:17.584 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:17 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:17.584 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:17 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:17.781 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:17 trial144 ceph-mon[41045]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T11:11:17.781 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:17 trial144 ceph-mon[41045]: Reconfiguring mgr.a (unknown last config time)... 2026-02-21T11:11:17.781 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:17 trial144 ceph-mon[41045]: Reconfiguring daemon mgr.a on trial051 2026-02-21T11:11:17.781 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:17 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:17.781 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:17 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:17.781 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:17 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:17.781 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:17 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:17.782 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:17 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:17.782 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:17 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:17.782 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:17 trial144 ceph-mon[41045]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-21T11:11:17.782 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:17 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:17.782 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:17 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:17.782 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:17 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:17.782 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:17 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:17.782 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:17 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:17.783 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:17 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:17.783 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:17 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:18.089 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:11:18.105 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph orch daemon add osd trial051:vg_nvme/lv_4 --skip-validation 2026-02-21T11:11:18.223 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:18.869 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:18 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:18.869 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:18 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:18.869 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:18 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:18.869 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:18 trial051 ceph-mon[39702]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:11:18.869 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:18 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:18.870 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:18 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:18.870 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:18 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:11:18.870 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:18 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:18.870 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:18 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:11:18.870 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:18 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:18.870 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:18 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:18.870 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:18 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:18.870 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:18 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:18.870 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:18 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:18.870 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:18 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:18.870 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:18 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:11:18.870 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:18 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:11:18.870 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:18 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:19.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:18 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:19.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:18 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:19.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:18 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:19.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:18 trial144 ceph-mon[41045]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:11:19.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:18 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:19.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:18 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:19.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:18 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:11:19.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:18 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:19.032 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:18 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:11:19.032 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:18 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:19.032 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:18 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:19.032 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:18 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:19.032 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:18 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:19.032 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:18 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:19.032 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:18 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:19.032 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:18 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:11:19.032 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:18 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:11:19.032 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:18 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:19.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:19 trial051 ceph-mon[39702]: from='client.14212 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial051:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:11:19.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:19 trial051 ceph-mon[39702]: osd.default does not exist. Creating it now. 2026-02-21T11:11:19.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:19 trial051 ceph-mon[39702]: Creating OSDs with service ID: default on trial051:['vg_nvme/lv_4'] 2026-02-21T11:11:19.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:19 trial051 ceph-mon[39702]: Marking host: trial051 for OSDSpec preview refresh. 2026-02-21T11:11:19.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:19 trial051 ceph-mon[39702]: Saving service osd.default spec with placement trial051 2026-02-21T11:11:19.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:19 trial051 ceph-mon[39702]: Standby manager daemon b started 2026-02-21T11:11:19.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:19 trial051 ceph-mon[39702]: from='mgr.? 10.20.193.144:0/660428632' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-21T11:11:19.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:19 trial051 ceph-mon[39702]: from='mgr.? 10.20.193.144:0/660428632' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-21T11:11:19.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:19 trial051 ceph-mon[39702]: from='mgr.? 10.20.193.144:0/660428632' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-21T11:11:19.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:19 trial051 ceph-mon[39702]: from='mgr.? 10.20.193.144:0/660428632' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-21T11:11:19.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:19 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/746933613' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "d3c83cd5-79e4-4cee-8ec0-4e416dc45852"} : dispatch 2026-02-21T11:11:19.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:19 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/746933613' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d3c83cd5-79e4-4cee-8ec0-4e416dc45852"}]': finished 2026-02-21T11:11:19.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:19 trial051 ceph-mon[39702]: osdmap e5: 1 total, 0 up, 1 in 2026-02-21T11:11:19.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:19 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:11:19.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:19 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/203006440' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T11:11:20.030 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:19 trial144 ceph-mon[41045]: from='client.14212 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial051:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:11:20.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:19 trial144 ceph-mon[41045]: osd.default does not exist. Creating it now. 2026-02-21T11:11:20.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:19 trial144 ceph-mon[41045]: Creating OSDs with service ID: default on trial051:['vg_nvme/lv_4'] 2026-02-21T11:11:20.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:19 trial144 ceph-mon[41045]: Marking host: trial051 for OSDSpec preview refresh. 2026-02-21T11:11:20.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:19 trial144 ceph-mon[41045]: Saving service osd.default spec with placement trial051 2026-02-21T11:11:20.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:19 trial144 ceph-mon[41045]: Standby manager daemon b started 2026-02-21T11:11:20.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:19 trial144 ceph-mon[41045]: from='mgr.? 10.20.193.144:0/660428632' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-21T11:11:20.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:19 trial144 ceph-mon[41045]: from='mgr.? 10.20.193.144:0/660428632' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-21T11:11:20.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:19 trial144 ceph-mon[41045]: from='mgr.? 10.20.193.144:0/660428632' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-21T11:11:20.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:19 trial144 ceph-mon[41045]: from='mgr.? 10.20.193.144:0/660428632' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-21T11:11:20.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:19 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/746933613' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "d3c83cd5-79e4-4cee-8ec0-4e416dc45852"} : dispatch 2026-02-21T11:11:20.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:19 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/746933613' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d3c83cd5-79e4-4cee-8ec0-4e416dc45852"}]': finished 2026-02-21T11:11:20.032 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:19 trial144 ceph-mon[41045]: osdmap e5: 1 total, 0 up, 1 in 2026-02-21T11:11:20.032 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:19 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:11:20.032 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:19 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/203006440' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T11:11:20.726 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:20 trial051 ceph-mon[39702]: mgrmap e14: a(active, since 23s), standbys: b 2026-02-21T11:11:20.726 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:20 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-21T11:11:20.726 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:20 trial051 ceph-mon[39702]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:11:21.030 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:20 trial144 ceph-mon[41045]: mgrmap e14: a(active, since 23s), standbys: b 2026-02-21T11:11:21.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:20 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-21T11:11:21.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:20 trial144 ceph-mon[41045]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:11:22.109 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:21 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:22.109 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:21 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:22.109 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:21 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:22.110 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:21 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:22.280 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:21 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:22.280 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:21 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:22.280 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:21 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:22.280 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:21 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:22.927 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:22 trial051 ceph-mon[39702]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:11:22.928 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:22 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T11:11:22.928 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:22 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:22.928 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:22 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T11:11:22.928 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:22 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:23.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:22 trial144 ceph-mon[41045]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:11:23.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:22 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T11:11:23.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:22 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:23.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:22 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-21T11:11:23.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:22 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:24.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:23 trial051 ceph-mon[39702]: Deploying daemon osd.0 on trial051 2026-02-21T11:11:24.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:23 trial051 ceph-mon[39702]: Deploying daemon osd.0 on trial051 2026-02-21T11:11:24.280 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:23 trial144 ceph-mon[41045]: Deploying daemon osd.0 on trial051 2026-02-21T11:11:24.280 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:23 trial144 ceph-mon[41045]: Deploying daemon osd.0 on trial051 2026-02-21T11:11:25.208 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:24 trial051 ceph-mon[39702]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:11:25.208 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:24 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:25.208 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:24 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:25.280 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:24 trial144 ceph-mon[41045]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:11:25.280 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:24 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:25.280 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:24 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:26.036 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:25 trial051 ceph-mon[39702]: from='osd.0 [v2:10.20.193.51:6802/2795159751,v1:10.20.193.51:6803/2795159751]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-21T11:11:26.280 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:25 trial144 ceph-mon[41045]: from='osd.0 [v2:10.20.193.51:6802/2795159751,v1:10.20.193.51:6803/2795159751]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-21T11:11:27.042 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:26 trial051 ceph-mon[39702]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:11:27.042 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:26 trial051 ceph-mon[39702]: from='osd.0 [v2:10.20.193.51:6802/2795159751,v1:10.20.193.51:6803/2795159751]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-21T11:11:27.043 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:26 trial051 ceph-mon[39702]: osdmap e6: 1 total, 0 up, 1 in 2026-02-21T11:11:27.043 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:26 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:11:27.280 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:26 trial144 ceph-mon[41045]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:11:27.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:26 trial144 ceph-mon[41045]: from='osd.0 [v2:10.20.193.51:6802/2795159751,v1:10.20.193.51:6803/2795159751]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-21T11:11:27.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:26 trial144 ceph-mon[41045]: osdmap e6: 1 total, 0 up, 1 in 2026-02-21T11:11:27.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:26 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:11:28.155 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:28 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:28.155 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:28 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:28.155 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:28 trial051 ceph-mon[39702]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:11:28.155 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:28 trial051 ceph-mon[39702]: from='osd.0 [v2:10.20.193.51:6802/2664657630,v1:10.20.193.51:6803/2664657630]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-21T11:11:28.155 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:28 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:28.155 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:28 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:28.155 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:28 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:28.155 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:28 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-21T11:11:28.155 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:28 trial051 ceph-mon[39702]: Adjusting osd_memory_target on trial051 to 83023M 2026-02-21T11:11:28.155 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:28 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:28.155 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:28 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:28.155 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:28 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:28.155 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:28 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:28.155 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:28 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:11:28.155 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:28 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:11:28.155 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:28 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:28.437 INFO:teuthology.orchestra.run.trial051.stdout:Created osd(s) 0 on host 'trial051' 2026-02-21T11:11:28.530 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:28 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:28.530 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:28 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:28.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:28 trial144 ceph-mon[41045]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:11:28.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:28 trial144 ceph-mon[41045]: from='osd.0 [v2:10.20.193.51:6802/2664657630,v1:10.20.193.51:6803/2664657630]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-21T11:11:28.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:28 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:28.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:28 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:28.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:28 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:28.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:28 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-21T11:11:28.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:28 trial144 ceph-mon[41045]: Adjusting osd_memory_target on trial051 to 83023M 2026-02-21T11:11:28.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:28 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:28.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:28 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:28.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:28 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:28.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:28 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:28.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:28 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:11:28.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:28 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:11:28.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:28 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:28.583 DEBUG:teuthology.orchestra.run.trial051:osd.0> sudo journalctl -f -n 0 -u ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@osd.0.service 2026-02-21T11:11:28.586 INFO:tasks.cephadm:Deploying osd.1 on trial144 with /dev/vg_nvme/lv_4... 2026-02-21T11:11:28.586 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-21T11:11:28.706 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.b/config 2026-02-21T11:11:29.183 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:29 trial144 ceph-mon[41045]: from='osd.0 [v2:10.20.193.51:6802/2664657630,v1:10.20.193.51:6803/2664657630]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-21T11:11:29.184 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:29 trial144 ceph-mon[41045]: osdmap e7: 1 total, 0 up, 1 in 2026-02-21T11:11:29.184 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:29 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:11:29.184 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:29 trial144 ceph-mon[41045]: from='osd.0 [v2:10.20.193.51:6802/2664657630,v1:10.20.193.51:6803/2664657630]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial051", "root=default"]} : dispatch 2026-02-21T11:11:29.184 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:29 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:29.184 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:29 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:29.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:29 trial051 ceph-mon[39702]: from='osd.0 [v2:10.20.193.51:6802/2664657630,v1:10.20.193.51:6803/2664657630]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-21T11:11:29.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:29 trial051 ceph-mon[39702]: osdmap e7: 1 total, 0 up, 1 in 2026-02-21T11:11:29.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:29 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:11:29.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:29 trial051 ceph-mon[39702]: from='osd.0 [v2:10.20.193.51:6802/2664657630,v1:10.20.193.51:6803/2664657630]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial051", "root=default"]} : dispatch 2026-02-21T11:11:29.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:29 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:29.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:29 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:29.215 INFO:journalctl@ceph.osd.0.trial051.stdout:Feb 21 11:11:29 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-osd-0[52925]: 2026-02-21T11:11:29.136+0000 7fa4e070a640 -1 osd.0 0 waiting for initial osdmap 2026-02-21T11:11:29.215 INFO:journalctl@ceph.osd.0.trial051.stdout:Feb 21 11:11:29 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-osd-0[52925]: 2026-02-21T11:11:29.138+0000 7fa4dc5d1640 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-21T11:11:29.387 INFO:teuthology.orchestra.run.trial144.stdout: 2026-02-21T11:11:29.402 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph orch daemon add osd trial144:vg_nvme/lv_4 --skip-validation 2026-02-21T11:11:29.523 INFO:teuthology.orchestra.run.trial144.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.b/config 2026-02-21T11:11:30.172 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:30 trial144 ceph-mon[41045]: from='osd.0 [v2:10.20.193.51:6802/2664657630,v1:10.20.193.51:6803/2664657630]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial051", "root=default"]}]': finished 2026-02-21T11:11:30.172 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:30 trial144 ceph-mon[41045]: osdmap e8: 1 total, 0 up, 1 in 2026-02-21T11:11:30.172 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:30 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:11:30.172 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:30 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:11:30.172 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:30 trial144 ceph-mon[41045]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:11:30.173 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:30 trial144 ceph-mon[41045]: from='client.24115 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial144:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:11:30.173 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:30 trial144 ceph-mon[41045]: osd.default does not exist. Creating it now. 2026-02-21T11:11:30.173 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:30 trial144 ceph-mon[41045]: Creating OSDs with service ID: default on trial144:['vg_nvme/lv_4'] 2026-02-21T11:11:30.173 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:30 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:30.173 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:30 trial144 ceph-mon[41045]: Marking host: trial144 for OSDSpec preview refresh. 2026-02-21T11:11:30.173 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:30 trial144 ceph-mon[41045]: Saving service osd.default spec with placement trial144 2026-02-21T11:11:30.173 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:30 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:30.173 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:30 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:11:30.173 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:30 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:11:30.173 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:30 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:30.410 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:30 trial051 ceph-mon[39702]: from='osd.0 [v2:10.20.193.51:6802/2664657630,v1:10.20.193.51:6803/2664657630]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial051", "root=default"]}]': finished 2026-02-21T11:11:30.410 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:30 trial051 ceph-mon[39702]: osdmap e8: 1 total, 0 up, 1 in 2026-02-21T11:11:30.411 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:30 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:11:30.411 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:30 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:11:30.411 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:30 trial051 ceph-mon[39702]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-21T11:11:30.411 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:30 trial051 ceph-mon[39702]: from='client.24115 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial144:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:11:30.411 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:30 trial051 ceph-mon[39702]: osd.default does not exist. Creating it now. 2026-02-21T11:11:30.411 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:30 trial051 ceph-mon[39702]: Creating OSDs with service ID: default on trial144:['vg_nvme/lv_4'] 2026-02-21T11:11:30.411 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:30 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:30.411 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:30 trial051 ceph-mon[39702]: Marking host: trial144 for OSDSpec preview refresh. 2026-02-21T11:11:30.411 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:30 trial051 ceph-mon[39702]: Saving service osd.default spec with placement trial144 2026-02-21T11:11:30.411 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:30 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:30.411 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:30 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:11:30.411 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:30 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:11:30.411 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:30 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:31.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:31 trial051 ceph-mon[39702]: purged_snaps scrub starts 2026-02-21T11:11:31.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:31 trial051 ceph-mon[39702]: purged_snaps scrub ok 2026-02-21T11:11:31.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:31 trial051 ceph-mon[39702]: osd.0 [v2:10.20.193.51:6802/2664657630,v1:10.20.193.51:6803/2664657630] boot 2026-02-21T11:11:31.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:31 trial051 ceph-mon[39702]: osdmap e9: 1 total, 1 up, 1 in 2026-02-21T11:11:31.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:31 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:11:31.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:31 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:31.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:31 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:31.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:31 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:31.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:31 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:31.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:31 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:31.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:31 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:31.465 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:31 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:31.465 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:31 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:31.465 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:31 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:11:31.465 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:31 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:11:31.465 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:31 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:31.465 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:31 trial051 ceph-mon[39702]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "3b3fff45-8921-49b0-923b-8d25c2b32bd8"} : dispatch 2026-02-21T11:11:31.465 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:31 trial051 ceph-mon[39702]: from='client.? 10.20.193.144:0/475220636' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "3b3fff45-8921-49b0-923b-8d25c2b32bd8"} : dispatch 2026-02-21T11:11:31.465 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:31 trial051 ceph-mon[39702]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3b3fff45-8921-49b0-923b-8d25c2b32bd8"}]': finished 2026-02-21T11:11:31.465 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:31 trial051 ceph-mon[39702]: osdmap e10: 2 total, 1 up, 2 in 2026-02-21T11:11:31.465 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:31 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:11:31.465 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:31 trial051 ceph-mon[39702]: from='client.? 10.20.193.144:0/1165678292' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T11:11:31.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:31 trial144 ceph-mon[41045]: purged_snaps scrub starts 2026-02-21T11:11:31.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:31 trial144 ceph-mon[41045]: purged_snaps scrub ok 2026-02-21T11:11:31.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:31 trial144 ceph-mon[41045]: osd.0 [v2:10.20.193.51:6802/2664657630,v1:10.20.193.51:6803/2664657630] boot 2026-02-21T11:11:31.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:31 trial144 ceph-mon[41045]: osdmap e9: 1 total, 1 up, 1 in 2026-02-21T11:11:31.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:31 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-21T11:11:31.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:31 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:31.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:31 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:31.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:31 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:31.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:31 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:31.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:31 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:31.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:31 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:31.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:31 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:31.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:31 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:31.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:31 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:11:31.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:31 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:11:31.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:31 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:31.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:31 trial144 ceph-mon[41045]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "3b3fff45-8921-49b0-923b-8d25c2b32bd8"} : dispatch 2026-02-21T11:11:31.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:31 trial144 ceph-mon[41045]: from='client.? 10.20.193.144:0/475220636' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "3b3fff45-8921-49b0-923b-8d25c2b32bd8"} : dispatch 2026-02-21T11:11:31.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:31 trial144 ceph-mon[41045]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3b3fff45-8921-49b0-923b-8d25c2b32bd8"}]': finished 2026-02-21T11:11:31.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:31 trial144 ceph-mon[41045]: osdmap e10: 2 total, 1 up, 2 in 2026-02-21T11:11:31.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:31 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:11:31.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:31 trial144 ceph-mon[41045]: from='client.? 10.20.193.144:0/1165678292' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-21T11:11:32.735 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:32 trial144 ceph-mon[41045]: osdmap e11: 2 total, 1 up, 2 in 2026-02-21T11:11:32.735 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:32 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:11:32.735 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:32 trial144 ceph-mon[41045]: pgmap v19: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T11:11:32.963 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:32 trial051 ceph-mon[39702]: osdmap e11: 2 total, 1 up, 2 in 2026-02-21T11:11:32.963 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:32 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:11:32.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:32 trial051 ceph-mon[39702]: pgmap v19: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T11:11:33.887 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:33 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T11:11:33.888 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:33 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:33.888 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:33 trial144 ceph-mon[41045]: Deploying daemon osd.1 on trial144 2026-02-21T11:11:33.888 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:33 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T11:11:33.888 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:33 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:33.963 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:33 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T11:11:33.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:33 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:33.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:33 trial051 ceph-mon[39702]: Deploying daemon osd.1 on trial144 2026-02-21T11:11:33.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:33 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-21T11:11:33.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:33 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:34.741 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:34 trial144 ceph-mon[41045]: Deploying daemon osd.1 on trial144 2026-02-21T11:11:34.741 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:34 trial144 ceph-mon[41045]: pgmap v20: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T11:11:34.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:34 trial051 ceph-mon[39702]: Deploying daemon osd.1 on trial144 2026-02-21T11:11:34.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:34 trial051 ceph-mon[39702]: pgmap v20: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T11:11:36.406 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:36 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:36.406 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:36 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:36.406 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:36 trial144 ceph-mon[41045]: pgmap v21: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T11:11:36.406 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:36 trial144 ceph-mon[41045]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T11:11:36.406 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:36 trial144 ceph-mon[41045]: from='osd.1 [v2:10.20.193.144:6800/3364488911,v1:10.20.193.144:6801/3364488911]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T11:11:36.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:36 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:36.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:36 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:36.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:36 trial051 ceph-mon[39702]: pgmap v21: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T11:11:36.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:36 trial051 ceph-mon[39702]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T11:11:36.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:36 trial051 ceph-mon[39702]: from='osd.1 [v2:10.20.193.144:6800/3364488911,v1:10.20.193.144:6801/3364488911]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T11:11:37.232 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:37 trial144 ceph-mon[41045]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-21T11:11:37.232 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:37 trial144 ceph-mon[41045]: osdmap e12: 2 total, 1 up, 2 in 2026-02-21T11:11:37.232 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:37 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:11:37.463 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:37 trial051 ceph-mon[39702]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-21T11:11:37.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:37 trial051 ceph-mon[39702]: osdmap e12: 2 total, 1 up, 2 in 2026-02-21T11:11:37.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:37 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:11:38.596 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:38 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:38.596 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:38 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:38.596 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:38 trial144 ceph-mon[41045]: pgmap v23: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T11:11:38.596 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:38 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:38.596 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:38 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:38.597 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:38 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:38.713 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:38 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:38.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:38 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:38.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:38 trial051 ceph-mon[39702]: pgmap v23: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T11:11:38.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:38 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:38.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:38 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:38.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:38 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:39.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:39 trial051 ceph-mon[39702]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2026-02-21T11:11:39.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:39 trial051 ceph-mon[39702]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T11:11:39.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:39 trial051 ceph-mon[39702]: from='osd.1 [v2:10.20.193.144:6800/2762860692,v1:10.20.193.144:6801/2762860692]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T11:11:39.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:39 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:39.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:39 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:39.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:39 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:39.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:39 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-21T11:11:39.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:39 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:39.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:39 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:39.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:39 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:39.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:39 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:39.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:39 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:11:39.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:39 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:11:39.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:39 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:39.723 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:39 trial144 ceph-mon[41045]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2026-02-21T11:11:39.723 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:39 trial144 ceph-mon[41045]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T11:11:39.723 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:39 trial144 ceph-mon[41045]: from='osd.1 [v2:10.20.193.144:6800/2762860692,v1:10.20.193.144:6801/2762860692]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-21T11:11:39.723 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:39 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:39.723 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:39 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:39.723 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:39 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:39.723 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:39 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-21T11:11:39.723 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:39 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:39.724 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:39 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:39.724 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:39 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:39.724 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:39 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:39.724 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:39 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:11:39.724 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:39 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:11:39.724 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:39 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:39.748 INFO:teuthology.orchestra.run.trial144.stdout:Created osd(s) 1 on host 'trial144' 2026-02-21T11:11:39.890 DEBUG:teuthology.orchestra.run.trial144:osd.1> sudo journalctl -f -n 0 -u ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@osd.1.service 2026-02-21T11:11:39.892 INFO:tasks.cephadm:Waiting for 2 OSDs to come up... 2026-02-21T11:11:39.892 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph osd stat -f json 2026-02-21T11:11:40.014 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:40.247 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:11:40.386 INFO:teuthology.orchestra.run.trial051.stdout:{"epoch":13,"num_osds":2,"num_up_osds":1,"osd_up_since":1771672290,"num_in_osds":2,"osd_in_since":1771672290,"num_remapped_pgs":0} 2026-02-21T11:11:40.558 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 21 11:11:40 trial144 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-osd-1[48757]: 2026-02-21T11:11:40.457+0000 7f24199ca640 -1 osd.1 0 waiting for initial osdmap 2026-02-21T11:11:40.558 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 21 11:11:40 trial144 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-osd-1[48757]: 2026-02-21T11:11:40.459+0000 7f2411889640 -1 osd.1 14 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-21T11:11:40.558 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:40 trial144 ceph-mon[41045]: Adjusting osd_memory_target on trial144 to 83023M 2026-02-21T11:11:40.558 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:40 trial144 ceph-mon[41045]: pgmap v24: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T11:11:40.559 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:40 trial144 ceph-mon[41045]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-21T11:11:40.559 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:40 trial144 ceph-mon[41045]: osdmap e13: 2 total, 1 up, 2 in 2026-02-21T11:11:40.559 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:40 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:11:40.559 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:40 trial144 ceph-mon[41045]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial144", "root=default"]} : dispatch 2026-02-21T11:11:40.559 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:40 trial144 ceph-mon[41045]: from='osd.1 [v2:10.20.193.144:6800/2762860692,v1:10.20.193.144:6801/2762860692]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial144", "root=default"]} : dispatch 2026-02-21T11:11:40.559 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:40 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:40.559 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:40 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:40.559 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:40 trial144 ceph-mon[41045]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2026-02-21T11:11:40.559 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:40 trial144 ceph-mon[41045]: Cluster is now healthy 2026-02-21T11:11:40.559 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:40 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/965705128' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T11:11:40.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:40 trial051 ceph-mon[39702]: Adjusting osd_memory_target on trial144 to 83023M 2026-02-21T11:11:40.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:40 trial051 ceph-mon[39702]: pgmap v24: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T11:11:40.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:40 trial051 ceph-mon[39702]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-21T11:11:40.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:40 trial051 ceph-mon[39702]: osdmap e13: 2 total, 1 up, 2 in 2026-02-21T11:11:40.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:40 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:11:40.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:40 trial051 ceph-mon[39702]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial144", "root=default"]} : dispatch 2026-02-21T11:11:40.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:40 trial051 ceph-mon[39702]: from='osd.1 [v2:10.20.193.144:6800/2762860692,v1:10.20.193.144:6801/2762860692]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial144", "root=default"]} : dispatch 2026-02-21T11:11:40.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:40 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:40.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:40 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:40.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:40 trial051 ceph-mon[39702]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2026-02-21T11:11:40.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:40 trial051 ceph-mon[39702]: Cluster is now healthy 2026-02-21T11:11:40.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:40 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/965705128' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T11:11:41.387 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph osd stat -f json 2026-02-21T11:11:41.511 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:41.534 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:41 trial051 ceph-mon[39702]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial144", "root=default"]}]': finished 2026-02-21T11:11:41.535 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:41 trial051 ceph-mon[39702]: osdmap e14: 2 total, 1 up, 2 in 2026-02-21T11:11:41.535 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:41 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:11:41.535 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:41 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:11:41.535 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:41 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:41.535 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:41 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:41.535 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:41 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:41.535 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:41 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:41.535 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:41 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:41.535 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:41 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:41.754 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:11:41.762 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:41 trial144 ceph-mon[41045]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial144", "root=default"]}]': finished 2026-02-21T11:11:41.763 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:41 trial144 ceph-mon[41045]: osdmap e14: 2 total, 1 up, 2 in 2026-02-21T11:11:41.763 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:41 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:11:41.763 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:41 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:11:41.763 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:41 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:41.763 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:41 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:41.763 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:41 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:41.763 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:41 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:41.763 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:41 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:41.763 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:41 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:41.912 INFO:teuthology.orchestra.run.trial051.stdout:{"epoch":15,"num_osds":2,"num_up_osds":2,"osd_up_since":1771672301,"num_in_osds":2,"osd_in_since":1771672290,"num_remapped_pgs":0} 2026-02-21T11:11:41.913 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph osd dump --format=json 2026-02-21T11:11:42.031 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:42.260 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:11:42.260 INFO:teuthology.orchestra.run.trial051.stdout:{"epoch":15,"fsid":"e5d393e1-0f15-11f1-b529-d404e6e7d460","created":"2026-02-21T11:10:33.330674+0000","modified":"2026-02-21T11:11:41.455316+0000","last_up_change":"2026-02-21T11:11:41.455316+0000","last_in_change":"2026-02-21T11:11:30.561393+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":2,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"d3c83cd5-79e4-4cee-8ec0-4e416dc45852","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.51:6802","nonce":2664657630},{"type":"v1","addr":"10.20.193.51:6803","nonce":2664657630}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.51:6804","nonce":2664657630},{"type":"v1","addr":"10.20.193.51:6805","nonce":2664657630}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.51:6808","nonce":2664657630},{"type":"v1","addr":"10.20.193.51:6809","nonce":2664657630}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.51:6806","nonce":2664657630},{"type":"v1","addr":"10.20.193.51:6807","nonce":2664657630}]},"public_addr":"10.20.193.51:6803/2664657630","cluster_addr":"10.20.193.51:6805/2664657630","heartbeat_back_addr":"10.20.193.51:6809/2664657630","heartbeat_front_addr":"10.20.193.51:6807/2664657630","state":["exists","up"]},{"osd":1,"uuid":"3b3fff45-8921-49b0-923b-8d25c2b32bd8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6800","nonce":2762860692},{"type":"v1","addr":"10.20.193.144:6801","nonce":2762860692}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6802","nonce":2762860692},{"type":"v1","addr":"10.20.193.144:6803","nonce":2762860692}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6806","nonce":2762860692},{"type":"v1","addr":"10.20.193.144:6807","nonce":2762860692}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6804","nonce":2762860692},{"type":"v1","addr":"10.20.193.144:6805","nonce":2762860692}]},"public_addr":"10.20.193.144:6801/2762860692","cluster_addr":"10.20.193.144:6803/2762860692","heartbeat_back_addr":"10.20.193.144:6807/2762860692","heartbeat_front_addr":"10.20.193.144:6805/2762860692","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-21T11:11:28.729461+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.51:6801/1180340726":"2026-02-22T11:10:55.676401+0000","10.20.193.51:0/2009228133":"2026-02-22T11:10:55.676401+0000","10.20.193.51:6800/1180340726":"2026-02-22T11:10:55.676401+0000","10.20.193.51:0/616637653":"2026-02-22T11:10:44.466093+0000","10.20.193.51:0/2223343491":"2026-02-22T11:10:44.466093+0000","10.20.193.51:0/2787412050":"2026-02-22T11:10:55.676401+0000","10.20.193.51:6801/331036695":"2026-02-22T11:10:44.466093+0000","10.20.193.51:0/4208200872":"2026-02-22T11:10:55.676401+0000","10.20.193.51:6800/331036695":"2026-02-22T11:10:44.466093+0000","10.20.193.51:0/1009104133":"2026-02-22T11:10:44.466093+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"isa","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2026-02-21T11:11:42.401 INFO:tasks.cephadm.ceph_manager.ceph:[] 2026-02-21T11:11:42.401 INFO:tasks.cephadm:Setting up client nodes... 2026-02-21T11:11:42.402 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph config log 1 --format=json 2026-02-21T11:11:42.520 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:42.661 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:42 trial144 ceph-mon[41045]: purged_snaps scrub starts 2026-02-21T11:11:42.661 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:42 trial144 ceph-mon[41045]: purged_snaps scrub ok 2026-02-21T11:11:42.661 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:42 trial144 ceph-mon[41045]: pgmap v27: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T11:11:42.661 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:42 trial144 ceph-mon[41045]: Detected new or changed devices on trial051 2026-02-21T11:11:42.661 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:42 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:11:42.661 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:42 trial144 ceph-mon[41045]: osd.1 [v2:10.20.193.144:6800/2762860692,v1:10.20.193.144:6801/2762860692] boot 2026-02-21T11:11:42.662 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:42 trial144 ceph-mon[41045]: osdmap e15: 2 total, 2 up, 2 in 2026-02-21T11:11:42.662 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:42 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:11:42.662 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:42 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/2803666989' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T11:11:42.662 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:42 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:42.662 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:42 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:42.662 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:42 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:42.662 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:42 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:42.662 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:42 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:42.662 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:42 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:42.662 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:42 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:11:42.662 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:42 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:11:42.662 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:42 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:42.662 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:42 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/3133887728' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T11:11:42.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:42 trial051 ceph-mon[39702]: purged_snaps scrub starts 2026-02-21T11:11:42.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:42 trial051 ceph-mon[39702]: purged_snaps scrub ok 2026-02-21T11:11:42.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:42 trial051 ceph-mon[39702]: pgmap v27: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-21T11:11:42.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:42 trial051 ceph-mon[39702]: Detected new or changed devices on trial051 2026-02-21T11:11:42.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:42 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:11:42.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:42 trial051 ceph-mon[39702]: osd.1 [v2:10.20.193.144:6800/2762860692,v1:10.20.193.144:6801/2762860692] boot 2026-02-21T11:11:42.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:42 trial051 ceph-mon[39702]: osdmap e15: 2 total, 2 up, 2 in 2026-02-21T11:11:42.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:42 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-21T11:11:42.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:42 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/2803666989' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-21T11:11:42.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:42 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:42.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:42 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:42.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:42 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:42.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:42 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:42.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:42 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:42.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:42 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:42.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:42 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:11:42.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:42 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:11:42.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:42 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:42.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:42 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/3133887728' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T11:11:42.747 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:11:42.886 INFO:teuthology.orchestra.run.trial051.stdout:[{"version":12,"timestamp":"2026-02-21T11:11:39.130152+0000","name":"","changes":[{"name":"osd/host:trial144/osd_memory_target","new_value":"87056184115"}]}] 2026-02-21T11:11:42.886 INFO:tasks.ceph_manager:config epoch is 12 2026-02-21T11:11:42.886 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-02-21T11:11:42.886 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-02-21T11:11:42.886 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph mgr dump --format=json 2026-02-21T11:11:43.004 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:43.270 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:11:43.412 INFO:teuthology.orchestra.run.trial051.stdout:{"epoch":14,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.51:6800","nonce":1003975077},{"type":"v1","addr":"10.20.193.51:6801","nonce":1003975077}]},"active_addr":"10.20.193.51:6801/1003975077","active_change":"2026-02-21T11:10:55.676483+0000","active_mgr_features":4544132024016699391,"available":true,"standbys":[{"gid":14208,"name":"b","mgr_features":4544132024016699391,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_pg_upmap_activity":{"name":"update_pg_upmap_activity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Updates pg_upmap activity stats to be used in `balancer status detail`","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often the agent on each host will gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"The first TCP port the agent will try to bind to. Up to 1000 subsequent ports will be attempted if this port cannot be bound","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this option can facilitate debugging daemons that encounter runtime problems.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"How frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"Fraction of total system memory to divide among autotuned daemons. Converged systems hosting both Ceph and compute should set a lower value; systems with more than 10 GiB of memory per OSD may benefit from a slightly larger value so that the abundance of RAM can be fully utilized","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command persistent logging","long_desc":"","tags":[],"see_also":[]},"certificate_automated_rotation_enabled":{"name":"certificate_automated_rotation_enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"This flag controls whether cephadm automatically rotates certificates upon expiration.","long_desc":"","tags":[],"see_also":[]},"certificate_check_debug_mode":{"name":"certificate_check_debug_mode","type":"bool","level":"dev","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"FOR TESTING ONLY: This flag forces the certificate check instead of waiting for certificate_check_period.","long_desc":"","tags":[],"see_also":[]},"certificate_check_period":{"name":"certificate_check_period","type":"int","level":"advanced","flags":0,"default_value":"1","min":"0","max":"30","enum_allowed":[],"desc":"Specifies how often (in days) the certificate should be checked for validity.","long_desc":"","tags":[],"see_also":[]},"certificate_duration_days":{"name":"certificate_duration_days","type":"int","level":"advanced","flags":0,"default_value":"1095","min":"90","max":"3650","enum_allowed":[],"desc":"Specifies the duration of self-signed certificates generated and signed by the cephadm root CA","long_desc":"","tags":[],"see_also":[]},"certificate_renewal_threshold_days":{"name":"certificate_renewal_threshold_days","type":"int","level":"advanced","flags":0,"default_value":"30","min":"10","max":"90","enum_allowed":[],"desc":"Specifies the lead time in days to initiate certificate renewal before expiration.","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently Podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.28.1","min":"","max":"","enum_allowed":[],"desc":"Alertmanager container image","long_desc":"","tags":[],"see_also":[]},"container_image_alloy":{"name":"container_image_alloy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/alloy:latest","min":"","max":"","enum_allowed":[],"desc":"Alloy container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"Elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:12.3.1","min":"","max":"","enum_allowed":[],"desc":"Grafana container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"Haproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.9.1","min":"","max":"","enum_allowed":[],"desc":"Node exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.6","min":"","max":"","enum_allowed":[],"desc":"Nvmeof container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"Oauth2 proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v3.6.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba metrics container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"Snmp gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"quay.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"Location of dashboards to include in Grafana","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"How frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether the hardware monitoring daemon be deployed on every host?","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at the debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"Max number of daemons per service per host: guard against mistakes and runaways","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"Max number of OSDs that will be drained simultaneously when OSDs are removed","long_desc":"","tags":[],"see_also":[]},"max_parallel_osd_upgrades":{"name":"max_parallel_osd_upgrades","type":"int","level":"advanced","flags":0,"default_value":"16","min":"","max":"","enum_allowed":[],"desc":"Maximum number of OSD daemons upgraded in parallel.","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"Mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default IP address for RedFish API (OOB management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"Location of alerts to include in Prometheus Alertmanager","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry URL for login purposes. This is not the default registry.","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"Cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Customized SSH config file to distribute to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many sequential SSH connection liveness check failures before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often SSH connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"stray_daemon_check_interval":{"name":"stray_daemon_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"How frequently cephadm should check for the presence of stray daemons","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use the cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest to ensure that all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROM_ALERT_CREDENTIAL_CACHE_TTL":{"name":"PROM_ALERT_CREDENTIAL_CACHE_TTL","type":"int","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_HOSTNAME_PER_DAEMON":{"name":"RGW_HOSTNAME_PER_DAEMON","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crypto_caller":{"name":"crypto_caller","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"healthcheck_history_max_entries":{"name":"healthcheck_history_max_entries","type":"int","level":"advanced","flags":1,"default_value":"1000","min":"","max":"","enum_allowed":[],"desc":"Maximum number of health check history entries to keep","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"prometheus_tls_secret_name":{"name":"prometheus_tls_secret_name","type":"str","level":"advanced","flags":0,"default_value":"rook-ceph-prometheus-server-tls","min":"","max":"","enum_allowed":[],"desc":"name of tls secret in k8s for prometheus","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_cloning":{"name":"pause_cloning","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_purging":{"name":"pause_purging","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous subvolume purge threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_pg_upmap_activity":{"name":"update_pg_upmap_activity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Updates pg_upmap activity stats to be used in `balancer status detail`","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often the agent on each host will gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"The first TCP port the agent will try to bind to. Up to 1000 subsequent ports will be attempted if this port cannot be bound","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this option can facilitate debugging daemons that encounter runtime problems.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"How frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"Fraction of total system memory to divide among autotuned daemons. Converged systems hosting both Ceph and compute should set a lower value; systems with more than 10 GiB of memory per OSD may benefit from a slightly larger value so that the abundance of RAM can be fully utilized","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command persistent logging","long_desc":"","tags":[],"see_also":[]},"certificate_automated_rotation_enabled":{"name":"certificate_automated_rotation_enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"This flag controls whether cephadm automatically rotates certificates upon expiration.","long_desc":"","tags":[],"see_also":[]},"certificate_check_debug_mode":{"name":"certificate_check_debug_mode","type":"bool","level":"dev","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"FOR TESTING ONLY: This flag forces the certificate check instead of waiting for certificate_check_period.","long_desc":"","tags":[],"see_also":[]},"certificate_check_period":{"name":"certificate_check_period","type":"int","level":"advanced","flags":0,"default_value":"1","min":"0","max":"30","enum_allowed":[],"desc":"Specifies how often (in days) the certificate should be checked for validity.","long_desc":"","tags":[],"see_also":[]},"certificate_duration_days":{"name":"certificate_duration_days","type":"int","level":"advanced","flags":0,"default_value":"1095","min":"90","max":"3650","enum_allowed":[],"desc":"Specifies the duration of self-signed certificates generated and signed by the cephadm root CA","long_desc":"","tags":[],"see_also":[]},"certificate_renewal_threshold_days":{"name":"certificate_renewal_threshold_days","type":"int","level":"advanced","flags":0,"default_value":"30","min":"10","max":"90","enum_allowed":[],"desc":"Specifies the lead time in days to initiate certificate renewal before expiration.","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently Podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.28.1","min":"","max":"","enum_allowed":[],"desc":"Alertmanager container image","long_desc":"","tags":[],"see_also":[]},"container_image_alloy":{"name":"container_image_alloy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/alloy:latest","min":"","max":"","enum_allowed":[],"desc":"Alloy container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"Elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:12.3.1","min":"","max":"","enum_allowed":[],"desc":"Grafana container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"Haproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.9.1","min":"","max":"","enum_allowed":[],"desc":"Node exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.6","min":"","max":"","enum_allowed":[],"desc":"Nvmeof container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"Oauth2 proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v3.6.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba metrics container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"Snmp gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"quay.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"Location of dashboards to include in Grafana","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"How frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether the hardware monitoring daemon be deployed on every host?","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at the debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"Max number of daemons per service per host: guard against mistakes and runaways","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"Max number of OSDs that will be drained simultaneously when OSDs are removed","long_desc":"","tags":[],"see_also":[]},"max_parallel_osd_upgrades":{"name":"max_parallel_osd_upgrades","type":"int","level":"advanced","flags":0,"default_value":"16","min":"","max":"","enum_allowed":[],"desc":"Maximum number of OSD daemons upgraded in parallel.","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"Mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default IP address for RedFish API (OOB management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"Location of alerts to include in Prometheus Alertmanager","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry URL for login purposes. This is not the default registry.","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"Cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Customized SSH config file to distribute to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many sequential SSH connection liveness check failures before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often SSH connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"stray_daemon_check_interval":{"name":"stray_daemon_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"How frequently cephadm should check for the presence of stray daemons","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use the cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest to ensure that all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROM_ALERT_CREDENTIAL_CACHE_TTL":{"name":"PROM_ALERT_CREDENTIAL_CACHE_TTL","type":"int","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_HOSTNAME_PER_DAEMON":{"name":"RGW_HOSTNAME_PER_DAEMON","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crypto_caller":{"name":"crypto_caller","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"healthcheck_history_max_entries":{"name":"healthcheck_history_max_entries","type":"int","level":"advanced","flags":1,"default_value":"1000","min":"","max":"","enum_allowed":[],"desc":"Maximum number of health check history entries to keep","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"prometheus_tls_secret_name":{"name":"prometheus_tls_secret_name","type":"str","level":"advanced","flags":0,"default_value":"rook-ceph-prometheus-server-tls","min":"","max":"","enum_allowed":[],"desc":"name of tls secret in k8s for prometheus","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_cloning":{"name":"pause_cloning","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_purging":{"name":"pause_purging","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous subvolume purge threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://10.20.193.51:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"tentacle":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"force_disabled_modules":{},"last_failure_osd_epoch":3,"active_clients":[{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"10.20.193.51:0","nonce":681322300}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"10.20.193.51:0","nonce":456090243}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"10.20.193.51:0","nonce":1293298357}]}]} 2026-02-21T11:11:43.421 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-02-21T11:11:43.421 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-02-21T11:11:43.422 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph osd dump --format=json 2026-02-21T11:11:43.538 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:43.561 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:43 trial051 ceph-mon[39702]: osdmap e16: 2 total, 2 up, 2 in 2026-02-21T11:11:43.562 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:43 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/2067633271' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-21T11:11:43.562 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:43 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/1070522300' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-21T11:11:43.763 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:43 trial144 ceph-mon[41045]: osdmap e16: 2 total, 2 up, 2 in 2026-02-21T11:11:43.763 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:43 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/2067633271' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-21T11:11:43.763 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:43 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/1070522300' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-21T11:11:43.771 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:11:43.772 INFO:teuthology.orchestra.run.trial051.stdout:{"epoch":16,"fsid":"e5d393e1-0f15-11f1-b529-d404e6e7d460","created":"2026-02-21T11:10:33.330674+0000","modified":"2026-02-21T11:11:42.462375+0000","last_up_change":"2026-02-21T11:11:41.455316+0000","last_in_change":"2026-02-21T11:11:30.561393+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":2,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"d3c83cd5-79e4-4cee-8ec0-4e416dc45852","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.51:6802","nonce":2664657630},{"type":"v1","addr":"10.20.193.51:6803","nonce":2664657630}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.51:6804","nonce":2664657630},{"type":"v1","addr":"10.20.193.51:6805","nonce":2664657630}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.51:6808","nonce":2664657630},{"type":"v1","addr":"10.20.193.51:6809","nonce":2664657630}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.51:6806","nonce":2664657630},{"type":"v1","addr":"10.20.193.51:6807","nonce":2664657630}]},"public_addr":"10.20.193.51:6803/2664657630","cluster_addr":"10.20.193.51:6805/2664657630","heartbeat_back_addr":"10.20.193.51:6809/2664657630","heartbeat_front_addr":"10.20.193.51:6807/2664657630","state":["exists","up"]},{"osd":1,"uuid":"3b3fff45-8921-49b0-923b-8d25c2b32bd8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6800","nonce":2762860692},{"type":"v1","addr":"10.20.193.144:6801","nonce":2762860692}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6802","nonce":2762860692},{"type":"v1","addr":"10.20.193.144:6803","nonce":2762860692}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6806","nonce":2762860692},{"type":"v1","addr":"10.20.193.144:6807","nonce":2762860692}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6804","nonce":2762860692},{"type":"v1","addr":"10.20.193.144:6805","nonce":2762860692}]},"public_addr":"10.20.193.144:6801/2762860692","cluster_addr":"10.20.193.144:6803/2762860692","heartbeat_back_addr":"10.20.193.144:6807/2762860692","heartbeat_front_addr":"10.20.193.144:6805/2762860692","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-21T11:11:28.729461+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-21T11:11:39.468021+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.51:6801/1180340726":"2026-02-22T11:10:55.676401+0000","10.20.193.51:0/2009228133":"2026-02-22T11:10:55.676401+0000","10.20.193.51:6800/1180340726":"2026-02-22T11:10:55.676401+0000","10.20.193.51:0/616637653":"2026-02-22T11:10:44.466093+0000","10.20.193.51:0/2223343491":"2026-02-22T11:10:44.466093+0000","10.20.193.51:0/2787412050":"2026-02-22T11:10:55.676401+0000","10.20.193.51:6801/331036695":"2026-02-22T11:10:44.466093+0000","10.20.193.51:0/4208200872":"2026-02-22T11:10:55.676401+0000","10.20.193.51:6800/331036695":"2026-02-22T11:10:44.466093+0000","10.20.193.51:0/1009104133":"2026-02-22T11:10:44.466093+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"isa","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2026-02-21T11:11:43.911 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-02-21T11:11:43.912 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph osd dump --format=json 2026-02-21T11:11:44.025 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:44.256 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:11:44.256 INFO:teuthology.orchestra.run.trial051.stdout:{"epoch":16,"fsid":"e5d393e1-0f15-11f1-b529-d404e6e7d460","created":"2026-02-21T11:10:33.330674+0000","modified":"2026-02-21T11:11:42.462375+0000","last_up_change":"2026-02-21T11:11:41.455316+0000","last_in_change":"2026-02-21T11:11:30.561393+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":2,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"d3c83cd5-79e4-4cee-8ec0-4e416dc45852","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.51:6802","nonce":2664657630},{"type":"v1","addr":"10.20.193.51:6803","nonce":2664657630}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.51:6804","nonce":2664657630},{"type":"v1","addr":"10.20.193.51:6805","nonce":2664657630}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.51:6808","nonce":2664657630},{"type":"v1","addr":"10.20.193.51:6809","nonce":2664657630}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.51:6806","nonce":2664657630},{"type":"v1","addr":"10.20.193.51:6807","nonce":2664657630}]},"public_addr":"10.20.193.51:6803/2664657630","cluster_addr":"10.20.193.51:6805/2664657630","heartbeat_back_addr":"10.20.193.51:6809/2664657630","heartbeat_front_addr":"10.20.193.51:6807/2664657630","state":["exists","up"]},{"osd":1,"uuid":"3b3fff45-8921-49b0-923b-8d25c2b32bd8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6800","nonce":2762860692},{"type":"v1","addr":"10.20.193.144:6801","nonce":2762860692}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6802","nonce":2762860692},{"type":"v1","addr":"10.20.193.144:6803","nonce":2762860692}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6806","nonce":2762860692},{"type":"v1","addr":"10.20.193.144:6807","nonce":2762860692}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.144:6804","nonce":2762860692},{"type":"v1","addr":"10.20.193.144:6805","nonce":2762860692}]},"public_addr":"10.20.193.144:6801/2762860692","cluster_addr":"10.20.193.144:6803/2762860692","heartbeat_back_addr":"10.20.193.144:6807/2762860692","heartbeat_front_addr":"10.20.193.144:6805/2762860692","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-21T11:11:28.729461+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-21T11:11:39.468021+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.51:6801/1180340726":"2026-02-22T11:10:55.676401+0000","10.20.193.51:0/2009228133":"2026-02-22T11:10:55.676401+0000","10.20.193.51:6800/1180340726":"2026-02-22T11:10:55.676401+0000","10.20.193.51:0/616637653":"2026-02-22T11:10:44.466093+0000","10.20.193.51:0/2223343491":"2026-02-22T11:10:44.466093+0000","10.20.193.51:0/2787412050":"2026-02-22T11:10:55.676401+0000","10.20.193.51:6801/331036695":"2026-02-22T11:10:44.466093+0000","10.20.193.51:0/4208200872":"2026-02-22T11:10:55.676401+0000","10.20.193.51:6800/331036695":"2026-02-22T11:10:44.466093+0000","10.20.193.51:0/1009104133":"2026-02-22T11:10:44.466093+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"isa","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2026-02-21T11:11:44.395 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph tell osd.0 flush_pg_stats 2026-02-21T11:11:44.395 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph tell osd.1 flush_pg_stats 2026-02-21T11:11:44.511 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:44.511 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:44.532 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:44 trial051 ceph-mon[39702]: pgmap v30: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:11:44.532 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:44 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/2987847975' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T11:11:44.533 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:44 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:44.533 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:44 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:44.533 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:44 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/3635485383' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T11:11:44.780 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:44 trial144 ceph-mon[41045]: pgmap v30: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:11:44.781 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:44 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/2987847975' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T11:11:44.781 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:44 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:44.781 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:44 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:44.781 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:44 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/3635485383' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-21T11:11:44.783 INFO:teuthology.orchestra.run.trial051.stdout:38654705669 2026-02-21T11:11:44.784 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-21T11:11:44.786 INFO:teuthology.orchestra.run.trial051.stdout:64424509444 2026-02-21T11:11:44.787 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-21T11:11:44.899 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:44.943 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:45.135 INFO:teuthology.orchestra.run.trial051.stdout:38654705668 2026-02-21T11:11:45.162 INFO:teuthology.orchestra.run.trial051.stdout:64424509443 2026-02-21T11:11:45.275 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705669 got 38654705668 for osd.0 2026-02-21T11:11:45.301 INFO:tasks.cephadm.ceph_manager.ceph:need seq 64424509444 got 64424509443 for osd.1 2026-02-21T11:11:45.780 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:45 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/45003841' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T11:11:45.780 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:45 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/271230387' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T11:11:45.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:45 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/45003841' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T11:11:45.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:45 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/271230387' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T11:11:46.276 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-21T11:11:46.302 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-21T11:11:46.394 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:46.432 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:46.641 INFO:teuthology.orchestra.run.trial051.stdout:38654705669 2026-02-21T11:11:46.641 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:46 trial051 ceph-mon[39702]: pgmap v31: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:11:46.653 INFO:teuthology.orchestra.run.trial051.stdout:64424509444 2026-02-21T11:11:46.780 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:46 trial144 ceph-mon[41045]: pgmap v31: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:11:46.782 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705669 got 38654705669 for osd.0 2026-02-21T11:11:46.782 DEBUG:teuthology.parallel:result is None 2026-02-21T11:11:46.792 INFO:tasks.cephadm.ceph_manager.ceph:need seq 64424509444 got 64424509444 for osd.1 2026-02-21T11:11:46.792 DEBUG:teuthology.parallel:result is None 2026-02-21T11:11:46.793 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-02-21T11:11:46.793 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph pg dump --format=json 2026-02-21T11:11:46.949 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:47.188 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:11:47.189 INFO:teuthology.orchestra.run.trial051.stderr:dumped all 2026-02-21T11:11:47.327 INFO:teuthology.orchestra.run.trial051.stdout:{"pg_ready":true,"pg_map":{"version":32,"stamp":"2026-02-21T11:11:47.133207+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":0,"num_osds":2,"num_per_pool_osds":2,"num_per_pool_omap_osds":0,"kb":1468006400,"kb_used":54712,"kb_used_data":272,"kb_used_omap":15,"kb_used_meta":54384,"kb_avail":1467951688,"statfs":{"total":1503238553600,"available":1503182528512,"internally_reserved":0,"allocated":278528,"data_stored":69866,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":15606,"internal_metadata":55689994},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[],"pool_stats":[],"osd_stats":[{"osd":1,"up_from":15,"seq":64424509444,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27356,"kb_used_data":136,"kb_used_omap":5,"kb_used_meta":27194,"kb_avail":733975844,"statfs":{"total":751619276800,"available":751591264256,"internally_reserved":0,"allocated":139264,"data_stored":34933,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5848,"internal_metadata":27846952},"hb_peers":[0],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":9,"seq":38654705670,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27356,"kb_used_data":136,"kb_used_omap":9,"kb_used_meta":27190,"kb_avail":733975844,"statfs":{"total":751619276800,"available":751591264256,"internally_reserved":0,"allocated":139264,"data_stored":34933,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9758,"internal_metadata":27843042},"hb_peers":[1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[]}} 2026-02-21T11:11:47.328 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph pg dump --format=json 2026-02-21T11:11:47.444 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:47.558 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:47 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/3109143997' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T11:11:47.558 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:47 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/1396133081' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T11:11:47.669 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:11:47.669 INFO:teuthology.orchestra.run.trial051.stderr:dumped all 2026-02-21T11:11:47.780 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:47 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/3109143997' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-21T11:11:47.780 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:47 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/1396133081' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-21T11:11:47.808 INFO:teuthology.orchestra.run.trial051.stdout:{"pg_ready":true,"pg_map":{"version":32,"stamp":"2026-02-21T11:11:47.133207+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":0,"num_osds":2,"num_per_pool_osds":2,"num_per_pool_omap_osds":0,"kb":1468006400,"kb_used":54712,"kb_used_data":272,"kb_used_omap":15,"kb_used_meta":54384,"kb_avail":1467951688,"statfs":{"total":1503238553600,"available":1503182528512,"internally_reserved":0,"allocated":278528,"data_stored":69866,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":15606,"internal_metadata":55689994},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[],"pool_stats":[],"osd_stats":[{"osd":1,"up_from":15,"seq":64424509444,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27356,"kb_used_data":136,"kb_used_omap":5,"kb_used_meta":27194,"kb_avail":733975844,"statfs":{"total":751619276800,"available":751591264256,"internally_reserved":0,"allocated":139264,"data_stored":34933,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5848,"internal_metadata":27846952},"hb_peers":[0],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":9,"seq":38654705670,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27356,"kb_used_data":136,"kb_used_omap":9,"kb_used_meta":27190,"kb_avail":733975844,"statfs":{"total":751619276800,"available":751591264256,"internally_reserved":0,"allocated":139264,"data_stored":34933,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9758,"internal_metadata":27843042},"hb_peers":[1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[]}} 2026-02-21T11:11:47.808 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-02-21T11:11:47.808 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-02-21T11:11:47.808 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-02-21T11:11:47.808 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph health --format=json 2026-02-21T11:11:47.922 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:48.175 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:11:48.175 INFO:teuthology.orchestra.run.trial051.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-02-21T11:11:48.318 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-02-21T11:11:48.318 INFO:tasks.cephadm:Setup complete, yielding 2026-02-21T11:11:48.318 INFO:teuthology.run_tasks:Running task exec... 2026-02-21T11:11:48.335 INFO:teuthology.task.exec:Executing custom commands... 2026-02-21T11:11:48.335 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@trial051.front.sepia.ceph.com 2026-02-21T11:11:48.335 DEBUG:teuthology.orchestra.run.trial051:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'mkdir /etc/cephadm_testing' 2026-02-21T11:11:48.362 INFO:teuthology.task.exec:Running commands on role host.b host ubuntu@trial144.front.sepia.ceph.com 2026-02-21T11:11:48.362 DEBUG:teuthology.orchestra.run.trial144:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'mkdir /etc/cephadm_testing' 2026-02-21T11:11:48.392 INFO:teuthology.run_tasks:Running task cephadm.apply... 2026-02-21T11:11:48.408 INFO:tasks.cephadm:Applying spec(s): 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 2026-02-21T11:11:48.409 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph orch apply -i - 2026-02-21T11:11:48.523 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:48.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:48 trial051 ceph-mon[39702]: pgmap v32: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:11:48.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:48 trial051 ceph-mon[39702]: from='client.14304 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:11:48.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:48 trial051 ceph-mon[39702]: from='client.14308 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:11:48.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:48 trial051 ceph-mon[39702]: from='client.? 10.20.193.51:0/1986374168' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-21T11:11:48.768 INFO:teuthology.orchestra.run.trial051.stdout:Scheduled mon update... 2026-02-21T11:11:48.768 INFO:teuthology.orchestra.run.trial051.stdout:Scheduled container.foo update... 2026-02-21T11:11:48.768 INFO:teuthology.orchestra.run.trial051.stdout:Scheduled container.bar update... 2026-02-21T11:11:48.780 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:48 trial144 ceph-mon[41045]: pgmap v32: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:11:48.780 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:48 trial144 ceph-mon[41045]: from='client.14304 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:11:48.780 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:48 trial144 ceph-mon[41045]: from='client.14308 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:11:48.780 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:48 trial144 ceph-mon[41045]: from='client.? 10.20.193.51:0/1986374168' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-21T11:11:48.907 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2026-02-21T11:11:48.922 INFO:tasks.cephadm:Waiting for ceph service mon to start (timeout 300)... 2026-02-21T11:11:48.922 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph orch ls -f json 2026-02-21T11:11:49.037 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:49.276 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:11:49.276 INFO:teuthology.orchestra.run.trial051.stdout:[{"events": ["2026-02-21T11:11:05.272292Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-21T11:10:55.863229Z", "last_refresh": "2026-02-21T11:11:37.444141Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2026-02-21T11:11:48.766281Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2026-02-21T11:11:48.764897Z", "running": 0, "size": 2}}, {"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\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2026-02-21T11:11:48.764777Z service:container.foo [INFO] \"service was created\""], "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_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2026-02-21T11:11:48.763085Z", "running": 0, "size": 2}}, {"events": ["2026-02-21T11:11:16.014103Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial051=a", "trial144=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-21T11:11:15.184504Z", "last_refresh": "2026-02-21T11:11:37.444217Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:48.769049Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-21T11:11:48.760248Z", "last_refresh": "2026-02-21T11:11:37.444186Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:29.764875Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial144"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-21T11:11:29.763570Z", "running": 1, "size": 2}}] 2026-02-21T11:11:49.433 INFO:tasks.cephadm:mon has 2/2 2026-02-21T11:11:49.434 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2026-02-21T11:11:49.450 INFO:tasks.cephadm:Waiting for ceph service container.foo to start (timeout 300)... 2026-02-21T11:11:49.450 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph orch ls -f json 2026-02-21T11:11:49.563 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:49.795 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:11:49.795 INFO:teuthology.orchestra.run.trial051.stdout:[{"events": ["2026-02-21T11:11:05.272292Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-21T11:10:55.863229Z", "last_refresh": "2026-02-21T11:11:37.444141Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2026-02-21T11:11:48.766281Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2026-02-21T11:11:48.764897Z", "running": 0, "size": 2}}, {"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\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2026-02-21T11:11:48.764777Z service:container.foo [INFO] \"service was created\""], "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_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2026-02-21T11:11:48.763085Z", "running": 0, "size": 2}}, {"events": ["2026-02-21T11:11:16.014103Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial051=a", "trial144=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-21T11:11:15.184504Z", "last_refresh": "2026-02-21T11:11:37.444217Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:48.769049Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-21T11:11:48.760248Z", "last_refresh": "2026-02-21T11:11:37.444186Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:29.764875Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial144"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-21T11:11:29.763570Z", "running": 1, "size": 2}}] 2026-02-21T11:11:49.936 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:49 trial051 ceph-mon[39702]: from='client.14316 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:11:49.936 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:49 trial051 ceph-mon[39702]: Saving service mon spec with placement * 2026-02-21T11:11:49.936 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:49 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:49.936 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:49 trial051 ceph-mon[39702]: Saving service container.foo spec with placement * 2026-02-21T11:11:49.936 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:49 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:49.936 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:49 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:49.936 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:49 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:49.936 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:49 trial051 ceph-mon[39702]: Saving service container.bar spec with placement * 2026-02-21T11:11:49.936 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:49 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:49.936 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:49 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:49.936 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:49 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:49.936 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:49 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:49.936 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:49 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:11:49.936 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:49 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:11:49.936 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:49 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:49.937 INFO:tasks.cephadm:container.foo has 0/2 2026-02-21T11:11:50.019 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:49 trial144 ceph-mon[41045]: from='client.14316 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-21T11:11:50.019 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:49 trial144 ceph-mon[41045]: Saving service mon spec with placement * 2026-02-21T11:11:50.019 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:49 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:50.019 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:49 trial144 ceph-mon[41045]: Saving service container.foo spec with placement * 2026-02-21T11:11:50.019 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:49 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:11:50.019 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:49 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:50.019 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:49 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:50.019 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:49 trial144 ceph-mon[41045]: Saving service container.bar spec with placement * 2026-02-21T11:11:50.019 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:49 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:11:50.019 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:49 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:50.019 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:49 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:50.019 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:49 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:50.019 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:49 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:11:50.019 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:49 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:11:50.019 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:49 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:11:50.931 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:50 trial144 ceph-mon[41045]: pgmap v33: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:11:50.931 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:50 trial144 ceph-mon[41045]: from='client.14320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:11:50.931 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:50 trial144 ceph-mon[41045]: from='client.14324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:11:50.938 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph orch ls -f json 2026-02-21T11:11:51.055 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:51.077 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:50 trial051 ceph-mon[39702]: pgmap v33: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:11:51.078 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:50 trial051 ceph-mon[39702]: from='client.14320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:11:51.078 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:50 trial051 ceph-mon[39702]: from='client.14324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:11:51.300 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:11:51.300 INFO:teuthology.orchestra.run.trial051.stdout:[{"events": ["2026-02-21T11:11:05.272292Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-21T11:10:55.863229Z", "last_refresh": "2026-02-21T11:11:37.444141Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2026-02-21T11:11:48.766281Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2026-02-21T11:11:48.764897Z", "running": 0, "size": 2}}, {"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\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2026-02-21T11:11:48.764777Z service:container.foo [INFO] \"service was created\""], "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_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2026-02-21T11:11:48.763085Z", "running": 0, "size": 2}}, {"events": ["2026-02-21T11:11:16.014103Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial051=a", "trial144=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-21T11:11:15.184504Z", "last_refresh": "2026-02-21T11:11:37.444217Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:48.769049Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-21T11:11:48.760248Z", "last_refresh": "2026-02-21T11:11:37.444186Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:29.764875Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial144"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-21T11:11:29.763570Z", "running": 1, "size": 2}}] 2026-02-21T11:11:51.548 INFO:tasks.cephadm:container.foo has 0/2 2026-02-21T11:11:52.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:52 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:52.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:52 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:52.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:52 trial051 ceph-mon[39702]: Deploying daemon container.foo.trial051 on trial051 2026-02-21T11:11:52.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:52 trial051 ceph-mon[39702]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:11:52.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:52 trial051 ceph-mon[39702]: from='client.14328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:11:52.530 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:52 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:52.530 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:52 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:52.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:52 trial144 ceph-mon[41045]: Deploying daemon container.foo.trial051 on trial051 2026-02-21T11:11:52.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:52 trial144 ceph-mon[41045]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:11:52.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:52 trial144 ceph-mon[41045]: from='client.14328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:11:52.549 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph orch ls -f json 2026-02-21T11:11:52.668 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:52.911 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:11:52.912 INFO:teuthology.orchestra.run.trial051.stdout:[{"events": ["2026-02-21T11:11:05.272292Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-21T11:10:55.863229Z", "last_refresh": "2026-02-21T11:11:37.444141Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2026-02-21T11:11:48.766281Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2026-02-21T11:11:48.764897Z", "running": 0, "size": 2}}, {"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\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2026-02-21T11:11:48.764777Z service:container.foo [INFO] \"service was created\""], "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_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2026-02-21T11:11:48.763085Z", "running": 0, "size": 2}}, {"events": ["2026-02-21T11:11:16.014103Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial051=a", "trial144=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-21T11:11:15.184504Z", "last_refresh": "2026-02-21T11:11:37.444217Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:48.769049Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-21T11:11:48.760248Z", "last_refresh": "2026-02-21T11:11:37.444186Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:29.764875Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial144"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-21T11:11:29.763570Z", "running": 1, "size": 2}}] 2026-02-21T11:11:53.051 INFO:tasks.cephadm:container.foo has 0/2 2026-02-21T11:11:53.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:53 trial051 ceph-mon[39702]: from='client.14332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:11:53.530 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:53 trial144 ceph-mon[41045]: from='client.14332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:11:54.053 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph orch ls -f json 2026-02-21T11:11:54.208 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:54.231 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:54 trial051 ceph-mon[39702]: pgmap v35: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:11:54.452 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:11:54.452 INFO:teuthology.orchestra.run.trial051.stdout:[{"events": ["2026-02-21T11:11:05.272292Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-21T11:10:55.863229Z", "last_refresh": "2026-02-21T11:11:37.444141Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2026-02-21T11:11:48.766281Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2026-02-21T11:11:48.764897Z", "running": 0, "size": 2}}, {"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\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2026-02-21T11:11:54.317583Z service:container.foo [INFO] \"service was created\""], "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_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2026-02-21T11:11:48.763085Z", "running": 0, "size": 2}}, {"events": ["2026-02-21T11:11:16.014103Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial051=a", "trial144=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-21T11:11:15.184504Z", "last_refresh": "2026-02-21T11:11:37.444217Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:48.769049Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-21T11:11:48.760248Z", "last_refresh": "2026-02-21T11:11:37.444186Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:29.764875Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial144"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-21T11:11:29.763570Z", "running": 1, "size": 2}}] 2026-02-21T11:11:54.502 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:54 trial144 ceph-mon[41045]: pgmap v35: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:11:54.592 INFO:tasks.cephadm:container.foo has 0/2 2026-02-21T11:11:55.530 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:55 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:55.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:55 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:55.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:55 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:55.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:55 trial144 ceph-mon[41045]: Deploying daemon container.foo.trial144 on trial144 2026-02-21T11:11:55.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:55 trial144 ceph-mon[41045]: from='client.14336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:11:55.593 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph orch ls -f json 2026-02-21T11:11:55.619 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:55 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:55.620 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:55 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:55.620 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:55 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:55.620 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:55 trial051 ceph-mon[39702]: Deploying daemon container.foo.trial144 on trial144 2026-02-21T11:11:55.620 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:55 trial051 ceph-mon[39702]: from='client.14336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:11:55.715 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:55.963 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:11:55.964 INFO:teuthology.orchestra.run.trial051.stdout:[{"events": ["2026-02-21T11:11:05.272292Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-21T11:10:55.863229Z", "last_refresh": "2026-02-21T11:11:37.444141Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2026-02-21T11:11:48.766281Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2026-02-21T11:11:48.764897Z", "running": 0, "size": 2}}, {"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\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2026-02-21T11:11:54.317583Z service:container.foo [INFO] \"service was created\""], "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_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2026-02-21T11:11:48.763085Z", "running": 0, "size": 2}}, {"events": ["2026-02-21T11:11:16.014103Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial051=a", "trial144=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-21T11:11:15.184504Z", "last_refresh": "2026-02-21T11:11:37.444217Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:48.769049Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-21T11:11:48.760248Z", "last_refresh": "2026-02-21T11:11:37.444186Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:29.764875Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial144"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-21T11:11:29.763570Z", "running": 1, "size": 2}}] 2026-02-21T11:11:56.104 INFO:tasks.cephadm:container.foo has 0/2 2026-02-21T11:11:56.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:56 trial051 ceph-mon[39702]: pgmap v36: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:11:56.758 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:56 trial144 ceph-mon[41045]: pgmap v36: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:11:57.105 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph orch ls -f json 2026-02-21T11:11:57.224 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:57.459 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:57 trial051 ceph-mon[39702]: from='client.14340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:11:57.460 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:57 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:57.460 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:57 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:57.460 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:57 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:57.460 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:57 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:57.475 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:11:57.475 INFO:teuthology.orchestra.run.trial051.stdout:[{"events": ["2026-02-21T11:11:05.272292Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-21T11:10:55.863229Z", "last_refresh": "2026-02-21T11:11:37.444141Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2026-02-21T11:11:48.766281Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2026-02-21T11:11:48.764897Z", "running": 0, "size": 2}}, {"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\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2026-02-21T11:11:57.100246Z service:container.foo [INFO] \"service was created\""], "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_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2026-02-21T11:11:48.763085Z", "running": 0, "size": 2}}, {"events": ["2026-02-21T11:11:16.014103Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial051=a", "trial144=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-21T11:11:15.184504Z", "last_refresh": "2026-02-21T11:11:37.444217Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:48.769049Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-21T11:11:48.760248Z", "last_refresh": "2026-02-21T11:11:37.444186Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:29.764875Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial144"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-21T11:11:29.763570Z", "running": 1, "size": 2}}] 2026-02-21T11:11:57.568 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:57 trial144 ceph-mon[41045]: from='client.14340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:11:57.569 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:57 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:57.569 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:57 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:57.569 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:57 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:57.569 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:57 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:57.617 INFO:tasks.cephadm:container.foo has 0/2 2026-02-21T11:11:58.618 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph orch ls -f json 2026-02-21T11:11:58.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:58 trial051 ceph-mon[39702]: Deploying daemon container.bar.trial144 on trial144 2026-02-21T11:11:58.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:58 trial051 ceph-mon[39702]: pgmap v37: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:11:58.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:58 trial051 ceph-mon[39702]: from='client.14344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:11:58.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:58 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:58.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:58 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:58.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:58 trial051 ceph-mon[39702]: pgmap v38: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:11:58.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:58 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:58.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:58 trial051 ceph-mon[39702]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2026-02-21T11:11:58.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:58 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:58.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:58 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:58.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:58 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:58.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:58 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:58.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:58 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:58.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:58 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:58.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:58 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:58.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:58 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:58.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:58 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:58.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:58 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:58.741 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:58.984 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:11:58.985 INFO:teuthology.orchestra.run.trial051.stdout:[{"events": ["2026-02-21T11:11:05.272292Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-21T11:10:55.863229Z", "last_refresh": "2026-02-21T11:11:58.288113Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2026-02-21T11:11:48.766281Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2026-02-21T11:11:48.764897Z", "last_refresh": "2026-02-21T11:11:58.288339Z", "running": 0, "size": 2}}, {"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\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2026-02-21T11:11:57.100246Z service:container.foo [INFO] \"service was created\""], "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_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2026-02-21T11:11:48.763085Z", "last_refresh": "2026-02-21T11:11:58.288298Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:16.014103Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial051=a", "trial144=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-21T11:11:15.184504Z", "last_refresh": "2026-02-21T11:11:58.288222Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:48.769049Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-21T11:11:48.760248Z", "last_refresh": "2026-02-21T11:11:58.288180Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:29.764875Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial144"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-21T11:11:29.763570Z", "last_refresh": "2026-02-21T11:11:58.288260Z", "running": 2, "size": 2}}] 2026-02-21T11:11:59.030 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:58 trial144 ceph-mon[41045]: Deploying daemon container.bar.trial144 on trial144 2026-02-21T11:11:59.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:58 trial144 ceph-mon[41045]: pgmap v37: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:11:59.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:58 trial144 ceph-mon[41045]: from='client.14344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:11:59.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:58 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:59.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:58 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:59.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:58 trial144 ceph-mon[41045]: pgmap v38: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:11:59.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:58 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:59.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:58 trial144 ceph-mon[41045]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2026-02-21T11:11:59.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:58 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:59.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:58 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:59.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:58 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:59.032 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:58 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:59.032 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:58 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:59.032 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:58 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:59.032 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:58 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:59.032 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:58 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:59.032 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:58 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:59.032 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:58 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:11:59.125 INFO:tasks.cephadm:container.foo has 2/2 2026-02-21T11:11:59.125 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2026-02-21T11:11:59.141 INFO:tasks.cephadm:Waiting for ceph service container.bar to start (timeout 300)... 2026-02-21T11:11:59.142 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph orch ls -f json 2026-02-21T11:11:59.260 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:11:59.494 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:11:59.494 INFO:teuthology.orchestra.run.trial051.stdout:[{"events": ["2026-02-21T11:11:05.272292Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-21T11:10:55.863229Z", "last_refresh": "2026-02-21T11:11:58.288113Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2026-02-21T11:11:48.766281Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2026-02-21T11:11:48.764897Z", "last_refresh": "2026-02-21T11:11:58.288339Z", "running": 0, "size": 2}}, {"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\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2026-02-21T11:11:57.100246Z service:container.foo [INFO] \"service was created\""], "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_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2026-02-21T11:11:48.763085Z", "last_refresh": "2026-02-21T11:11:58.288298Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:16.014103Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial051=a", "trial144=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-21T11:11:15.184504Z", "last_refresh": "2026-02-21T11:11:58.288222Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:48.769049Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-21T11:11:48.760248Z", "last_refresh": "2026-02-21T11:11:58.288180Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:29.764875Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial144"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-21T11:11:29.763570Z", "last_refresh": "2026-02-21T11:11:58.288260Z", "running": 2, "size": 2}}] 2026-02-21T11:11:59.636 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:59 trial051 ceph-mon[39702]: pgmap v39: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:11:59.636 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:59 trial051 ceph-mon[39702]: pgmap v40: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:11:59.636 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:59 trial051 ceph-mon[39702]: pgmap v41: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:11:59.636 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:59 trial051 ceph-mon[39702]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2026-02-21T11:11:59.636 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:11:59 trial051 ceph-mon[39702]: Cluster is now healthy 2026-02-21T11:11:59.637 INFO:tasks.cephadm:container.bar has 0/2 2026-02-21T11:12:00.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:59 trial144 ceph-mon[41045]: pgmap v39: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:00.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:59 trial144 ceph-mon[41045]: pgmap v40: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:00.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:59 trial144 ceph-mon[41045]: pgmap v41: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:00.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:59 trial144 ceph-mon[41045]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2026-02-21T11:12:00.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:11:59 trial144 ceph-mon[41045]: Cluster is now healthy 2026-02-21T11:12:00.638 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph orch ls -f json 2026-02-21T11:12:00.758 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:12:00.830 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:00 trial051 ceph-mon[39702]: from='client.14348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:12:00.830 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:00 trial051 ceph-mon[39702]: from='client.14352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:12:00.846 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:00 trial144 ceph-mon[41045]: from='client.14348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:12:00.846 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:00 trial144 ceph-mon[41045]: from='client.14352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:12:00.994 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:12:00.994 INFO:teuthology.orchestra.run.trial051.stdout:[{"events": ["2026-02-21T11:11:05.272292Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-21T11:10:55.863229Z", "last_refresh": "2026-02-21T11:11:58.288113Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2026-02-21T11:11:48.766281Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2026-02-21T11:11:48.764897Z", "last_refresh": "2026-02-21T11:11:58.288339Z", "running": 0, "size": 2}}, {"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\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2026-02-21T11:11:57.100246Z service:container.foo [INFO] \"service was created\""], "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_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2026-02-21T11:11:48.763085Z", "last_refresh": "2026-02-21T11:11:58.288298Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:16.014103Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial051=a", "trial144=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-21T11:11:15.184504Z", "last_refresh": "2026-02-21T11:11:58.288222Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:48.769049Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-21T11:11:48.760248Z", "last_refresh": "2026-02-21T11:11:58.288180Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:29.764875Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial144"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-21T11:11:29.763570Z", "last_refresh": "2026-02-21T11:11:58.288260Z", "running": 2, "size": 2}}] 2026-02-21T11:12:01.135 INFO:tasks.cephadm:container.bar has 0/2 2026-02-21T11:12:02.136 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph orch ls -f json 2026-02-21T11:12:02.159 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:01 trial051 ceph-mon[39702]: pgmap v42: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:02.160 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:01 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:02.160 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:01 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:02.160 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:01 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:02.160 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:01 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:02.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:01 trial144 ceph-mon[41045]: pgmap v42: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:02.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:01 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:02.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:01 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:02.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:01 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:02.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:01 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:02.339 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:12:02.584 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:12:02.584 INFO:teuthology.orchestra.run.trial051.stdout:[{"events": ["2026-02-21T11:11:05.272292Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-21T11:10:55.863229Z", "last_refresh": "2026-02-21T11:11:58.441929Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2026-02-21T11:12:01.789345Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2026-02-21T11:11:48.764897Z", "last_refresh": "2026-02-21T11:12:02.559164Z", "running": 0, "size": 2}}, {"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\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2026-02-21T11:11:57.100246Z service:container.foo [INFO] \"service was created\""], "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_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2026-02-21T11:11:48.763085Z", "last_refresh": "2026-02-21T11:11:58.441997Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:16.014103Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial051=a", "trial144=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-21T11:11:15.184504Z", "last_refresh": "2026-02-21T11:11:58.441903Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:48.769049Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-21T11:11:48.760248Z", "last_refresh": "2026-02-21T11:11:58.441853Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:29.764875Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial144"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-21T11:11:29.763570Z", "last_refresh": "2026-02-21T11:11:58.441964Z", "running": 2, "size": 2}}] 2026-02-21T11:12:02.727 INFO:tasks.cephadm:container.bar has 0/2 2026-02-21T11:12:02.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:02 trial051 ceph-mon[39702]: from='client.14356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:12:02.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:02 trial051 ceph-mon[39702]: Deploying daemon container.bar.trial051 on trial051 2026-02-21T11:12:02.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:02 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:02.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:02 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:02.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:02 trial051 ceph-mon[39702]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:03.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:02 trial144 ceph-mon[41045]: from='client.14356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:12:03.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:02 trial144 ceph-mon[41045]: Deploying daemon container.bar.trial051 on trial051 2026-02-21T11:12:03.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:02 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:03.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:02 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:03.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:02 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:03.728 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph orch ls -f json 2026-02-21T11:12:03.848 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:12:04.108 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:12:04.108 INFO:teuthology.orchestra.run.trial051.stdout:[{"events": ["2026-02-21T11:11:05.272292Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-21T11:10:55.863229Z", "last_refresh": "2026-02-21T11:11:58.441929Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2026-02-21T11:12:01.789345Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2026-02-21T11:11:48.764897Z", "last_refresh": "2026-02-21T11:12:02.559164Z", "running": 0, "size": 2}}, {"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\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2026-02-21T11:11:57.100246Z service:container.foo [INFO] \"service was created\""], "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_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2026-02-21T11:11:48.763085Z", "last_refresh": "2026-02-21T11:11:58.441997Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:16.014103Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial051=a", "trial144=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-21T11:11:15.184504Z", "last_refresh": "2026-02-21T11:11:58.441903Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:48.769049Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-21T11:11:48.760248Z", "last_refresh": "2026-02-21T11:11:58.441853Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:29.764875Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial144"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-21T11:11:29.763570Z", "last_refresh": "2026-02-21T11:11:58.441964Z", "running": 2, "size": 2}}] 2026-02-21T11:12:04.109 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:03 trial051 ceph-mon[39702]: pgmap v43: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:04.109 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:03 trial051 ceph-mon[39702]: Detected new or changed devices on trial144 2026-02-21T11:12:04.109 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:03 trial051 ceph-mon[39702]: from='client.14360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:12:04.280 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:03 trial144 ceph-mon[41045]: pgmap v43: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:04.280 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:03 trial144 ceph-mon[41045]: Detected new or changed devices on trial144 2026-02-21T11:12:04.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:03 trial144 ceph-mon[41045]: from='client.14360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:12:04.915 INFO:tasks.cephadm:container.bar has 0/2 2026-02-21T11:12:05.915 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph orch ls -f json 2026-02-21T11:12:06.039 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:12:06.063 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:05 trial051 ceph-mon[39702]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:12:06.063 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:05 trial051 ceph-mon[39702]: pgmap v44: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:06.280 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:05 trial144 ceph-mon[41045]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:12:06.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:05 trial144 ceph-mon[41045]: pgmap v44: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:06.283 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:12:06.284 INFO:teuthology.orchestra.run.trial051.stdout:[{"events": ["2026-02-21T11:11:05.272292Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-21T11:10:55.863229Z", "last_refresh": "2026-02-21T11:11:58.441929Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2026-02-21T11:12:05.997821Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2026-02-21T11:11:48.764897Z", "last_refresh": "2026-02-21T11:12:02.559164Z", "running": 0, "size": 2}}, {"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\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2026-02-21T11:11:57.100246Z service:container.foo [INFO] \"service was created\""], "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_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2026-02-21T11:11:48.763085Z", "last_refresh": "2026-02-21T11:11:58.441997Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:16.014103Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial051=a", "trial144=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-21T11:11:15.184504Z", "last_refresh": "2026-02-21T11:11:58.441903Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:48.769049Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-21T11:11:48.760248Z", "last_refresh": "2026-02-21T11:11:58.441853Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:29.764875Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial144"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-21T11:11:29.763570Z", "last_refresh": "2026-02-21T11:11:58.441964Z", "running": 2, "size": 2}}] 2026-02-21T11:12:06.427 INFO:tasks.cephadm:container.bar has 0/2 2026-02-21T11:12:06.588 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:06 trial051 systemd[1]: Stopping Ceph mon.a for e5d393e1-0f15-11f1-b529-d404e6e7d460... 2026-02-21T11:12:06.858 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:06 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-a[39677]: 2026-02-21T11:12:06.634+0000 7fbb5b382640 -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 2026-02-21T11:12:06.858 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:06 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-a[39677]: 2026-02-21T11:12:06.634+0000 7fbb5b382640 -1 mon.a@0(leader) e2 *** Got Signal Terminated *** 2026-02-21T11:12:07.136 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:06 trial051 podman[61507]: 2026-02-21 11:12:06.858889349 +0000 UTC m=+0.237821016 container died 25e78ad5baeb83b93f59f370a4e6692c2de2af4a39ab7c0c3c5d45f4e0308731 (image=quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-a, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.license=GPLv2, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, org.label-schema.build-date=20260216, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.label-schema.schema-version=1.0) 2026-02-21T11:12:07.136 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:06 trial051 podman[61507]: 2026-02-21 11:12:06.971681542 +0000 UTC m=+0.350613199 container remove 25e78ad5baeb83b93f59f370a4e6692c2de2af4a39ab7c0c3c5d45f4e0308731 (image=quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.license=GPLv2, OSD_FLAVOR=default, io.buildah.version=1.41.3, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, org.label-schema.build-date=20260216) 2026-02-21T11:12:07.136 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:06 trial051 bash[61507]: ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-a 2026-02-21T11:12:07.136 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 systemd[1]: ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-21T11:12:07.136 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 systemd[1]: Stopped Ceph mon.a for e5d393e1-0f15-11f1-b529-d404e6e7d460. 2026-02-21T11:12:07.136 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 systemd[1]: ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mon.a.service: Consumed 1.708s CPU time. 2026-02-21T11:12:07.416 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 systemd[1]: Starting Ceph mon.a for e5d393e1-0f15-11f1-b529-d404e6e7d460... 2026-02-21T11:12:07.416 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 podman[61996]: 2026-02-21 11:12:07.286613822 +0000 UTC m=+0.016221035 container create f2b4a7889ce047f0e6080f91c5a607bfdcd5dc72f103c54e9a8ea97ed35b7241 (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-21T11:12:07.416 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 podman[61996]: 2026-02-21 11:12:07.3205726 +0000 UTC m=+0.050179822 container init f2b4a7889ce047f0e6080f91c5a607bfdcd5dc72f103c54e9a8ea97ed35b7241 (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-a, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, io.buildah.version=1.41.3, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2026-02-21T11:12:07.416 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 podman[61996]: 2026-02-21 11:12:07.323954206 +0000 UTC m=+0.053561428 container start f2b4a7889ce047f0e6080f91c5a607bfdcd5dc72f103c54e9a8ea97ed35b7241 (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-a, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-21T11:12:07.416 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 bash[61996]: f2b4a7889ce047f0e6080f91c5a607bfdcd5dc72f103c54e9a8ea97ed35b7241 2026-02-21T11:12:07.416 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 podman[61996]: 2026-02-21 11:12:07.279895293 +0000 UTC m=+0.009502515 image pull 77cba4e143336d2488688524e08832c24c8a8edfadc62c111f72b69f4aabee82 quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa 2026-02-21T11:12:07.416 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 systemd[1]: Started Ceph mon.a for e5d393e1-0f15-11f1-b529-d404e6e7d460. 2026-02-21T11:12:07.416 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: set uid:gid to 167:167 (ceph:ceph) 2026-02-21T11:12:07.416 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: ceph version 20.3.0-5397-gf7273f30 (f7273f3049146bdd7fa7b4a400114872a50228e9) tentacle (dev - RelWithDebInfo), process ceph-mon, pid 7 2026-02-21T11:12:07.416 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: pidfile_write: ignore empty --pid-file 2026-02-21T11:12:07.416 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: load: jerasure load: lrc 2026-02-21T11:12:07.416 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: RocksDB version: 7.9.2 2026-02-21T11:12:07.416 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Git sha 0 2026-02-21T11:12:07.416 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Compile date 2026-02-20 20:32:24 2026-02-21T11:12:07.416 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: DB SUMMARY 2026-02-21T11:12:07.416 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: DB Session ID: SL9XLGB2S5PGR75O1D51 2026-02-21T11:12:07.416 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: CURRENT file: CURRENT 2026-02-21T11:12:07.416 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: IDENTITY file: IDENTITY 2026-02-21T11:12:07.416 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: MANIFEST file: MANIFEST-000015 size: 281 Bytes 2026-02-21T11:12:07.416 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 2, files: 000008.sst 000013.sst 2026-02-21T11:12:07.416 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000014.log size: 4685378 ; 2026-02-21T11:12:07.416 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.error_if_exists: 0 2026-02-21T11:12:07.416 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.create_if_missing: 0 2026-02-21T11:12:07.416 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.paranoid_checks: 1 2026-02-21T11:12:07.416 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.env: 0xed6d60 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.fs: PosixFileSystem 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.info_log: 0x2958e00 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.max_file_opening_threads: 16 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.statistics: (nil) 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.use_fsync: 0 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.max_log_file_size: 0 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.keep_log_file_num: 1000 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.recycle_log_file_num: 0 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.allow_fallocate: 1 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.allow_mmap_reads: 0 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.allow_mmap_writes: 0 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.use_direct_reads: 0 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.create_missing_column_families: 0 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.db_log_dir: 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.wal_dir: 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.advise_random_on_open: 1 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.db_write_buffer_size: 0 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.write_buffer_manager: 0x2954140 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.rate_limiter: (nil) 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.wal_recovery_mode: 2 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.enable_thread_tracking: 0 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.enable_pipelined_write: 0 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.unordered_write: 0 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.row_cache: None 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.wal_filter: None 2026-02-21T11:12:07.417 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.allow_ingest_behind: 0 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.two_write_queues: 0 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.manual_wal_flush: 0 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.wal_compression: 0 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.atomic_flush: 0 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.log_readahead_size: 0 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.best_efforts_recovery: 0 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.allow_data_in_errors: 0 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.db_host_id: __hostname__ 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.max_background_jobs: 2 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.max_background_compactions: -1 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.max_subcompactions: 1 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.max_total_wal_size: 0 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.max_open_files: -1 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.bytes_per_sync: 0 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.compaction_readahead_size: 0 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.max_background_flushes: -1 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Compression algorithms supported: 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: kZSTD supported: 0 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: kXpressCompression supported: 0 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: kBZip2Compression supported: 0 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: kLZ4Compression supported: 1 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: kZlibCompression supported: 1 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: kLZ4HCCompression supported: 1 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: kSnappyCompression supported: 1 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-21T11:12:07.418 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.merge_operator: 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.compaction_filter: None 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.compaction_filter_factory: None 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.sst_partitioner_factory: None 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x2959540) 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: cache_index_and_filter_blocks: 1 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: pin_top_level_index_and_filter: 1 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: index_type: 0 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: data_block_index_type: 0 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: index_shortening: 1 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: checksum: 4 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: no_block_cache: 0 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: block_cache: 0x2927a50 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: block_cache_name: BinnedLRUCache 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: block_cache_options: 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: capacity : 536870912 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: num_shard_bits : 4 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: strict_capacity_limit : 0 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: high_pri_pool_ratio: 0.000 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: block_cache_compressed: (nil) 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: persistent_cache: (nil) 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: block_size: 4096 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: block_size_deviation: 10 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: block_restart_interval: 16 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: index_block_restart_interval: 1 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: metadata_block_size: 4096 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: partition_filters: 0 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: use_delta_encoding: 1 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: filter_policy: bloomfilter 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: whole_key_filtering: 1 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: verify_compression: 0 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: read_amp_bytes_per_bit: 0 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: format_version: 5 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: enable_index_compression: 1 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: block_align: 0 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: max_auto_readahead_size: 262144 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: prepopulate_block_cache: 0 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: initial_auto_readahead_size: 8192 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout: num_file_reads_for_auto_readahead: 2 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.write_buffer_size: 33554432 2026-02-21T11:12:07.419 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.max_write_buffer_number: 2 2026-02-21T11:12:07.420 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.compression: NoCompression 2026-02-21T11:12:07.420 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.bottommost_compression: Disabled 2026-02-21T11:12:07.420 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.prefix_extractor: nullptr 2026-02-21T11:12:07.420 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-21T11:12:07.420 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.num_levels: 7 2026-02-21T11:12:07.420 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-21T11:12:07.420 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-21T11:12:07.420 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-21T11:12:07.420 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-21T11:12:07.420 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-21T11:12:07.420 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-21T11:12:07.420 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-21T11:12:07.420 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-21T11:12:07.420 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-21T11:12:07.420 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-21T11:12:07.420 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-21T11:12:07.420 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-21T11:12:07.420 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-21T11:12:07.420 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.compression_opts.level: 32767 2026-02-21T11:12:07.420 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.compression_opts.strategy: 0 2026-02-21T11:12:07.420 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-21T11:12:07.420 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-21T11:12:07.420 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-21T11:12:07.420 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-21T11:12:07.420 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.compression_opts.enabled: false 2026-02-21T11:12:07.420 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-21T11:12:07.420 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-21T11:12:07.420 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-21T11:12:07.420 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.target_file_size_base: 67108864 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.arena_block_size: 1048576 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.disable_auto_compactions: 0 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.inplace_update_support: 0 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.bloom_locality: 0 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.max_successive_merges: 0 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.paranoid_file_checks: 0 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.force_consistency_checks: 1 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.report_bg_io_stats: 0 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.ttl: 2592000 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-21T11:12:07.421 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.enable_blob_files: false 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.min_blob_size: 0 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.blob_file_size: 268435456 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.blob_file_starting_level: 0 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 succeeded,manifest_file_number is 15, next_file_number is 17, last_sequence is 229, log_number is 10,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 10 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 10 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 8c9b4e30-78cd-4c0c-b023-b476fd79b3d8 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771672327341561, "job": 1, "event": "recovery_started", "wal_files": [14]} 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #14 mode 2 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771672327350485, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 18, "file_size": 4034262, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 234, "largest_seqno": 3246, "table_properties": {"data_size": 4022005, "index_size": 7692, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 3525, "raw_key_size": 31967, "raw_average_key_size": 22, "raw_value_size": 3994098, "raw_average_value_size": 2852, "num_data_blocks": 363, "num_entries": 1400, "num_filter_entries": 1400, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1771672327, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "8c9b4e30-78cd-4c0c-b023-b476fd79b3d8", "db_session_id": "SL9XLGB2S5PGR75O1D51", "orig_file_number": 18, "seqno_to_time_mapping": "N/A"}} 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771672327350566, "job": 1, "event": "recovery_finished"} 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: [db/version_set.cc:5047] Creating manifest 20 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000014.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x2974e00 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: DB pointer 0x3766000 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout: ** DB Stats ** 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout: 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout: ** Compaction Stats [default] ** 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.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) 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout: L0 3/0 3.92 MB 0.8 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 880.4 0.00 0.00 1 0.004 0 0 0.0 0.0 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout: Sum 3/0 3.92 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 880.4 0.00 0.00 1 0.004 0 0 0.0 0.0 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.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 880.4 0.00 0.00 1 0.004 0 0 0.0 0.0 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout: 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout: ** Compaction Stats [default] ** 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.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) 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-21T11:12:07.422 INFO:journalctl@ceph.mon.a.trial051.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 880.4 0.00 0.00 1 0.004 0 0 0.0 0.0 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout: 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout: 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout: Flush(GB): cumulative 0.004, interval 0.004 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout: Cumulative compaction: 0.00 GB write, 339.90 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout: Interval compaction: 0.00 GB write, 339.90 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.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 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout: Block cache BinnedLRUCache@0x2927a50#7 capacity: 512.00 MB usage: 13.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout: Block cache entry stats(count,size,portion): FilterBlock(3,4.73 KB,0.00090301%) IndexBlock(3,8.44 KB,0.00160933%) Misc(1,0.00 KB,0%) 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout: 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: starting mon.a rank 0 at public addrs [v2:10.20.193.51:3300/0,v1:10.20.193.51:6789/0] at bind addrs [v2:10.20.193.51:3300/0,v1:10.20.193.51:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: mon.a@-1(???) e2 preinit fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: mon.a@-1(???).mds e1 new map 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: mon.a@-1(???).mds e1 print_map 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout: e1 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout: btime 2026-02-21T11:10:33:330506+0000 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout: legacy client fscid: -1 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout: 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout: No filesystems configured 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: mon.a@-1(???).osd e16 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: mon.a@-1(???).osd e16 crush map has features 288514050185494528, adjusting msgr requires 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: mon.a@-1(???).osd e16 crush map has features 288514050185494528, adjusting msgr requires 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: mon.a@-1(???).osd e16 crush map has features 288514050185494528, adjusting msgr requires 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: mon.a@-1(???).paxosservice(auth 1..9) refresh upgraded, format 0 -> 3 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: Redeploying mon.a, (container cli args changed) . . . 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: Deploying daemon mon.a on trial051 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: from='client.14368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: pgmap v45: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: mon.a calling monitor election 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: monmap epoch 2 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:12:07.423 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: last_changed 2026-02-21T11:11:07.705159+0000 2026-02-21T11:12:07.424 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: created 2026-02-21T11:10:32.111412+0000 2026-02-21T11:12:07.424 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: min_mon_release 20 (tentacle) 2026-02-21T11:12:07.424 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: election_strategy: 1 2026-02-21T11:12:07.424 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: 0: [v2:10.20.193.51:3300/0,v1:10.20.193.51:6789/0] mon.a 2026-02-21T11:12:07.424 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: 1: [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] mon.b 2026-02-21T11:12:07.424 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: fsmap 2026-02-21T11:12:07.424 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: osdmap e16: 2 total, 2 up, 2 in 2026-02-21T11:12:07.424 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: mgrmap e14: a(active, since 71s), standbys: b 2026-02-21T11:12:07.424 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: overall HEALTH_OK 2026-02-21T11:12:07.424 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: from='mgr.14152 ' entity='' 2026-02-21T11:12:07.424 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: from='mgr.14152 ' entity='' 2026-02-21T11:12:07.424 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: from='mgr.14152 ' entity='mgr.a' 2026-02-21T11:12:07.424 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: from='mgr.14152 ' entity='mgr.a' 2026-02-21T11:12:07.424 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: from='mgr.14152 ' entity='mgr.a' 2026-02-21T11:12:07.424 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: from='mgr.14152 ' entity='mgr.a' 2026-02-21T11:12:07.424 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: from='mgr.14152 ' entity='mgr.a' 2026-02-21T11:12:07.424 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T11:12:07.424 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: from='mgr.14152 ' entity='mgr.a' 2026-02-21T11:12:07.424 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T11:12:07.424 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:07 trial051 ceph-mon[62058]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:12:07.428 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph orch ls -f json 2026-02-21T11:12:07.570 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:12:07.598 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-mon[41045]: Redeploying mon.a, (container cli args changed) . . . 2026-02-21T11:12:07.598 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-mon[41045]: Deploying daemon mon.a on trial051 2026-02-21T11:12:07.598 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-mon[41045]: from='client.14368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-21T11:12:07.598 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-mon[41045]: pgmap v45: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:07.598 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:12:07.598 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:12:07.598 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-mon[41045]: mon.a calling monitor election 2026-02-21T11:12:07.598 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-mon[41045]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-02-21T11:12:07.598 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-mon[41045]: monmap epoch 2 2026-02-21T11:12:07.598 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-mon[41045]: fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:12:07.598 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-mon[41045]: last_changed 2026-02-21T11:11:07.705159+0000 2026-02-21T11:12:07.598 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-mon[41045]: created 2026-02-21T11:10:32.111412+0000 2026-02-21T11:12:07.599 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-mon[41045]: min_mon_release 20 (tentacle) 2026-02-21T11:12:07.599 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-mon[41045]: election_strategy: 1 2026-02-21T11:12:07.599 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-mon[41045]: 0: [v2:10.20.193.51:3300/0,v1:10.20.193.51:6789/0] mon.a 2026-02-21T11:12:07.599 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-mon[41045]: 1: [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] mon.b 2026-02-21T11:12:07.599 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-mon[41045]: fsmap 2026-02-21T11:12:07.599 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-mon[41045]: osdmap e16: 2 total, 2 up, 2 in 2026-02-21T11:12:07.599 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-mon[41045]: mgrmap e14: a(active, since 71s), standbys: b 2026-02-21T11:12:07.599 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-mon[41045]: overall HEALTH_OK 2026-02-21T11:12:07.599 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-mon[41045]: from='mgr.14152 ' entity='' 2026-02-21T11:12:07.599 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-mon[41045]: from='mgr.14152 ' entity='' 2026-02-21T11:12:07.599 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-mon[41045]: from='mgr.14152 ' entity='mgr.a' 2026-02-21T11:12:07.599 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-mon[41045]: from='mgr.14152 ' entity='mgr.a' 2026-02-21T11:12:07.599 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-mon[41045]: from='mgr.14152 ' entity='mgr.a' 2026-02-21T11:12:07.599 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-mon[41045]: from='mgr.14152 ' entity='mgr.a' 2026-02-21T11:12:07.599 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-mon[41045]: from='mgr.14152 ' entity='mgr.a' 2026-02-21T11:12:07.599 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T11:12:07.599 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-mon[41045]: from='mgr.14152 ' entity='mgr.a' 2026-02-21T11:12:07.599 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T11:12:07.599 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-mon[41045]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:12:07.814 INFO:teuthology.orchestra.run.trial051.stdout: 2026-02-21T11:12:07.815 INFO:teuthology.orchestra.run.trial051.stdout:[{"events": ["2026-02-21T11:11:05.272292Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "spec": {"certificate_source": "cephadm-signed", "ssl": true}, "status": {"created": "2026-02-21T11:10:55.863229Z", "last_refresh": "2026-02-21T11:12:07.339301Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2026-02-21T11:12:05.997821Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2026-02-21T11:11:48.764897Z", "last_refresh": "2026-02-21T11:12:07.339411Z", "running": 2, "size": 2}}, {"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\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2026-02-21T11:11:57.100246Z service:container.foo [INFO] \"service was created\""], "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_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2026-02-21T11:11:48.763085Z", "last_refresh": "2026-02-21T11:12:07.339368Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:16.014103Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial051=a", "trial144=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-21T11:11:15.184504Z", "last_refresh": "2026-02-21T11:12:07.339277Z", "running": 2, "size": 2}}, {"events": ["2026-02-21T11:11:48.769049Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2026-02-21T11:11:48.760248Z", "last_refresh": "2026-02-21T11:12:07.571929Z", "running": 1, "size": 2}}, {"events": ["2026-02-21T11:11:29.764875Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial144"}, "service_id": "default", "service_name": "osd.default", "service_type": "osd", "spec": {"data_devices": {"paths": ["vg_nvme/lv_4"]}, "filter_logic": "AND", "objectstore": "bluestore", "osd_type": "classic", "termination_grace_period_seconds": 30}, "status": {"created": "2026-02-21T11:11:29.763570Z", "last_refresh": "2026-02-21T11:12:07.339334Z", "running": 2, "size": 2}}] 2026-02-21T11:12:07.957 INFO:tasks.cephadm:container.bar has 2/2 2026-02-21T11:12:07.957 INFO:teuthology.run_tasks:Running task exec... 2026-02-21T11:12:07.972 INFO:teuthology.task.exec:Executing custom commands... 2026-02-21T11:12:07.972 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@trial051.front.sepia.ceph.com 2026-02-21T11:12:07.973 DEBUG:teuthology.orchestra.run.trial051:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'set -ex 2026-02-21T11:12:07.973 DEBUG:teuthology.orchestra.run.trial051:> FSID=$(/home/ubuntu/cephtest/cephadm shell -- ceph fsid) 2026-02-21T11:12:07.973 DEBUG:teuthology.orchestra.run.trial051:> sleep 60 2026-02-21T11:12:07.973 DEBUG:teuthology.orchestra.run.trial051:> # check extra container and entrypoint args written to mon unit run file 2026-02-21T11:12:07.973 DEBUG:teuthology.orchestra.run.trial051:> grep "\-\-cpus=2" /var/lib/ceph/$FSID/mon.*/unit.run 2026-02-21T11:12:07.973 DEBUG:teuthology.orchestra.run.trial051:> grep "\-\-debug_ms 10" /var/lib/ceph/$FSID/mon.*/unit.run 2026-02-21T11:12:07.973 DEBUG:teuthology.orchestra.run.trial051:> # check that custom container properly wrote content to file. 2026-02-21T11:12:07.973 DEBUG:teuthology.orchestra.run.trial051:> # This requires the custom config, extra container args, and 2026-02-21T11:12:07.973 DEBUG:teuthology.orchestra.run.trial051:> # entrypoint args to all be working in order for this to have 2026-02-21T11:12:07.973 DEBUG:teuthology.orchestra.run.trial051:> # been written. The container entrypoint was set up with custom_configs, 2026-02-21T11:12:07.973 DEBUG:teuthology.orchestra.run.trial051:> # the content and where to write to with the entrypoint args, and the mounting 2026-02-21T11:12:07.973 DEBUG:teuthology.orchestra.run.trial051:> # of the /etc/cephadm_testing dir with extra container args 2026-02-21T11:12:07.973 DEBUG:teuthology.orchestra.run.trial051:> grep "testing_custom_containers" /etc/cephadm_testing/testing.txt 2026-02-21T11:12:07.973 DEBUG:teuthology.orchestra.run.trial051:> # Verify that container bar'"'"'s init containers and primary container 2026-02-21T11:12:07.973 DEBUG:teuthology.orchestra.run.trial051:> # ran successfully 2026-02-21T11:12:07.974 DEBUG:teuthology.orchestra.run.trial051:> dir=$(find /var/lib/ceph/$FSID -maxdepth 1 -type d -name '"'"'container.bar.*'"'"') 2026-02-21T11:12:07.974 DEBUG:teuthology.orchestra.run.trial051:> test -n "$dir" 2026-02-21T11:12:07.974 DEBUG:teuthology.orchestra.run.trial051:> grep ok ${dir}/data/primary.txt 2026-02-21T11:12:07.974 DEBUG:teuthology.orchestra.run.trial051:> grep from=centos ${dir}/data/from.txt 2026-02-21T11:12:07.974 DEBUG:teuthology.orchestra.run.trial051:> test -s ${dir}/data/presized.dat 2026-02-21T11:12:07.974 DEBUG:teuthology.orchestra.run.trial051:> ' 2026-02-21T11:12:08.001 INFO:teuthology.orchestra.run.trial051.stderr:++ /home/ubuntu/cephtest/cephadm shell -- ceph fsid 2026-02-21T11:12:08.093 INFO:teuthology.orchestra.run.trial051.stderr:Inferring fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:12:08.093 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:12:08.131 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 systemd[1]: Stopping Ceph mon.b for e5d393e1-0f15-11f1-b529-d404e6e7d460... 2026-02-21T11:12:08.131 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-b[40998]: 2026-02-21T11:12:07.928+0000 7f08e3bfc640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2026-02-21T11:12:08.131 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-b[40998]: 2026-02-21T11:12:07.928+0000 7f08e3bfc640 -1 mon.b@1(peon) e2 *** Got Signal Terminated *** 2026-02-21T11:12:08.131 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:07 trial144 podman[55014]: 2026-02-21 11:12:07.949728107 +0000 UTC m=+0.035350760 container died a3e3b0471011c75d15695ffe367a23276dd8444296294d72b32bccd1481ef77e (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-b, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, ceph=True, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2) 2026-02-21T11:12:08.132 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 podman[55014]: 2026-02-21 11:12:08.061962128 +0000 UTC m=+0.147584781 container remove a3e3b0471011c75d15695ffe367a23276dd8444296294d72b32bccd1481ef77e (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-b, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, org.label-schema.license=GPLv2, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, org.label-schema.build-date=20260216, OSD_FLAVOR=default) 2026-02-21T11:12:08.132 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 bash[55014]: ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-b 2026-02-21T11:12:08.418 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 systemd[1]: ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mon.b.service: Deactivated successfully. 2026-02-21T11:12:08.419 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 systemd[1]: Stopped Ceph mon.b for e5d393e1-0f15-11f1-b529-d404e6e7d460. 2026-02-21T11:12:08.419 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 systemd[1]: ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mon.b.service: Consumed 1.049s CPU time. 2026-02-21T11:12:08.419 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 systemd[1]: Starting Ceph mon.b for e5d393e1-0f15-11f1-b529-d404e6e7d460... 2026-02-21T11:12:08.419 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 podman[55200]: 2026-02-21 11:12:08.379838415 +0000 UTC m=+0.016334519 container create c79e6c4ad14467ee88e1830eb0e76d0b7621456447b49f5f30d6beda79ebfdf7 (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-b, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-bharath21-testing-2026-02-20-1039, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-21T11:12:08.627 INFO:teuthology.orchestra.run.trial051.stderr:+ FSID=e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:12:08.627 INFO:teuthology.orchestra.run.trial051.stderr:+ sleep 60 2026-02-21T11:12:08.679 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 podman[55200]: 2026-02-21 11:12:08.419153024 +0000 UTC m=+0.055649138 container init c79e6c4ad14467ee88e1830eb0e76d0b7621456447b49f5f30d6beda79ebfdf7 (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-b, io.buildah.version=1.41.3, OSD_FLAVOR=default, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-bharath21-testing-2026-02-20-1039, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True) 2026-02-21T11:12:08.679 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 podman[55200]: 2026-02-21 11:12:08.422599625 +0000 UTC m=+0.059095739 container start c79e6c4ad14467ee88e1830eb0e76d0b7621456447b49f5f30d6beda79ebfdf7 (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-b, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, ceph=True, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-21T11:12:08.680 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 bash[55200]: c79e6c4ad14467ee88e1830eb0e76d0b7621456447b49f5f30d6beda79ebfdf7 2026-02-21T11:12:08.680 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 podman[55200]: 2026-02-21 11:12:08.372596647 +0000 UTC m=+0.009092771 image pull 77cba4e143336d2488688524e08832c24c8a8edfadc62c111f72b69f4aabee82 quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa 2026-02-21T11:12:08.680 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 systemd[1]: Started Ceph mon.b for e5d393e1-0f15-11f1-b529-d404e6e7d460. 2026-02-21T11:12:08.680 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: set uid:gid to 167:167 (ceph:ceph) 2026-02-21T11:12:08.680 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: ceph version 20.3.0-5397-gf7273f30 (f7273f3049146bdd7fa7b4a400114872a50228e9) tentacle (dev - RelWithDebInfo), process ceph-mon, pid 7 2026-02-21T11:12:08.680 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: pidfile_write: ignore empty --pid-file 2026-02-21T11:12:08.680 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: load: jerasure load: lrc 2026-02-21T11:12:08.680 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: RocksDB version: 7.9.2 2026-02-21T11:12:08.680 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Git sha 0 2026-02-21T11:12:08.680 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Compile date 2026-02-20 20:32:24 2026-02-21T11:12:08.681 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: DB SUMMARY 2026-02-21T11:12:08.681 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: DB Session ID: M4DNW7AJ75527T8O1R5I 2026-02-21T11:12:08.681 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: CURRENT file: CURRENT 2026-02-21T11:12:08.681 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: IDENTITY file: IDENTITY 2026-02-21T11:12:08.681 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-21T11:12:08.681 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000008.sst 2026-02-21T11:12:08.681 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000009.log size: 6112145 ; 2026-02-21T11:12:08.681 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.error_if_exists: 0 2026-02-21T11:12:08.681 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.create_if_missing: 0 2026-02-21T11:12:08.681 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.paranoid_checks: 1 2026-02-21T11:12:08.681 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-21T11:12:08.681 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-21T11:12:08.682 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-21T11:12:08.682 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.env: 0xed6d60 2026-02-21T11:12:08.682 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.fs: PosixFileSystem 2026-02-21T11:12:08.682 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.info_log: 0x1bb2e00 2026-02-21T11:12:08.682 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.max_file_opening_threads: 16 2026-02-21T11:12:08.682 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.statistics: (nil) 2026-02-21T11:12:08.682 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.use_fsync: 0 2026-02-21T11:12:08.682 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.max_log_file_size: 0 2026-02-21T11:12:08.682 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-21T11:12:08.682 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-21T11:12:08.682 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.keep_log_file_num: 1000 2026-02-21T11:12:08.682 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.recycle_log_file_num: 0 2026-02-21T11:12:08.682 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.allow_fallocate: 1 2026-02-21T11:12:08.683 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.allow_mmap_reads: 0 2026-02-21T11:12:08.683 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.allow_mmap_writes: 0 2026-02-21T11:12:08.683 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.use_direct_reads: 0 2026-02-21T11:12:08.683 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-21T11:12:08.683 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.create_missing_column_families: 0 2026-02-21T11:12:08.683 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.db_log_dir: 2026-02-21T11:12:08.683 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.wal_dir: 2026-02-21T11:12:08.683 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-21T11:12:08.683 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-21T11:12:08.683 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-21T11:12:08.684 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-21T11:12:08.684 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-21T11:12:08.684 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-21T11:12:08.684 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.advise_random_on_open: 1 2026-02-21T11:12:08.684 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.db_write_buffer_size: 0 2026-02-21T11:12:08.684 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.write_buffer_manager: 0x1bae140 2026-02-21T11:12:08.684 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-21T11:12:08.684 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-21T11:12:08.684 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-21T11:12:08.684 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.rate_limiter: (nil) 2026-02-21T11:12:08.684 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-21T11:12:08.684 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.wal_recovery_mode: 2 2026-02-21T11:12:08.684 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.enable_thread_tracking: 0 2026-02-21T11:12:08.685 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.enable_pipelined_write: 0 2026-02-21T11:12:08.685 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.unordered_write: 0 2026-02-21T11:12:08.685 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-21T11:12:08.685 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-21T11:12:08.685 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-21T11:12:08.685 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-21T11:12:08.685 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.row_cache: None 2026-02-21T11:12:08.685 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.wal_filter: None 2026-02-21T11:12:08.685 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-21T11:12:08.685 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.allow_ingest_behind: 0 2026-02-21T11:12:08.685 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.two_write_queues: 0 2026-02-21T11:12:08.685 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.manual_wal_flush: 0 2026-02-21T11:12:08.686 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.wal_compression: 0 2026-02-21T11:12:08.686 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.atomic_flush: 0 2026-02-21T11:12:08.686 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-21T11:12:08.686 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-21T11:12:08.686 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-21T11:12:08.686 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.log_readahead_size: 0 2026-02-21T11:12:08.686 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-21T11:12:08.686 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.best_efforts_recovery: 0 2026-02-21T11:12:08.686 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-21T11:12:08.686 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-21T11:12:08.686 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.allow_data_in_errors: 0 2026-02-21T11:12:08.686 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.db_host_id: __hostname__ 2026-02-21T11:12:08.686 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-21T11:12:08.687 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.max_background_jobs: 2 2026-02-21T11:12:08.687 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.max_background_compactions: -1 2026-02-21T11:12:08.687 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.max_subcompactions: 1 2026-02-21T11:12:08.687 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-21T11:12:08.687 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-21T11:12:08.687 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-21T11:12:08.687 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.max_total_wal_size: 0 2026-02-21T11:12:08.687 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-21T11:12:08.687 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-21T11:12:08.687 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-21T11:12:08.687 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-21T11:12:08.687 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.max_open_files: -1 2026-02-21T11:12:08.687 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.bytes_per_sync: 0 2026-02-21T11:12:08.688 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-21T11:12:08.688 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-21T11:12:08.688 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.compaction_readahead_size: 0 2026-02-21T11:12:08.688 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.max_background_flushes: -1 2026-02-21T11:12:08.688 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Compression algorithms supported: 2026-02-21T11:12:08.688 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: kZSTD supported: 0 2026-02-21T11:12:08.688 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: kXpressCompression supported: 0 2026-02-21T11:12:08.688 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: kBZip2Compression supported: 0 2026-02-21T11:12:08.688 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-21T11:12:08.688 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: kLZ4Compression supported: 1 2026-02-21T11:12:08.688 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: kZlibCompression supported: 1 2026-02-21T11:12:08.688 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: kLZ4HCCompression supported: 1 2026-02-21T11:12:08.688 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: kSnappyCompression supported: 1 2026-02-21T11:12:08.689 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-21T11:12:08.689 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-21T11:12:08.689 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000010 2026-02-21T11:12:08.689 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-21T11:12:08.689 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-21T11:12:08.689 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.merge_operator: 2026-02-21T11:12:08.689 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.compaction_filter: None 2026-02-21T11:12:08.689 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.compaction_filter_factory: None 2026-02-21T11:12:08.689 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.sst_partitioner_factory: None 2026-02-21T11:12:08.689 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-21T11:12:08.689 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-21T11:12:08.689 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x1bb3540) 2026-02-21T11:12:08.689 INFO:journalctl@ceph.mon.b.trial144.stdout: cache_index_and_filter_blocks: 1 2026-02-21T11:12:08.690 INFO:journalctl@ceph.mon.b.trial144.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-21T11:12:08.690 INFO:journalctl@ceph.mon.b.trial144.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-21T11:12:08.690 INFO:journalctl@ceph.mon.b.trial144.stdout: pin_top_level_index_and_filter: 1 2026-02-21T11:12:08.690 INFO:journalctl@ceph.mon.b.trial144.stdout: index_type: 0 2026-02-21T11:12:08.690 INFO:journalctl@ceph.mon.b.trial144.stdout: data_block_index_type: 0 2026-02-21T11:12:08.690 INFO:journalctl@ceph.mon.b.trial144.stdout: index_shortening: 1 2026-02-21T11:12:08.690 INFO:journalctl@ceph.mon.b.trial144.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-21T11:12:08.690 INFO:journalctl@ceph.mon.b.trial144.stdout: checksum: 4 2026-02-21T11:12:08.690 INFO:journalctl@ceph.mon.b.trial144.stdout: no_block_cache: 0 2026-02-21T11:12:08.690 INFO:journalctl@ceph.mon.b.trial144.stdout: block_cache: 0x1b81a50 2026-02-21T11:12:08.690 INFO:journalctl@ceph.mon.b.trial144.stdout: block_cache_name: BinnedLRUCache 2026-02-21T11:12:08.690 INFO:journalctl@ceph.mon.b.trial144.stdout: block_cache_options: 2026-02-21T11:12:08.690 INFO:journalctl@ceph.mon.b.trial144.stdout: capacity : 536870912 2026-02-21T11:12:08.691 INFO:journalctl@ceph.mon.b.trial144.stdout: num_shard_bits : 4 2026-02-21T11:12:08.691 INFO:journalctl@ceph.mon.b.trial144.stdout: strict_capacity_limit : 0 2026-02-21T11:12:08.691 INFO:journalctl@ceph.mon.b.trial144.stdout: high_pri_pool_ratio: 0.000 2026-02-21T11:12:08.691 INFO:journalctl@ceph.mon.b.trial144.stdout: block_cache_compressed: (nil) 2026-02-21T11:12:08.691 INFO:journalctl@ceph.mon.b.trial144.stdout: persistent_cache: (nil) 2026-02-21T11:12:08.691 INFO:journalctl@ceph.mon.b.trial144.stdout: block_size: 4096 2026-02-21T11:12:08.691 INFO:journalctl@ceph.mon.b.trial144.stdout: block_size_deviation: 10 2026-02-21T11:12:08.691 INFO:journalctl@ceph.mon.b.trial144.stdout: block_restart_interval: 16 2026-02-21T11:12:08.691 INFO:journalctl@ceph.mon.b.trial144.stdout: index_block_restart_interval: 1 2026-02-21T11:12:08.691 INFO:journalctl@ceph.mon.b.trial144.stdout: metadata_block_size: 4096 2026-02-21T11:12:08.691 INFO:journalctl@ceph.mon.b.trial144.stdout: partition_filters: 0 2026-02-21T11:12:08.691 INFO:journalctl@ceph.mon.b.trial144.stdout: use_delta_encoding: 1 2026-02-21T11:12:08.691 INFO:journalctl@ceph.mon.b.trial144.stdout: filter_policy: bloomfilter 2026-02-21T11:12:08.692 INFO:journalctl@ceph.mon.b.trial144.stdout: whole_key_filtering: 1 2026-02-21T11:12:08.692 INFO:journalctl@ceph.mon.b.trial144.stdout: verify_compression: 0 2026-02-21T11:12:08.692 INFO:journalctl@ceph.mon.b.trial144.stdout: read_amp_bytes_per_bit: 0 2026-02-21T11:12:08.692 INFO:journalctl@ceph.mon.b.trial144.stdout: format_version: 5 2026-02-21T11:12:08.692 INFO:journalctl@ceph.mon.b.trial144.stdout: enable_index_compression: 1 2026-02-21T11:12:08.692 INFO:journalctl@ceph.mon.b.trial144.stdout: block_align: 0 2026-02-21T11:12:08.692 INFO:journalctl@ceph.mon.b.trial144.stdout: max_auto_readahead_size: 262144 2026-02-21T11:12:08.692 INFO:journalctl@ceph.mon.b.trial144.stdout: prepopulate_block_cache: 0 2026-02-21T11:12:08.692 INFO:journalctl@ceph.mon.b.trial144.stdout: initial_auto_readahead_size: 8192 2026-02-21T11:12:08.692 INFO:journalctl@ceph.mon.b.trial144.stdout: num_file_reads_for_auto_readahead: 2 2026-02-21T11:12:08.692 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.write_buffer_size: 33554432 2026-02-21T11:12:08.692 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.max_write_buffer_number: 2 2026-02-21T11:12:08.692 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.compression: NoCompression 2026-02-21T11:12:08.693 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.bottommost_compression: Disabled 2026-02-21T11:12:08.693 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.prefix_extractor: nullptr 2026-02-21T11:12:08.693 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-21T11:12:08.693 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.num_levels: 7 2026-02-21T11:12:08.693 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-21T11:12:08.693 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-21T11:12:08.693 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-21T11:12:08.693 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-21T11:12:08.693 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-21T11:12:08.693 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-21T11:12:08.693 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-21T11:12:08.693 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-21T11:12:08.693 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-21T11:12:08.694 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-21T11:12:08.694 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-21T11:12:08.694 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-21T11:12:08.694 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-21T11:12:08.694 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.compression_opts.level: 32767 2026-02-21T11:12:08.694 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.compression_opts.strategy: 0 2026-02-21T11:12:08.694 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-21T11:12:08.694 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-21T11:12:08.694 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-21T11:12:08.694 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-21T11:12:08.694 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.compression_opts.enabled: false 2026-02-21T11:12:08.694 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-21T11:12:08.695 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-21T11:12:08.695 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-21T11:12:08.695 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-21T11:12:08.695 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.target_file_size_base: 67108864 2026-02-21T11:12:08.695 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-21T11:12:08.695 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-21T11:12:08.695 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-21T11:12:08.695 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-21T11:12:08.695 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-21T11:12:08.695 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-21T11:12:08.695 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-21T11:12:08.695 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-21T11:12:08.695 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-21T11:12:08.696 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-21T11:12:08.696 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-21T11:12:08.696 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-21T11:12:08.696 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-21T11:12:08.696 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-21T11:12:08.696 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.arena_block_size: 1048576 2026-02-21T11:12:08.696 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-21T11:12:08.696 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-21T11:12:08.696 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.disable_auto_compactions: 0 2026-02-21T11:12:08.696 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-21T11:12:08.696 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-21T11:12:08.696 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-21T11:12:08.696 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-21T11:12:08.696 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-21T11:12:08.697 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-21T11:12:08.697 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-21T11:12:08.697 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-21T11:12:08.697 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-21T11:12:08.697 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-21T11:12:08.697 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-21T11:12:08.697 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.inplace_update_support: 0 2026-02-21T11:12:08.697 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-21T11:12:08.697 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-21T11:12:08.697 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-21T11:12:08.697 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-21T11:12:08.697 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.bloom_locality: 0 2026-02-21T11:12:08.698 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.max_successive_merges: 0 2026-02-21T11:12:08.698 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-21T11:12:08.698 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.paranoid_file_checks: 0 2026-02-21T11:12:08.698 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.force_consistency_checks: 1 2026-02-21T11:12:08.698 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.report_bg_io_stats: 0 2026-02-21T11:12:08.698 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.ttl: 2592000 2026-02-21T11:12:08.698 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-21T11:12:08.698 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-21T11:12:08.698 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-21T11:12:08.698 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.enable_blob_files: false 2026-02-21T11:12:08.698 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.min_blob_size: 0 2026-02-21T11:12:08.698 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.blob_file_size: 268435456 2026-02-21T11:12:08.698 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-21T11:12:08.699 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-21T11:12:08.699 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-21T11:12:08.699 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-21T11:12:08.699 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-21T11:12:08.699 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.blob_file_starting_level: 0 2026-02-21T11:12:08.699 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-21T11:12:08.699 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/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 2026-02-21T11:12:08.699 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-21T11:12:08.699 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: fff1b670-6b9a-45b0-b7cb-380e155e3351 2026-02-21T11:12:08.699 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771672328439377, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-21T11:12:08.699 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-21T11:12:08.699 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771672328449245, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 4267761, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 6, "largest_seqno": 3220, "table_properties": {"data_size": 4254361, "index_size": 8259, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 4101, "raw_key_size": 42457, "raw_average_key_size": 25, "raw_value_size": 4220300, "raw_average_value_size": 2581, "num_data_blocks": 390, "num_entries": 1635, "num_filter_entries": 1635, "num_deletions": 4, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1771672328, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "fff1b670-6b9a-45b0-b7cb-380e155e3351", "db_session_id": "M4DNW7AJ75527T8O1R5I", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-21T11:12:08.700 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771672328449343, "job": 1, "event": "recovery_finished"} 2026-02-21T11:12:08.700 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-21T11:12:08.700 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2026-02-21T11:12:08.700 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x1bcee00 2026-02-21T11:12:08.700 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: DB pointer 0x29c0000 2026-02-21T11:12:08.700 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-21T11:12:08.700 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-21T11:12:08.700 INFO:journalctl@ceph.mon.b.trial144.stdout: ** DB Stats ** 2026-02-21T11:12:08.700 INFO:journalctl@ceph.mon.b.trial144.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-21T11:12:08.700 INFO:journalctl@ceph.mon.b.trial144.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2026-02-21T11:12:08.700 INFO:journalctl@ceph.mon.b.trial144.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-21T11:12:08.700 INFO:journalctl@ceph.mon.b.trial144.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-21T11:12:08.700 INFO:journalctl@ceph.mon.b.trial144.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2026-02-21T11:12:08.701 INFO:journalctl@ceph.mon.b.trial144.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-21T11:12:08.701 INFO:journalctl@ceph.mon.b.trial144.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-21T11:12:08.701 INFO:journalctl@ceph.mon.b.trial144.stdout: 2026-02-21T11:12:08.701 INFO:journalctl@ceph.mon.b.trial144.stdout: ** Compaction Stats [default] ** 2026-02-21T11:12:08.701 INFO:journalctl@ceph.mon.b.trial144.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) 2026-02-21T11:12:08.701 INFO:journalctl@ceph.mon.b.trial144.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-21T11:12:08.701 INFO:journalctl@ceph.mon.b.trial144.stdout: L0 2/0 4.07 MB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1030.4 0.00 0.00 1 0.004 0 0 0.0 0.0 2026-02-21T11:12:08.701 INFO:journalctl@ceph.mon.b.trial144.stdout: Sum 2/0 4.07 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1030.4 0.00 0.00 1 0.004 0 0 0.0 0.0 2026-02-21T11:12:08.701 INFO:journalctl@ceph.mon.b.trial144.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 1030.4 0.00 0.00 1 0.004 0 0 0.0 0.0 2026-02-21T11:12:08.701 INFO:journalctl@ceph.mon.b.trial144.stdout: 2026-02-21T11:12:08.701 INFO:journalctl@ceph.mon.b.trial144.stdout: ** Compaction Stats [default] ** 2026-02-21T11:12:08.701 INFO:journalctl@ceph.mon.b.trial144.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) 2026-02-21T11:12:08.702 INFO:journalctl@ceph.mon.b.trial144.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-21T11:12:08.702 INFO:journalctl@ceph.mon.b.trial144.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 1030.4 0.00 0.00 1 0.004 0 0 0.0 0.0 2026-02-21T11:12:08.702 INFO:journalctl@ceph.mon.b.trial144.stdout: 2026-02-21T11:12:08.702 INFO:journalctl@ceph.mon.b.trial144.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-21T11:12:08.702 INFO:journalctl@ceph.mon.b.trial144.stdout: 2026-02-21T11:12:08.702 INFO:journalctl@ceph.mon.b.trial144.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-21T11:12:08.702 INFO:journalctl@ceph.mon.b.trial144.stdout: Flush(GB): cumulative 0.004, interval 0.004 2026-02-21T11:12:08.702 INFO:journalctl@ceph.mon.b.trial144.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-21T11:12:08.702 INFO:journalctl@ceph.mon.b.trial144.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-21T11:12:08.702 INFO:journalctl@ceph.mon.b.trial144.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-21T11:12:08.702 INFO:journalctl@ceph.mon.b.trial144.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-21T11:12:08.702 INFO:journalctl@ceph.mon.b.trial144.stdout: Cumulative compaction: 0.00 GB write, 336.93 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-21T11:12:08.703 INFO:journalctl@ceph.mon.b.trial144.stdout: Interval compaction: 0.00 GB write, 336.93 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-21T11:12:08.703 INFO:journalctl@ceph.mon.b.trial144.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 2026-02-21T11:12:08.703 INFO:journalctl@ceph.mon.b.trial144.stdout: Block cache BinnedLRUCache@0x1b81a50#7 capacity: 512.00 MB usage: 13.83 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2026-02-21T11:12:08.703 INFO:journalctl@ceph.mon.b.trial144.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,4.64 KB,0.000885129%) IndexBlock(2,9.19 KB,0.00175238%) Misc(1,0.00 KB,0%) 2026-02-21T11:12:08.703 INFO:journalctl@ceph.mon.b.trial144.stdout: 2026-02-21T11:12:08.703 INFO:journalctl@ceph.mon.b.trial144.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-21T11:12:08.703 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: starting mon.b rank 1 at public addrs [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] at bind addrs [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:12:08.703 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: mon.b@-1(???) e2 preinit fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:12:08.703 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: mon.b@-1(???).mds e1 new map 2026-02-21T11:12:08.703 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: mon.b@-1(???).mds e1 print_map 2026-02-21T11:12:08.703 INFO:journalctl@ceph.mon.b.trial144.stdout: e1 2026-02-21T11:12:08.704 INFO:journalctl@ceph.mon.b.trial144.stdout: btime 2026-02-21T11:10:33:330506+0000 2026-02-21T11:12:08.704 INFO:journalctl@ceph.mon.b.trial144.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-21T11:12:08.704 INFO:journalctl@ceph.mon.b.trial144.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2026-02-21T11:12:08.704 INFO:journalctl@ceph.mon.b.trial144.stdout: legacy client fscid: -1 2026-02-21T11:12:08.704 INFO:journalctl@ceph.mon.b.trial144.stdout: 2026-02-21T11:12:08.704 INFO:journalctl@ceph.mon.b.trial144.stdout: No filesystems configured 2026-02-21T11:12:08.704 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: mon.b@-1(???).osd e16 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-21T11:12:08.704 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: mon.b@-1(???).osd e16 crush map has features 288514050185494528, adjusting msgr requires 2026-02-21T11:12:08.704 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: mon.b@-1(???).osd e16 crush map has features 288514050185494528, adjusting msgr requires 2026-02-21T11:12:08.704 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: mon.b@-1(???).osd e16 crush map has features 288514050185494528, adjusting msgr requires 2026-02-21T11:12:08.704 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:08 trial144 ceph-mon[55249]: mon.b@-1(???).paxosservice(auth 1..10) refresh upgraded, format 0 -> 3 2026-02-21T11:12:09.583 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: pgmap v46: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:09.583 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: mon.a calling monitor election 2026-02-21T11:12:09.583 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: mon.b calling monitor election 2026-02-21T11:12:09.583 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-02-21T11:12:09.583 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: monmap epoch 2 2026-02-21T11:12:09.583 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:12:09.583 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: last_changed 2026-02-21T11:11:07.705159+0000 2026-02-21T11:12:09.583 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: created 2026-02-21T11:10:32.111412+0000 2026-02-21T11:12:09.583 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: min_mon_release 20 (tentacle) 2026-02-21T11:12:09.583 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: election_strategy: 1 2026-02-21T11:12:09.584 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: 0: [v2:10.20.193.51:3300/0,v1:10.20.193.51:6789/0] mon.a 2026-02-21T11:12:09.584 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: 1: [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] mon.b 2026-02-21T11:12:09.584 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: fsmap 2026-02-21T11:12:09.584 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: osdmap e16: 2 total, 2 up, 2 in 2026-02-21T11:12:09.584 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: mgrmap e14: a(active, since 72s), standbys: b 2026-02-21T11:12:09.584 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: overall HEALTH_OK 2026-02-21T11:12:09.584 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:09.584 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:09.584 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:09.584 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: pgmap v47: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:09.584 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:09.584 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:12:09.584 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:09.585 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:12:09.585 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:12:09.585 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: pgmap v48: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:09.585 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: pgmap v49: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:09.585 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:09.585 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:12:09.585 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:12:09.585 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:12:09.585 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:09 trial144 ceph-mon[55249]: from='client.? 10.20.193.51:0/1319485018' entity='client.admin' cmd={"prefix": "fsid"} : dispatch 2026-02-21T11:12:09.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: pgmap v46: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:09.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: mon.a calling monitor election 2026-02-21T11:12:09.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: mon.b calling monitor election 2026-02-21T11:12:09.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-02-21T11:12:09.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: monmap epoch 2 2026-02-21T11:12:09.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:12:09.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: last_changed 2026-02-21T11:11:07.705159+0000 2026-02-21T11:12:09.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: created 2026-02-21T11:10:32.111412+0000 2026-02-21T11:12:09.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: min_mon_release 20 (tentacle) 2026-02-21T11:12:09.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: election_strategy: 1 2026-02-21T11:12:09.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: 0: [v2:10.20.193.51:3300/0,v1:10.20.193.51:6789/0] mon.a 2026-02-21T11:12:09.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: 1: [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] mon.b 2026-02-21T11:12:09.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: fsmap 2026-02-21T11:12:09.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: osdmap e16: 2 total, 2 up, 2 in 2026-02-21T11:12:09.715 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: mgrmap e14: a(active, since 72s), standbys: b 2026-02-21T11:12:09.716 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: overall HEALTH_OK 2026-02-21T11:12:09.716 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:09.716 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:09.716 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:09.716 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: pgmap v47: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:09.716 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:09.716 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:12:09.716 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:09.716 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:12:09.716 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:12:09.716 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: pgmap v48: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:09.717 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: pgmap v49: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:09.717 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:09.717 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:12:09.717 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-21T11:12:09.717 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:12:09.717 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:09 trial051 ceph-mon[62058]: from='client.? 10.20.193.51:0/1319485018' entity='client.admin' cmd={"prefix": "fsid"} : dispatch 2026-02-21T11:12:10.714 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:10 trial051 ceph-mon[62058]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2026-02-21T11:12:10.781 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:10 trial144 ceph-mon[55249]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2026-02-21T11:12:11.612 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 systemd[1]: Stopping Ceph mon.a for e5d393e1-0f15-11f1-b529-d404e6e7d460... 2026-02-21T11:12:11.612 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-a[62020]: 2026-02-21T11:12:11.390+0000 7f0a4add8640 -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 2026-02-21T11:12:11.612 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-a[62020]: 2026-02-21T11:12:11.390+0000 7f0a4add8640 -1 mon.a@0(leader) e2 *** Got Signal Terminated *** 2026-02-21T11:12:11.613 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 podman[62855]: 2026-02-21 11:12:11.502934759 +0000 UTC m=+0.126384612 container died f2b4a7889ce047f0e6080f91c5a607bfdcd5dc72f103c54e9a8ea97ed35b7241 (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-a, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, CEPH_REF=wip-bharath21-testing-2026-02-20-1039) 2026-02-21T11:12:11.931 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 podman[62855]: 2026-02-21 11:12:11.61284706 +0000 UTC m=+0.236296913 container remove f2b4a7889ce047f0e6080f91c5a607bfdcd5dc72f103c54e9a8ea97ed35b7241 (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-a, ceph=True, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-21T11:12:11.931 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 bash[62855]: ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-a 2026-02-21T11:12:11.932 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 systemd[1]: ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-21T11:12:11.932 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 systemd[1]: Stopped Ceph mon.a for e5d393e1-0f15-11f1-b529-d404e6e7d460. 2026-02-21T11:12:11.932 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 systemd[1]: Starting Ceph mon.a for e5d393e1-0f15-11f1-b529-d404e6e7d460... 2026-02-21T11:12:12.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 podman[63042]: 2026-02-21 11:12:11.929776403 +0000 UTC m=+0.016069403 container create ff404afdcc9d0998c077fea4971cca34be062568c6d029ed8f5e0f2acab29914 (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-a, org.label-schema.license=GPLv2, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, OSD_FLAVOR=default, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-21T11:12:12.216 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 podman[63042]: 2026-02-21 11:12:11.963021213 +0000 UTC m=+0.049314153 container init ff404afdcc9d0998c077fea4971cca34be062568c6d029ed8f5e0f2acab29914 (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-a, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.41.3, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, org.label-schema.build-date=20260216, ceph=True, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-21T11:12:12.216 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 podman[63042]: 2026-02-21 11:12:11.966719077 +0000 UTC m=+0.053012017 container start ff404afdcc9d0998c077fea4971cca34be062568c6d029ed8f5e0f2acab29914 (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-a, org.label-schema.license=GPLv2, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, OSD_FLAVOR=default, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS) 2026-02-21T11:12:12.216 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 bash[63042]: ff404afdcc9d0998c077fea4971cca34be062568c6d029ed8f5e0f2acab29914 2026-02-21T11:12:12.216 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 podman[63042]: 2026-02-21 11:12:11.922998273 +0000 UTC m=+0.009291213 image pull 77cba4e143336d2488688524e08832c24c8a8edfadc62c111f72b69f4aabee82 quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa 2026-02-21T11:12:12.216 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 systemd[1]: Started Ceph mon.a for e5d393e1-0f15-11f1-b529-d404e6e7d460. 2026-02-21T11:12:12.216 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: set uid:gid to 167:167 (ceph:ceph) 2026-02-21T11:12:12.216 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: ceph version 20.3.0-5397-gf7273f30 (f7273f3049146bdd7fa7b4a400114872a50228e9) tentacle (dev - RelWithDebInfo), process ceph-mon, pid 7 2026-02-21T11:12:12.216 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: pidfile_write: ignore empty --pid-file 2026-02-21T11:12:12.216 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: load: jerasure load: lrc 2026-02-21T11:12:12.216 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: RocksDB version: 7.9.2 2026-02-21T11:12:12.217 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Git sha 0 2026-02-21T11:12:12.217 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Compile date 2026-02-20 20:32:24 2026-02-21T11:12:12.217 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: DB SUMMARY 2026-02-21T11:12:12.217 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: DB Session ID: 21TXQ95VLEUSE4PGID59 2026-02-21T11:12:12.217 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: CURRENT file: CURRENT 2026-02-21T11:12:12.217 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: IDENTITY file: IDENTITY 2026-02-21T11:12:12.217 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: MANIFEST file: MANIFEST-000020 size: 373 Bytes 2026-02-21T11:12:12.217 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 3, files: 000008.sst 000013.sst 000018.sst 2026-02-21T11:12:12.217 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000019.log size: 413485 ; 2026-02-21T11:12:12.217 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.error_if_exists: 0 2026-02-21T11:12:12.217 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.create_if_missing: 0 2026-02-21T11:12:12.217 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.paranoid_checks: 1 2026-02-21T11:12:12.217 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-21T11:12:12.218 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-21T11:12:12.218 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-21T11:12:12.218 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.env: 0xed6d60 2026-02-21T11:12:12.218 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.fs: PosixFileSystem 2026-02-21T11:12:12.218 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.info_log: 0x3498e00 2026-02-21T11:12:12.218 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.max_file_opening_threads: 16 2026-02-21T11:12:12.218 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.statistics: (nil) 2026-02-21T11:12:12.218 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.use_fsync: 0 2026-02-21T11:12:12.218 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.max_log_file_size: 0 2026-02-21T11:12:12.218 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-21T11:12:12.218 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-21T11:12:12.218 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.keep_log_file_num: 1000 2026-02-21T11:12:12.218 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.recycle_log_file_num: 0 2026-02-21T11:12:12.219 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.allow_fallocate: 1 2026-02-21T11:12:12.219 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.allow_mmap_reads: 0 2026-02-21T11:12:12.219 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.allow_mmap_writes: 0 2026-02-21T11:12:12.219 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.use_direct_reads: 0 2026-02-21T11:12:12.219 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-21T11:12:12.219 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.create_missing_column_families: 0 2026-02-21T11:12:12.219 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.db_log_dir: 2026-02-21T11:12:12.219 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.wal_dir: 2026-02-21T11:12:12.219 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-21T11:12:12.219 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-21T11:12:12.219 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-21T11:12:12.219 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-21T11:12:12.219 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-21T11:12:12.220 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-21T11:12:12.220 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.advise_random_on_open: 1 2026-02-21T11:12:12.220 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.db_write_buffer_size: 0 2026-02-21T11:12:12.220 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.write_buffer_manager: 0x3494140 2026-02-21T11:12:12.220 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-21T11:12:12.220 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-21T11:12:12.220 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-21T11:12:12.220 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.rate_limiter: (nil) 2026-02-21T11:12:12.220 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-21T11:12:12.220 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.wal_recovery_mode: 2 2026-02-21T11:12:12.220 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.enable_thread_tracking: 0 2026-02-21T11:12:12.220 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.enable_pipelined_write: 0 2026-02-21T11:12:12.220 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.unordered_write: 0 2026-02-21T11:12:12.221 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-21T11:12:12.221 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-21T11:12:12.221 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-21T11:12:12.221 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-21T11:12:12.221 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.row_cache: None 2026-02-21T11:12:12.221 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.wal_filter: None 2026-02-21T11:12:12.221 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-21T11:12:12.221 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.allow_ingest_behind: 0 2026-02-21T11:12:12.221 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.two_write_queues: 0 2026-02-21T11:12:12.221 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.manual_wal_flush: 0 2026-02-21T11:12:12.221 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.wal_compression: 0 2026-02-21T11:12:12.221 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.atomic_flush: 0 2026-02-21T11:12:12.221 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-21T11:12:12.222 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-21T11:12:12.222 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-21T11:12:12.222 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.log_readahead_size: 0 2026-02-21T11:12:12.222 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-21T11:12:12.222 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.best_efforts_recovery: 0 2026-02-21T11:12:12.222 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-21T11:12:12.222 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-21T11:12:12.222 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.allow_data_in_errors: 0 2026-02-21T11:12:12.222 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.db_host_id: __hostname__ 2026-02-21T11:12:12.222 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-21T11:12:12.222 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.max_background_jobs: 2 2026-02-21T11:12:12.222 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.max_background_compactions: -1 2026-02-21T11:12:12.222 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.max_subcompactions: 1 2026-02-21T11:12:12.223 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-21T11:12:12.223 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-21T11:12:12.223 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-21T11:12:12.223 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.max_total_wal_size: 0 2026-02-21T11:12:12.223 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-21T11:12:12.223 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-21T11:12:12.223 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-21T11:12:12.223 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-21T11:12:12.223 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.max_open_files: -1 2026-02-21T11:12:12.223 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.bytes_per_sync: 0 2026-02-21T11:12:12.223 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-21T11:12:12.223 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-21T11:12:12.223 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.compaction_readahead_size: 0 2026-02-21T11:12:12.223 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.max_background_flushes: -1 2026-02-21T11:12:12.224 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Compression algorithms supported: 2026-02-21T11:12:12.224 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: kZSTD supported: 0 2026-02-21T11:12:12.224 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: kXpressCompression supported: 0 2026-02-21T11:12:12.224 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: kBZip2Compression supported: 0 2026-02-21T11:12:12.224 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-21T11:12:12.224 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: kLZ4Compression supported: 1 2026-02-21T11:12:12.224 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: kZlibCompression supported: 1 2026-02-21T11:12:12.224 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: kLZ4HCCompression supported: 1 2026-02-21T11:12:12.224 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: kSnappyCompression supported: 1 2026-02-21T11:12:12.224 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-21T11:12:12.224 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-21T11:12:12.224 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000020 2026-02-21T11:12:12.224 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-21T11:12:12.225 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-21T11:12:12.225 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.merge_operator: 2026-02-21T11:12:12.225 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.compaction_filter: None 2026-02-21T11:12:12.225 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.compaction_filter_factory: None 2026-02-21T11:12:12.225 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.sst_partitioner_factory: None 2026-02-21T11:12:12.225 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-21T11:12:12.225 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-21T11:12:12.225 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x3499540) 2026-02-21T11:12:12.225 INFO:journalctl@ceph.mon.a.trial051.stdout: cache_index_and_filter_blocks: 1 2026-02-21T11:12:12.225 INFO:journalctl@ceph.mon.a.trial051.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-21T11:12:12.225 INFO:journalctl@ceph.mon.a.trial051.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-21T11:12:12.225 INFO:journalctl@ceph.mon.a.trial051.stdout: pin_top_level_index_and_filter: 1 2026-02-21T11:12:12.225 INFO:journalctl@ceph.mon.a.trial051.stdout: index_type: 0 2026-02-21T11:12:12.226 INFO:journalctl@ceph.mon.a.trial051.stdout: data_block_index_type: 0 2026-02-21T11:12:12.226 INFO:journalctl@ceph.mon.a.trial051.stdout: index_shortening: 1 2026-02-21T11:12:12.226 INFO:journalctl@ceph.mon.a.trial051.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-21T11:12:12.226 INFO:journalctl@ceph.mon.a.trial051.stdout: checksum: 4 2026-02-21T11:12:12.226 INFO:journalctl@ceph.mon.a.trial051.stdout: no_block_cache: 0 2026-02-21T11:12:12.226 INFO:journalctl@ceph.mon.a.trial051.stdout: block_cache: 0x3467a50 2026-02-21T11:12:12.226 INFO:journalctl@ceph.mon.a.trial051.stdout: block_cache_name: BinnedLRUCache 2026-02-21T11:12:12.226 INFO:journalctl@ceph.mon.a.trial051.stdout: block_cache_options: 2026-02-21T11:12:12.226 INFO:journalctl@ceph.mon.a.trial051.stdout: capacity : 536870912 2026-02-21T11:12:12.226 INFO:journalctl@ceph.mon.a.trial051.stdout: num_shard_bits : 4 2026-02-21T11:12:12.226 INFO:journalctl@ceph.mon.a.trial051.stdout: strict_capacity_limit : 0 2026-02-21T11:12:12.226 INFO:journalctl@ceph.mon.a.trial051.stdout: high_pri_pool_ratio: 0.000 2026-02-21T11:12:12.226 INFO:journalctl@ceph.mon.a.trial051.stdout: block_cache_compressed: (nil) 2026-02-21T11:12:12.227 INFO:journalctl@ceph.mon.a.trial051.stdout: persistent_cache: (nil) 2026-02-21T11:12:12.227 INFO:journalctl@ceph.mon.a.trial051.stdout: block_size: 4096 2026-02-21T11:12:12.227 INFO:journalctl@ceph.mon.a.trial051.stdout: block_size_deviation: 10 2026-02-21T11:12:12.227 INFO:journalctl@ceph.mon.a.trial051.stdout: block_restart_interval: 16 2026-02-21T11:12:12.227 INFO:journalctl@ceph.mon.a.trial051.stdout: index_block_restart_interval: 1 2026-02-21T11:12:12.227 INFO:journalctl@ceph.mon.a.trial051.stdout: metadata_block_size: 4096 2026-02-21T11:12:12.227 INFO:journalctl@ceph.mon.a.trial051.stdout: partition_filters: 0 2026-02-21T11:12:12.227 INFO:journalctl@ceph.mon.a.trial051.stdout: use_delta_encoding: 1 2026-02-21T11:12:12.227 INFO:journalctl@ceph.mon.a.trial051.stdout: filter_policy: bloomfilter 2026-02-21T11:12:12.227 INFO:journalctl@ceph.mon.a.trial051.stdout: whole_key_filtering: 1 2026-02-21T11:12:12.227 INFO:journalctl@ceph.mon.a.trial051.stdout: verify_compression: 0 2026-02-21T11:12:12.227 INFO:journalctl@ceph.mon.a.trial051.stdout: read_amp_bytes_per_bit: 0 2026-02-21T11:12:12.227 INFO:journalctl@ceph.mon.a.trial051.stdout: format_version: 5 2026-02-21T11:12:12.228 INFO:journalctl@ceph.mon.a.trial051.stdout: enable_index_compression: 1 2026-02-21T11:12:12.228 INFO:journalctl@ceph.mon.a.trial051.stdout: block_align: 0 2026-02-21T11:12:12.228 INFO:journalctl@ceph.mon.a.trial051.stdout: max_auto_readahead_size: 262144 2026-02-21T11:12:12.228 INFO:journalctl@ceph.mon.a.trial051.stdout: prepopulate_block_cache: 0 2026-02-21T11:12:12.228 INFO:journalctl@ceph.mon.a.trial051.stdout: initial_auto_readahead_size: 8192 2026-02-21T11:12:12.228 INFO:journalctl@ceph.mon.a.trial051.stdout: num_file_reads_for_auto_readahead: 2 2026-02-21T11:12:12.228 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.write_buffer_size: 33554432 2026-02-21T11:12:12.228 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.max_write_buffer_number: 2 2026-02-21T11:12:12.228 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.compression: NoCompression 2026-02-21T11:12:12.228 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.bottommost_compression: Disabled 2026-02-21T11:12:12.228 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.prefix_extractor: nullptr 2026-02-21T11:12:12.228 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-21T11:12:12.228 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.num_levels: 7 2026-02-21T11:12:12.229 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-21T11:12:12.229 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-21T11:12:12.229 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-21T11:12:12.229 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-21T11:12:12.229 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-21T11:12:12.229 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-21T11:12:12.229 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-21T11:12:12.229 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-21T11:12:12.229 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-21T11:12:12.229 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-21T11:12:12.229 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-21T11:12:12.229 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-21T11:12:12.229 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-21T11:12:12.229 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.compression_opts.level: 32767 2026-02-21T11:12:12.230 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.compression_opts.strategy: 0 2026-02-21T11:12:12.230 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-21T11:12:12.230 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-21T11:12:12.230 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-21T11:12:12.230 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-21T11:12:12.230 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.compression_opts.enabled: false 2026-02-21T11:12:12.230 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-21T11:12:12.230 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-21T11:12:12.230 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-21T11:12:12.230 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-21T11:12:12.230 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.target_file_size_base: 67108864 2026-02-21T11:12:12.230 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-21T11:12:12.230 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-21T11:12:12.231 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-21T11:12:12.231 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-21T11:12:12.231 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-21T11:12:12.231 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-21T11:12:12.231 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-21T11:12:12.231 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-21T11:12:12.231 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-21T11:12:12.231 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-21T11:12:12.231 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-21T11:12:12.231 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-21T11:12:12.231 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-21T11:12:12.231 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-21T11:12:12.231 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.arena_block_size: 1048576 2026-02-21T11:12:12.232 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-21T11:12:12.232 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-21T11:12:12.232 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.disable_auto_compactions: 0 2026-02-21T11:12:12.232 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-21T11:12:12.232 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-21T11:12:12.232 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-21T11:12:12.232 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-21T11:12:12.232 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-21T11:12:12.232 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-21T11:12:12.232 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-21T11:12:12.232 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-21T11:12:12.232 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-21T11:12:12.232 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-21T11:12:12.233 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-21T11:12:12.233 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.inplace_update_support: 0 2026-02-21T11:12:12.233 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-21T11:12:12.233 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-21T11:12:12.233 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-21T11:12:12.233 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-21T11:12:12.233 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.bloom_locality: 0 2026-02-21T11:12:12.233 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.max_successive_merges: 0 2026-02-21T11:12:12.233 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-21T11:12:12.233 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.paranoid_file_checks: 0 2026-02-21T11:12:12.233 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.force_consistency_checks: 1 2026-02-21T11:12:12.233 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.report_bg_io_stats: 0 2026-02-21T11:12:12.233 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.ttl: 2592000 2026-02-21T11:12:12.234 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-21T11:12:12.234 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-21T11:12:12.234 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-21T11:12:12.234 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.enable_blob_files: false 2026-02-21T11:12:12.234 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.min_blob_size: 0 2026-02-21T11:12:12.234 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.blob_file_size: 268435456 2026-02-21T11:12:12.234 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-21T11:12:12.234 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-21T11:12:12.234 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-21T11:12:12.234 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-21T11:12:12.234 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-21T11:12:12.234 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.blob_file_starting_level: 0 2026-02-21T11:12:12.235 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-21T11:12:12.235 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000020 succeeded,manifest_file_number is 20, next_file_number is 22, last_sequence is 3246, log_number is 15,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 15 2026-02-21T11:12:12.235 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 15 2026-02-21T11:12:12.235 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 8c9b4e30-78cd-4c0c-b023-b476fd79b3d8 2026-02-21T11:12:12.235 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771672331983959, "job": 1, "event": "recovery_started", "wal_files": [19]} 2026-02-21T11:12:12.235 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #19 mode 2 2026-02-21T11:12:12.235 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771672331985405, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 23, "file_size": 344423, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 3252, "largest_seqno": 3509, "table_properties": {"data_size": 342031, "index_size": 969, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 389, "raw_key_size": 3395, "raw_average_key_size": 24, "raw_value_size": 338839, "raw_average_value_size": 2455, "num_data_blocks": 44, "num_entries": 138, "num_filter_entries": 138, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1771672331, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "8c9b4e30-78cd-4c0c-b023-b476fd79b3d8", "db_session_id": "21TXQ95VLEUSE4PGID59", "orig_file_number": 23, "seqno_to_time_mapping": "N/A"}} 2026-02-21T11:12:12.235 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771672331985455, "job": 1, "event": "recovery_finished"} 2026-02-21T11:12:12.235 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: [db/version_set.cc:5047] Creating manifest 25 2026-02-21T11:12:12.235 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000019.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2026-02-21T11:12:12.235 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x34b4e00 2026-02-21T11:12:12.235 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: DB pointer 0x42a6000 2026-02-21T11:12:12.236 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: [db/compaction/compaction_job.cc:1995] [default] [JOB 3] Compacting 4@0 files to L6, score 1.00 2026-02-21T11:12:12.236 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: [db/compaction/compaction_job.cc:2001] [default]: Compaction start summary: Base version 2 Base level 0, inputs: [23(336KB) 18(3939KB) 13(72KB) 8(1912B)] 2026-02-21T11:12:12.236 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771672331986421, "job": 3, "event": "compaction_started", "compaction_reason": "LevelL0FilesNum", "files_L0": [23, 18, 13, 8], "score": 1, "input_data_size": 4454908, "oldest_snapshot_seqno": -1} 2026-02-21T11:12:12.236 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-21T11:12:12.236 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-21T11:12:12.236 INFO:journalctl@ceph.mon.a.trial051.stdout: ** DB Stats ** 2026-02-21T11:12:12.236 INFO:journalctl@ceph.mon.a.trial051.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-21T11:12:12.236 INFO:journalctl@ceph.mon.a.trial051.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2026-02-21T11:12:12.236 INFO:journalctl@ceph.mon.a.trial051.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-21T11:12:12.236 INFO:journalctl@ceph.mon.a.trial051.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-21T11:12:12.236 INFO:journalctl@ceph.mon.a.trial051.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2026-02-21T11:12:12.236 INFO:journalctl@ceph.mon.a.trial051.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-21T11:12:12.236 INFO:journalctl@ceph.mon.a.trial051.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-21T11:12:12.237 INFO:journalctl@ceph.mon.a.trial051.stdout: 2026-02-21T11:12:12.237 INFO:journalctl@ceph.mon.a.trial051.stdout: ** Compaction Stats [default] ** 2026-02-21T11:12:12.237 INFO:journalctl@ceph.mon.a.trial051.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) 2026-02-21T11:12:12.237 INFO:journalctl@ceph.mon.a.trial051.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-21T11:12:12.237 INFO:journalctl@ceph.mon.a.trial051.stdout: L0 4/4 4.25 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 345.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-21T11:12:12.237 INFO:journalctl@ceph.mon.a.trial051.stdout: Sum 4/4 4.25 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 345.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-21T11:12:12.237 INFO:journalctl@ceph.mon.a.trial051.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 345.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-21T11:12:12.237 INFO:journalctl@ceph.mon.a.trial051.stdout: 2026-02-21T11:12:12.237 INFO:journalctl@ceph.mon.a.trial051.stdout: ** Compaction Stats [default] ** 2026-02-21T11:12:12.237 INFO:journalctl@ceph.mon.a.trial051.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) 2026-02-21T11:12:12.237 INFO:journalctl@ceph.mon.a.trial051.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-21T11:12:12.237 INFO:journalctl@ceph.mon.a.trial051.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 345.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-21T11:12:12.238 INFO:journalctl@ceph.mon.a.trial051.stdout: 2026-02-21T11:12:12.238 INFO:journalctl@ceph.mon.a.trial051.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-21T11:12:12.238 INFO:journalctl@ceph.mon.a.trial051.stdout: 2026-02-21T11:12:12.238 INFO:journalctl@ceph.mon.a.trial051.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-21T11:12:12.238 INFO:journalctl@ceph.mon.a.trial051.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-21T11:12:12.238 INFO:journalctl@ceph.mon.a.trial051.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-21T11:12:12.238 INFO:journalctl@ceph.mon.a.trial051.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-21T11:12:12.238 INFO:journalctl@ceph.mon.a.trial051.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-21T11:12:12.238 INFO:journalctl@ceph.mon.a.trial051.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-21T11:12:12.238 INFO:journalctl@ceph.mon.a.trial051.stdout: Cumulative compaction: 0.00 GB write, 102.81 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-21T11:12:12.238 INFO:journalctl@ceph.mon.a.trial051.stdout: Interval compaction: 0.00 GB write, 102.81 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-21T11:12:12.238 INFO:journalctl@ceph.mon.a.trial051.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 2026-02-21T11:12:12.238 INFO:journalctl@ceph.mon.a.trial051.stdout: Block cache BinnedLRUCache@0x3467a50#7 capacity: 512.00 MB usage: 14.69 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.6e-05 secs_since: 0 2026-02-21T11:12:12.239 INFO:journalctl@ceph.mon.a.trial051.stdout: Block cache entry stats(count,size,portion): FilterBlock(4,5.17 KB,0.000986457%) IndexBlock(4,9.52 KB,0.00181496%) Misc(1,0.00 KB,0%) 2026-02-21T11:12:12.239 INFO:journalctl@ceph.mon.a.trial051.stdout: 2026-02-21T11:12:12.239 INFO:journalctl@ceph.mon.a.trial051.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-21T11:12:12.239 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: CompressorRegistry(0x35a8a18) _refresh_config ms_osd_compression_mode 0 ms_osd_compression_methods [1] ms_osd_compress_above_min_size 1024 ms_compress_secure 0 2026-02-21T11:12:12.239 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: Event(0x359ae08 nevent=5000 time_id=1).set_owner center_id=0 owner=139926776862272 2026-02-21T11:12:12.239 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: stack operator() starting 2026-02-21T11:12:12.239 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: Event(0x359b048 nevent=5000 time_id=1).set_owner center_id=1 owner=139926785254976 2026-02-21T11:12:12.239 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: stack operator() starting 2026-02-21T11:12:12.239 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: Event(0x359b288 nevent=5000 time_id=1).set_owner center_id=2 owner=139926877574720 2026-02-21T11:12:12.239 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: stack operator() starting 2026-02-21T11:12:12.239 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: starting mon.a rank 0 at public addrs [v2:10.20.193.51:3300/0,v1:10.20.193.51:6789/0] at bind addrs [v2:10.20.193.51:3300/0,v1:10.20.193.51:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:12:12.239 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: CompressorRegistry(0x35a9a18) _refresh_config ms_osd_compression_mode 0 ms_osd_compression_methods [1] ms_osd_compress_above_min_size 1024 ms_compress_secure 0 2026-02-21T11:12:12.240 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: -- operator() registering messenger mon-mgrc using key mon-mgrc failed due to a name collision. messenger won't be available to "messenger dump" 2026-02-21T11:12:12.240 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: mon.a@-1(???) e2 preinit fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:12:12.240 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: mon.a@-1(???).mds e1 new map 2026-02-21T11:12:12.240 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: mon.a@-1(???).mds e1 print_map 2026-02-21T11:12:12.240 INFO:journalctl@ceph.mon.a.trial051.stdout: e1 2026-02-21T11:12:12.240 INFO:journalctl@ceph.mon.a.trial051.stdout: btime 2026-02-21T11:10:33:330506+0000 2026-02-21T11:12:12.240 INFO:journalctl@ceph.mon.a.trial051.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-21T11:12:12.240 INFO:journalctl@ceph.mon.a.trial051.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2026-02-21T11:12:12.240 INFO:journalctl@ceph.mon.a.trial051.stdout: legacy client fscid: -1 2026-02-21T11:12:12.240 INFO:journalctl@ceph.mon.a.trial051.stdout: 2026-02-21T11:12:12.240 INFO:journalctl@ceph.mon.a.trial051.stdout: No filesystems configured 2026-02-21T11:12:12.240 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: mon.a@-1(???).osd e16 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-21T11:12:12.241 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: mon.a@-1(???).osd e16 crush map has features 288514050185494528, adjusting msgr requires 2026-02-21T11:12:12.241 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: mon.a@-1(???).osd e16 crush map has features 288514050185494528, adjusting msgr requires 2026-02-21T11:12:12.241 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: mon.a@-1(???).osd e16 crush map has features 288514050185494528, adjusting msgr requires 2026-02-21T11:12:12.241 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:11 trial051 ceph-mon[63093]: mon.a@-1(???).paxosservice(auth 1..10) refresh upgraded, format 0 -> 3 2026-02-21T11:12:12.241 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:12 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:12:12.241 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:12 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:12:12.241 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:12 trial051 ceph-mon[63093]: mon.a calling monitor election 2026-02-21T11:12:12.241 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:12 trial051 ceph-mon[63093]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-02-21T11:12:12.241 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:12 trial051 ceph-mon[63093]: monmap epoch 2 2026-02-21T11:12:12.241 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:12 trial051 ceph-mon[63093]: fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:12:12.241 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:12 trial051 ceph-mon[63093]: last_changed 2026-02-21T11:11:07.705159+0000 2026-02-21T11:12:12.241 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:12 trial051 ceph-mon[63093]: created 2026-02-21T11:10:32.111412+0000 2026-02-21T11:12:12.241 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:12 trial051 ceph-mon[63093]: min_mon_release 20 (tentacle) 2026-02-21T11:12:12.242 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:12 trial051 ceph-mon[63093]: election_strategy: 1 2026-02-21T11:12:12.242 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:12 trial051 ceph-mon[63093]: 0: [v2:10.20.193.51:3300/0,v1:10.20.193.51:6789/0] mon.a 2026-02-21T11:12:12.242 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:12 trial051 ceph-mon[63093]: 1: [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] mon.b 2026-02-21T11:12:12.242 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:12 trial051 ceph-mon[63093]: fsmap 2026-02-21T11:12:12.242 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:12 trial051 ceph-mon[63093]: osdmap e16: 2 total, 2 up, 2 in 2026-02-21T11:12:12.242 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:12 trial051 ceph-mon[63093]: mgrmap e14: a(active, since 76s), standbys: b 2026-02-21T11:12:12.242 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:12 trial051 ceph-mon[63093]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2026-02-21T11:12:12.242 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:12 trial051 ceph-mon[63093]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2026-02-21T11:12:12.242 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:12 trial051 ceph-mon[63093]: daemon mon.a on trial051 is in unknown state 2026-02-21T11:12:12.242 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:12 trial051 ceph-mon[63093]: from='mgr.14152 ' entity='mgr.a' 2026-02-21T11:12:12.242 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:12 trial051 ceph-mon[63093]: from='mgr.14152 ' entity='mgr.a' 2026-02-21T11:12:12.243 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:12 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T11:12:12.243 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:12 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T11:12:12.243 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:12 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:12:12.354 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 ceph-mon[55249]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-21T11:12:12.354 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 ceph-mon[55249]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-21T11:12:12.354 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 ceph-mon[55249]: mon.a calling monitor election 2026-02-21T11:12:12.354 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 ceph-mon[55249]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-02-21T11:12:12.354 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 ceph-mon[55249]: monmap epoch 2 2026-02-21T11:12:12.354 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 ceph-mon[55249]: fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:12:12.354 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 ceph-mon[55249]: last_changed 2026-02-21T11:11:07.705159+0000 2026-02-21T11:12:12.354 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 ceph-mon[55249]: created 2026-02-21T11:10:32.111412+0000 2026-02-21T11:12:12.354 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 ceph-mon[55249]: min_mon_release 20 (tentacle) 2026-02-21T11:12:12.354 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 ceph-mon[55249]: election_strategy: 1 2026-02-21T11:12:12.354 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 ceph-mon[55249]: 0: [v2:10.20.193.51:3300/0,v1:10.20.193.51:6789/0] mon.a 2026-02-21T11:12:12.354 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 ceph-mon[55249]: 1: [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] mon.b 2026-02-21T11:12:12.354 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 ceph-mon[55249]: fsmap 2026-02-21T11:12:12.354 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 ceph-mon[55249]: osdmap e16: 2 total, 2 up, 2 in 2026-02-21T11:12:12.354 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 ceph-mon[55249]: mgrmap e14: a(active, since 76s), standbys: b 2026-02-21T11:12:12.354 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 ceph-mon[55249]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2026-02-21T11:12:12.354 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 ceph-mon[55249]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2026-02-21T11:12:12.354 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 ceph-mon[55249]: daemon mon.a on trial051 is in unknown state 2026-02-21T11:12:12.355 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 ceph-mon[55249]: from='mgr.14152 ' entity='mgr.a' 2026-02-21T11:12:12.355 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 ceph-mon[55249]: from='mgr.14152 ' entity='mgr.a' 2026-02-21T11:12:12.355 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 ceph-mon[55249]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-21T11:12:12.355 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 ceph-mon[55249]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-21T11:12:12.355 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 ceph-mon[55249]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:12:12.706 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 systemd[1]: Stopping Ceph mon.b for e5d393e1-0f15-11f1-b529-d404e6e7d460... 2026-02-21T11:12:12.706 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-b[55224]: 2026-02-21T11:12:12.575+0000 7f40a872d640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2026-02-21T11:12:12.706 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-b[55224]: 2026-02-21T11:12:12.575+0000 7f40a872d640 -1 mon.b@1(peon) e2 *** Got Signal Terminated *** 2026-02-21T11:12:12.706 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 podman[56236]: 2026-02-21 11:12:12.597116563 +0000 UTC m=+0.035567312 container died c79e6c4ad14467ee88e1830eb0e76d0b7621456447b49f5f30d6beda79ebfdf7 (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-b, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, OSD_FLAVOR=default, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2) 2026-02-21T11:12:13.013 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 podman[56236]: 2026-02-21 11:12:12.708655307 +0000 UTC m=+0.147106056 container remove c79e6c4ad14467ee88e1830eb0e76d0b7621456447b49f5f30d6beda79ebfdf7 (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-b, org.label-schema.build-date=20260216, io.buildah.version=1.41.3, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, ceph=True, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2026-02-21T11:12:13.013 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 bash[56236]: ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-b 2026-02-21T11:12:13.013 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 systemd[1]: ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mon.b.service: Deactivated successfully. 2026-02-21T11:12:13.013 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 systemd[1]: Stopped Ceph mon.b for e5d393e1-0f15-11f1-b529-d404e6e7d460. 2026-02-21T11:12:13.013 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:12 trial144 systemd[1]: Starting Ceph mon.b for e5d393e1-0f15-11f1-b529-d404e6e7d460... 2026-02-21T11:12:13.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 podman[56418]: 2026-02-21 11:12:13.011984007 +0000 UTC m=+0.015626356 container create b691dcfed003d9f1d5ac9d867c3419f709e32746b1cf33b47369d87850f748e6 (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-b, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, org.label-schema.license=GPLv2, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS) 2026-02-21T11:12:13.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 podman[56418]: 2026-02-21 11:12:13.041318721 +0000 UTC m=+0.044961090 container init b691dcfed003d9f1d5ac9d867c3419f709e32746b1cf33b47369d87850f748e6 (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-b, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, io.buildah.version=1.41.3, org.label-schema.license=GPLv2, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, org.label-schema.build-date=20260216) 2026-02-21T11:12:13.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 podman[56418]: 2026-02-21 11:12:13.044890093 +0000 UTC m=+0.048532452 container start b691dcfed003d9f1d5ac9d867c3419f709e32746b1cf33b47369d87850f748e6 (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-b, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9) 2026-02-21T11:12:13.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 bash[56418]: b691dcfed003d9f1d5ac9d867c3419f709e32746b1cf33b47369d87850f748e6 2026-02-21T11:12:13.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 podman[56418]: 2026-02-21 11:12:13.005459429 +0000 UTC m=+0.009101798 image pull 77cba4e143336d2488688524e08832c24c8a8edfadc62c111f72b69f4aabee82 quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa 2026-02-21T11:12:13.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 systemd[1]: Started Ceph mon.b for e5d393e1-0f15-11f1-b529-d404e6e7d460. 2026-02-21T11:12:13.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: set uid:gid to 167:167 (ceph:ceph) 2026-02-21T11:12:13.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: ceph version 20.3.0-5397-gf7273f30 (f7273f3049146bdd7fa7b4a400114872a50228e9) tentacle (dev - RelWithDebInfo), process ceph-mon, pid 7 2026-02-21T11:12:13.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: pidfile_write: ignore empty --pid-file 2026-02-21T11:12:13.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: load: jerasure load: lrc 2026-02-21T11:12:13.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: RocksDB version: 7.9.2 2026-02-21T11:12:13.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Git sha 0 2026-02-21T11:12:13.282 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Compile date 2026-02-20 20:32:24 2026-02-21T11:12:13.282 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: DB SUMMARY 2026-02-21T11:12:13.282 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: DB Session ID: ZOGLZ22UBPI44Q466X6L 2026-02-21T11:12:13.282 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: CURRENT file: CURRENT 2026-02-21T11:12:13.282 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: IDENTITY file: IDENTITY 2026-02-21T11:12:13.282 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: MANIFEST file: MANIFEST-000015 size: 282 Bytes 2026-02-21T11:12:13.282 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 2, files: 000008.sst 000013.sst 2026-02-21T11:12:13.282 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000014.log size: 372726 ; 2026-02-21T11:12:13.282 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.error_if_exists: 0 2026-02-21T11:12:13.282 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.create_if_missing: 0 2026-02-21T11:12:13.282 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.paranoid_checks: 1 2026-02-21T11:12:13.282 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-21T11:12:13.282 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-21T11:12:13.282 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-21T11:12:13.282 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.env: 0xed6d60 2026-02-21T11:12:13.282 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.fs: PosixFileSystem 2026-02-21T11:12:13.282 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.info_log: 0x21e4e00 2026-02-21T11:12:13.282 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.max_file_opening_threads: 16 2026-02-21T11:12:13.282 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.statistics: (nil) 2026-02-21T11:12:13.282 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.use_fsync: 0 2026-02-21T11:12:13.282 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.max_log_file_size: 0 2026-02-21T11:12:13.282 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-21T11:12:13.283 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-21T11:12:13.283 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.keep_log_file_num: 1000 2026-02-21T11:12:13.283 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.recycle_log_file_num: 0 2026-02-21T11:12:13.283 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.allow_fallocate: 1 2026-02-21T11:12:13.283 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.allow_mmap_reads: 0 2026-02-21T11:12:13.283 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.allow_mmap_writes: 0 2026-02-21T11:12:13.283 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.use_direct_reads: 0 2026-02-21T11:12:13.283 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-21T11:12:13.283 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.create_missing_column_families: 0 2026-02-21T11:12:13.283 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.db_log_dir: 2026-02-21T11:12:13.283 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.wal_dir: 2026-02-21T11:12:13.283 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-21T11:12:13.283 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-21T11:12:13.283 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-21T11:12:13.283 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-21T11:12:13.283 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-21T11:12:13.283 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-21T11:12:13.284 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.advise_random_on_open: 1 2026-02-21T11:12:13.284 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.db_write_buffer_size: 0 2026-02-21T11:12:13.284 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.write_buffer_manager: 0x21e0140 2026-02-21T11:12:13.284 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-21T11:12:13.284 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-21T11:12:13.284 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-21T11:12:13.284 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.rate_limiter: (nil) 2026-02-21T11:12:13.284 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-21T11:12:13.284 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.wal_recovery_mode: 2 2026-02-21T11:12:13.284 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.enable_thread_tracking: 0 2026-02-21T11:12:13.285 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.enable_pipelined_write: 0 2026-02-21T11:12:13.285 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.unordered_write: 0 2026-02-21T11:12:13.285 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-21T11:12:13.285 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-21T11:12:13.285 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-21T11:12:13.285 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-21T11:12:13.285 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.row_cache: None 2026-02-21T11:12:13.285 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.wal_filter: None 2026-02-21T11:12:13.285 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-21T11:12:13.285 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.allow_ingest_behind: 0 2026-02-21T11:12:13.285 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.two_write_queues: 0 2026-02-21T11:12:13.285 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.manual_wal_flush: 0 2026-02-21T11:12:13.285 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.wal_compression: 0 2026-02-21T11:12:13.285 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.atomic_flush: 0 2026-02-21T11:12:13.285 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-21T11:12:13.285 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-21T11:12:13.285 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-21T11:12:13.285 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.log_readahead_size: 0 2026-02-21T11:12:13.285 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-21T11:12:13.285 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.best_efforts_recovery: 0 2026-02-21T11:12:13.285 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-21T11:12:13.285 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-21T11:12:13.285 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.allow_data_in_errors: 0 2026-02-21T11:12:13.286 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.db_host_id: __hostname__ 2026-02-21T11:12:13.286 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-21T11:12:13.286 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.max_background_jobs: 2 2026-02-21T11:12:13.286 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.max_background_compactions: -1 2026-02-21T11:12:13.286 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.max_subcompactions: 1 2026-02-21T11:12:13.286 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-21T11:12:13.286 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-21T11:12:13.286 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-21T11:12:13.286 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.max_total_wal_size: 0 2026-02-21T11:12:13.286 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-21T11:12:13.286 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-21T11:12:13.286 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-21T11:12:13.286 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-21T11:12:13.286 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.max_open_files: -1 2026-02-21T11:12:13.286 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.bytes_per_sync: 0 2026-02-21T11:12:13.286 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-21T11:12:13.286 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-21T11:12:13.286 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.compaction_readahead_size: 0 2026-02-21T11:12:13.286 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.max_background_flushes: -1 2026-02-21T11:12:13.286 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Compression algorithms supported: 2026-02-21T11:12:13.286 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: kZSTD supported: 0 2026-02-21T11:12:13.286 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: kXpressCompression supported: 0 2026-02-21T11:12:13.286 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: kBZip2Compression supported: 0 2026-02-21T11:12:13.286 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-21T11:12:13.286 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: kLZ4Compression supported: 1 2026-02-21T11:12:13.287 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: kZlibCompression supported: 1 2026-02-21T11:12:13.287 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: kLZ4HCCompression supported: 1 2026-02-21T11:12:13.287 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: kSnappyCompression supported: 1 2026-02-21T11:12:13.287 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-21T11:12:13.287 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-21T11:12:13.287 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000015 2026-02-21T11:12:13.287 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-21T11:12:13.287 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-21T11:12:13.287 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.merge_operator: 2026-02-21T11:12:13.287 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.compaction_filter: None 2026-02-21T11:12:13.287 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.compaction_filter_factory: None 2026-02-21T11:12:13.287 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.sst_partitioner_factory: None 2026-02-21T11:12:13.287 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-21T11:12:13.287 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-21T11:12:13.287 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x21e5540) 2026-02-21T11:12:13.287 INFO:journalctl@ceph.mon.b.trial144.stdout: cache_index_and_filter_blocks: 1 2026-02-21T11:12:13.287 INFO:journalctl@ceph.mon.b.trial144.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-21T11:12:13.287 INFO:journalctl@ceph.mon.b.trial144.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-21T11:12:13.287 INFO:journalctl@ceph.mon.b.trial144.stdout: pin_top_level_index_and_filter: 1 2026-02-21T11:12:13.287 INFO:journalctl@ceph.mon.b.trial144.stdout: index_type: 0 2026-02-21T11:12:13.287 INFO:journalctl@ceph.mon.b.trial144.stdout: data_block_index_type: 0 2026-02-21T11:12:13.287 INFO:journalctl@ceph.mon.b.trial144.stdout: index_shortening: 1 2026-02-21T11:12:13.287 INFO:journalctl@ceph.mon.b.trial144.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-21T11:12:13.287 INFO:journalctl@ceph.mon.b.trial144.stdout: checksum: 4 2026-02-21T11:12:13.288 INFO:journalctl@ceph.mon.b.trial144.stdout: no_block_cache: 0 2026-02-21T11:12:13.288 INFO:journalctl@ceph.mon.b.trial144.stdout: block_cache: 0x21b3a50 2026-02-21T11:12:13.288 INFO:journalctl@ceph.mon.b.trial144.stdout: block_cache_name: BinnedLRUCache 2026-02-21T11:12:13.288 INFO:journalctl@ceph.mon.b.trial144.stdout: block_cache_options: 2026-02-21T11:12:13.288 INFO:journalctl@ceph.mon.b.trial144.stdout: capacity : 536870912 2026-02-21T11:12:13.288 INFO:journalctl@ceph.mon.b.trial144.stdout: num_shard_bits : 4 2026-02-21T11:12:13.288 INFO:journalctl@ceph.mon.b.trial144.stdout: strict_capacity_limit : 0 2026-02-21T11:12:13.288 INFO:journalctl@ceph.mon.b.trial144.stdout: high_pri_pool_ratio: 0.000 2026-02-21T11:12:13.288 INFO:journalctl@ceph.mon.b.trial144.stdout: block_cache_compressed: (nil) 2026-02-21T11:12:13.288 INFO:journalctl@ceph.mon.b.trial144.stdout: persistent_cache: (nil) 2026-02-21T11:12:13.288 INFO:journalctl@ceph.mon.b.trial144.stdout: block_size: 4096 2026-02-21T11:12:13.288 INFO:journalctl@ceph.mon.b.trial144.stdout: block_size_deviation: 10 2026-02-21T11:12:13.288 INFO:journalctl@ceph.mon.b.trial144.stdout: block_restart_interval: 16 2026-02-21T11:12:13.288 INFO:journalctl@ceph.mon.b.trial144.stdout: index_block_restart_interval: 1 2026-02-21T11:12:13.288 INFO:journalctl@ceph.mon.b.trial144.stdout: metadata_block_size: 4096 2026-02-21T11:12:13.288 INFO:journalctl@ceph.mon.b.trial144.stdout: partition_filters: 0 2026-02-21T11:12:13.288 INFO:journalctl@ceph.mon.b.trial144.stdout: use_delta_encoding: 1 2026-02-21T11:12:13.288 INFO:journalctl@ceph.mon.b.trial144.stdout: filter_policy: bloomfilter 2026-02-21T11:12:13.288 INFO:journalctl@ceph.mon.b.trial144.stdout: whole_key_filtering: 1 2026-02-21T11:12:13.288 INFO:journalctl@ceph.mon.b.trial144.stdout: verify_compression: 0 2026-02-21T11:12:13.288 INFO:journalctl@ceph.mon.b.trial144.stdout: read_amp_bytes_per_bit: 0 2026-02-21T11:12:13.288 INFO:journalctl@ceph.mon.b.trial144.stdout: format_version: 5 2026-02-21T11:12:13.288 INFO:journalctl@ceph.mon.b.trial144.stdout: enable_index_compression: 1 2026-02-21T11:12:13.288 INFO:journalctl@ceph.mon.b.trial144.stdout: block_align: 0 2026-02-21T11:12:13.289 INFO:journalctl@ceph.mon.b.trial144.stdout: max_auto_readahead_size: 262144 2026-02-21T11:12:13.289 INFO:journalctl@ceph.mon.b.trial144.stdout: prepopulate_block_cache: 0 2026-02-21T11:12:13.289 INFO:journalctl@ceph.mon.b.trial144.stdout: initial_auto_readahead_size: 8192 2026-02-21T11:12:13.289 INFO:journalctl@ceph.mon.b.trial144.stdout: num_file_reads_for_auto_readahead: 2 2026-02-21T11:12:13.289 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.write_buffer_size: 33554432 2026-02-21T11:12:13.289 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.max_write_buffer_number: 2 2026-02-21T11:12:13.289 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.compression: NoCompression 2026-02-21T11:12:13.289 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.bottommost_compression: Disabled 2026-02-21T11:12:13.289 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.prefix_extractor: nullptr 2026-02-21T11:12:13.289 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-21T11:12:13.289 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.num_levels: 7 2026-02-21T11:12:13.289 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-21T11:12:13.289 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-21T11:12:13.290 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-21T11:12:13.290 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-21T11:12:13.290 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-21T11:12:13.290 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-21T11:12:13.290 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-21T11:12:13.290 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-21T11:12:13.290 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-21T11:12:13.290 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-21T11:12:13.290 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-21T11:12:13.290 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-21T11:12:13.290 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-21T11:12:13.290 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.compression_opts.level: 32767 2026-02-21T11:12:13.291 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.compression_opts.strategy: 0 2026-02-21T11:12:13.291 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-21T11:12:13.291 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-21T11:12:13.291 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-21T11:12:13.291 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-21T11:12:13.291 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.compression_opts.enabled: false 2026-02-21T11:12:13.291 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-21T11:12:13.291 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-21T11:12:13.291 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-21T11:12:13.291 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-21T11:12:13.291 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.target_file_size_base: 67108864 2026-02-21T11:12:13.291 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-21T11:12:13.292 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-21T11:12:13.292 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-21T11:12:13.292 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-21T11:12:13.292 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-21T11:12:13.292 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-21T11:12:13.292 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-21T11:12:13.292 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-21T11:12:13.292 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-21T11:12:13.292 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-21T11:12:13.292 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-21T11:12:13.292 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-21T11:12:13.292 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-21T11:12:13.293 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-21T11:12:13.293 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.arena_block_size: 1048576 2026-02-21T11:12:13.293 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-21T11:12:13.293 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-21T11:12:13.293 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.disable_auto_compactions: 0 2026-02-21T11:12:13.293 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-21T11:12:13.293 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-21T11:12:13.293 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-21T11:12:13.293 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-21T11:12:13.293 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-21T11:12:13.293 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-21T11:12:13.293 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-21T11:12:13.293 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-21T11:12:13.294 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-21T11:12:13.294 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-21T11:12:13.294 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-21T11:12:13.294 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.inplace_update_support: 0 2026-02-21T11:12:13.294 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-21T11:12:13.294 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-21T11:12:13.294 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-21T11:12:13.294 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-21T11:12:13.294 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.bloom_locality: 0 2026-02-21T11:12:13.294 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.max_successive_merges: 0 2026-02-21T11:12:13.294 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-21T11:12:13.294 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.paranoid_file_checks: 0 2026-02-21T11:12:13.295 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.force_consistency_checks: 1 2026-02-21T11:12:13.295 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.report_bg_io_stats: 0 2026-02-21T11:12:13.295 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.ttl: 2592000 2026-02-21T11:12:13.295 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-21T11:12:13.295 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-21T11:12:13.295 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-21T11:12:13.295 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.enable_blob_files: false 2026-02-21T11:12:13.295 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.min_blob_size: 0 2026-02-21T11:12:13.295 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.blob_file_size: 268435456 2026-02-21T11:12:13.295 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-21T11:12:13.295 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-21T11:12:13.295 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-21T11:12:13.296 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-21T11:12:13.296 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-21T11:12:13.296 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.blob_file_starting_level: 0 2026-02-21T11:12:13.296 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-21T11:12:13.296 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000015 succeeded,manifest_file_number is 15, next_file_number is 17, last_sequence is 3220, log_number is 10,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 10 2026-02-21T11:12:13.296 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 10 2026-02-21T11:12:13.296 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: fff1b670-6b9a-45b0-b7cb-380e155e3351 2026-02-21T11:12:13.296 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771672333061025, "job": 1, "event": "recovery_started", "wal_files": [14]} 2026-02-21T11:12:13.296 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #14 mode 2 2026-02-21T11:12:13.296 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771672333062241, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 18, "file_size": 222003, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 3232, "largest_seqno": 3424, "table_properties": {"data_size": 220008, "index_size": 638, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 325, "raw_key_size": 2853, "raw_average_key_size": 25, "raw_value_size": 217520, "raw_average_value_size": 1959, "num_data_blocks": 29, "num_entries": 111, "num_filter_entries": 111, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1771672333, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "fff1b670-6b9a-45b0-b7cb-380e155e3351", "db_session_id": "ZOGLZ22UBPI44Q466X6L", "orig_file_number": 18, "seqno_to_time_mapping": "N/A"}} 2026-02-21T11:12:13.296 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771672333062343, "job": 1, "event": "recovery_finished"} 2026-02-21T11:12:13.296 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: [db/version_set.cc:5047] Creating manifest 20 2026-02-21T11:12:13.297 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000014.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2026-02-21T11:12:13.297 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x2200e00 2026-02-21T11:12:13.297 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: DB pointer 0x2ff2000 2026-02-21T11:12:13.297 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-21T11:12:13.297 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-21T11:12:13.297 INFO:journalctl@ceph.mon.b.trial144.stdout: ** DB Stats ** 2026-02-21T11:12:13.297 INFO:journalctl@ceph.mon.b.trial144.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-21T11:12:13.297 INFO:journalctl@ceph.mon.b.trial144.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2026-02-21T11:12:13.297 INFO:journalctl@ceph.mon.b.trial144.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-21T11:12:13.297 INFO:journalctl@ceph.mon.b.trial144.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-21T11:12:13.297 INFO:journalctl@ceph.mon.b.trial144.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2026-02-21T11:12:13.297 INFO:journalctl@ceph.mon.b.trial144.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-21T11:12:13.297 INFO:journalctl@ceph.mon.b.trial144.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-21T11:12:13.298 INFO:journalctl@ceph.mon.b.trial144.stdout: 2026-02-21T11:12:13.298 INFO:journalctl@ceph.mon.b.trial144.stdout: ** Compaction Stats [default] ** 2026-02-21T11:12:13.298 INFO:journalctl@ceph.mon.b.trial144.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) 2026-02-21T11:12:13.298 INFO:journalctl@ceph.mon.b.trial144.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-21T11:12:13.298 INFO:journalctl@ceph.mon.b.trial144.stdout: L0 3/0 4.28 MB 0.8 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 272.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-21T11:12:13.298 INFO:journalctl@ceph.mon.b.trial144.stdout: Sum 3/0 4.28 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 272.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-21T11:12:13.298 INFO:journalctl@ceph.mon.b.trial144.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 272.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-21T11:12:13.298 INFO:journalctl@ceph.mon.b.trial144.stdout: 2026-02-21T11:12:13.298 INFO:journalctl@ceph.mon.b.trial144.stdout: ** Compaction Stats [default] ** 2026-02-21T11:12:13.298 INFO:journalctl@ceph.mon.b.trial144.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) 2026-02-21T11:12:13.298 INFO:journalctl@ceph.mon.b.trial144.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-21T11:12:13.299 INFO:journalctl@ceph.mon.b.trial144.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 272.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-21T11:12:13.299 INFO:journalctl@ceph.mon.b.trial144.stdout: 2026-02-21T11:12:13.299 INFO:journalctl@ceph.mon.b.trial144.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-21T11:12:13.299 INFO:journalctl@ceph.mon.b.trial144.stdout: 2026-02-21T11:12:13.299 INFO:journalctl@ceph.mon.b.trial144.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-21T11:12:13.299 INFO:journalctl@ceph.mon.b.trial144.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-21T11:12:13.299 INFO:journalctl@ceph.mon.b.trial144.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-21T11:12:13.299 INFO:journalctl@ceph.mon.b.trial144.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-21T11:12:13.299 INFO:journalctl@ceph.mon.b.trial144.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-21T11:12:13.299 INFO:journalctl@ceph.mon.b.trial144.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-21T11:12:13.299 INFO:journalctl@ceph.mon.b.trial144.stdout: Cumulative compaction: 0.00 GB write, 66.06 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-21T11:12:13.299 INFO:journalctl@ceph.mon.b.trial144.stdout: Interval compaction: 0.00 GB write, 66.06 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-21T11:12:13.300 INFO:journalctl@ceph.mon.b.trial144.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 2026-02-21T11:12:13.300 INFO:journalctl@ceph.mon.b.trial144.stdout: Block cache BinnedLRUCache@0x21b3a50#7 capacity: 512.00 MB usage: 14.91 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2026-02-21T11:12:13.300 INFO:journalctl@ceph.mon.b.trial144.stdout: Block cache entry stats(count,size,portion): FilterBlock(3,5.02 KB,0.000956655%) IndexBlock(3,9.89 KB,0.00188649%) Misc(1,0.00 KB,0%) 2026-02-21T11:12:13.300 INFO:journalctl@ceph.mon.b.trial144.stdout: 2026-02-21T11:12:13.300 INFO:journalctl@ceph.mon.b.trial144.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-21T11:12:13.300 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: CompressorRegistry(0x22f4a18) _refresh_config ms_osd_compression_mode 0 ms_osd_compression_methods [1] ms_osd_compress_above_min_size 1024 ms_compress_secure 0 2026-02-21T11:12:13.300 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: Event(0x22e7288 nevent=5000 time_id=1).set_owner center_id=0 owner=140445900047936 2026-02-21T11:12:13.300 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: stack operator() starting 2026-02-21T11:12:13.300 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: Event(0x22e6bc8 nevent=5000 time_id=1).set_owner center_id=1 owner=140445908440640 2026-02-21T11:12:13.300 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: stack operator() starting 2026-02-21T11:12:13.300 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: Event(0x22e6988 nevent=5000 time_id=1).set_owner center_id=2 owner=140446000760384 2026-02-21T11:12:13.300 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: stack operator() starting 2026-02-21T11:12:13.300 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: starting mon.b rank 1 at public addrs [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] at bind addrs [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:12:13.301 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: CompressorRegistry(0x22f5a18) _refresh_config ms_osd_compression_mode 0 ms_osd_compression_methods [1] ms_osd_compress_above_min_size 1024 ms_compress_secure 0 2026-02-21T11:12:13.301 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: -- operator() registering messenger mon-mgrc using key mon-mgrc failed due to a name collision. messenger won't be available to "messenger dump" 2026-02-21T11:12:13.301 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: mon.b@-1(???) e2 preinit fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:12:13.301 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: mon.b@-1(???).mds e1 new map 2026-02-21T11:12:13.301 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: mon.b@-1(???).mds e1 print_map 2026-02-21T11:12:13.301 INFO:journalctl@ceph.mon.b.trial144.stdout: e1 2026-02-21T11:12:13.301 INFO:journalctl@ceph.mon.b.trial144.stdout: btime 2026-02-21T11:10:33:330506+0000 2026-02-21T11:12:13.301 INFO:journalctl@ceph.mon.b.trial144.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-21T11:12:13.301 INFO:journalctl@ceph.mon.b.trial144.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2026-02-21T11:12:13.301 INFO:journalctl@ceph.mon.b.trial144.stdout: legacy client fscid: -1 2026-02-21T11:12:13.301 INFO:journalctl@ceph.mon.b.trial144.stdout: 2026-02-21T11:12:13.301 INFO:journalctl@ceph.mon.b.trial144.stdout: No filesystems configured 2026-02-21T11:12:13.302 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: mon.b@-1(???).osd e16 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-21T11:12:13.302 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: mon.b@-1(???).osd e16 crush map has features 288514050185494528, adjusting msgr requires 2026-02-21T11:12:13.302 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: mon.b@-1(???).osd e16 crush map has features 288514050185494528, adjusting msgr requires 2026-02-21T11:12:13.302 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: mon.b@-1(???).osd e16 crush map has features 288514050185494528, adjusting msgr requires 2026-02-21T11:12:13.302 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:13 trial144 ceph-mon[56467]: mon.b@-1(???).paxosservice(auth 1..11) refresh upgraded, format 0 -> 3 2026-02-21T11:12:14.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:14 trial051 ceph-mon[63093]: mon.a calling monitor election 2026-02-21T11:12:14.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:14 trial051 ceph-mon[63093]: mon.b calling monitor election 2026-02-21T11:12:14.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:14 trial051 ceph-mon[63093]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-02-21T11:12:14.465 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:14 trial051 ceph-mon[63093]: monmap epoch 2 2026-02-21T11:12:14.465 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:14 trial051 ceph-mon[63093]: fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:12:14.465 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:14 trial051 ceph-mon[63093]: last_changed 2026-02-21T11:11:07.705159+0000 2026-02-21T11:12:14.465 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:14 trial051 ceph-mon[63093]: created 2026-02-21T11:10:32.111412+0000 2026-02-21T11:12:14.465 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:14 trial051 ceph-mon[63093]: min_mon_release 20 (tentacle) 2026-02-21T11:12:14.465 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:14 trial051 ceph-mon[63093]: election_strategy: 1 2026-02-21T11:12:14.465 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:14 trial051 ceph-mon[63093]: 0: [v2:10.20.193.51:3300/0,v1:10.20.193.51:6789/0] mon.a 2026-02-21T11:12:14.465 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:14 trial051 ceph-mon[63093]: 1: [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] mon.b 2026-02-21T11:12:14.465 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:14 trial051 ceph-mon[63093]: fsmap 2026-02-21T11:12:14.465 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:14 trial051 ceph-mon[63093]: osdmap e16: 2 total, 2 up, 2 in 2026-02-21T11:12:14.465 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:14 trial051 ceph-mon[63093]: mgrmap e14: a(active, since 77s), standbys: b 2026-02-21T11:12:14.466 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:14 trial051 ceph-mon[63093]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2026-02-21T11:12:14.466 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:14 trial051 ceph-mon[63093]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2026-02-21T11:12:14.466 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:14 trial051 ceph-mon[63093]: daemon mon.a on trial051 is in unknown state 2026-02-21T11:12:14.466 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:14 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:14.466 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:14 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:14.466 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:14 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:12:14.466 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:14 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:12:14.466 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:14 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:12:14.466 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:14 trial051 ceph-mon[63093]: pgmap v52: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:14.466 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:14 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:14.466 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:14 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:12:14.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:14 trial144 ceph-mon[56467]: mon.a calling monitor election 2026-02-21T11:12:14.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:14 trial144 ceph-mon[56467]: mon.b calling monitor election 2026-02-21T11:12:14.532 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:14 trial144 ceph-mon[56467]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-02-21T11:12:14.532 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:14 trial144 ceph-mon[56467]: monmap epoch 2 2026-02-21T11:12:14.532 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:14 trial144 ceph-mon[56467]: fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:12:14.532 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:14 trial144 ceph-mon[56467]: last_changed 2026-02-21T11:11:07.705159+0000 2026-02-21T11:12:14.532 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:14 trial144 ceph-mon[56467]: created 2026-02-21T11:10:32.111412+0000 2026-02-21T11:12:14.532 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:14 trial144 ceph-mon[56467]: min_mon_release 20 (tentacle) 2026-02-21T11:12:14.532 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:14 trial144 ceph-mon[56467]: election_strategy: 1 2026-02-21T11:12:14.532 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:14 trial144 ceph-mon[56467]: 0: [v2:10.20.193.51:3300/0,v1:10.20.193.51:6789/0] mon.a 2026-02-21T11:12:14.533 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:14 trial144 ceph-mon[56467]: 1: [v2:10.20.193.144:3300/0,v1:10.20.193.144:6789/0] mon.b 2026-02-21T11:12:14.533 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:14 trial144 ceph-mon[56467]: fsmap 2026-02-21T11:12:14.533 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:14 trial144 ceph-mon[56467]: osdmap e16: 2 total, 2 up, 2 in 2026-02-21T11:12:14.533 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:14 trial144 ceph-mon[56467]: mgrmap e14: a(active, since 77s), standbys: b 2026-02-21T11:12:14.533 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:14 trial144 ceph-mon[56467]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2026-02-21T11:12:14.533 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:14 trial144 ceph-mon[56467]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2026-02-21T11:12:14.533 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:14 trial144 ceph-mon[56467]: daemon mon.a on trial051 is in unknown state 2026-02-21T11:12:14.534 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:14 trial144 ceph-mon[56467]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:14.534 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:14 trial144 ceph-mon[56467]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:14.534 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:14 trial144 ceph-mon[56467]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-21T11:12:14.534 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:14 trial144 ceph-mon[56467]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-21T11:12:14.534 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:14 trial144 ceph-mon[56467]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-21T11:12:14.534 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:14 trial144 ceph-mon[56467]: pgmap v52: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:14.534 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:14 trial144 ceph-mon[56467]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:14.534 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:14 trial144 ceph-mon[56467]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-21T11:12:15.463 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:15 trial051 ceph-mon[63093]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2026-02-21T11:12:15.463 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:15 trial051 ceph-mon[63093]: Cluster is now healthy 2026-02-21T11:12:15.530 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:15 trial144 ceph-mon[56467]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2026-02-21T11:12:15.530 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:15 trial144 ceph-mon[56467]: Cluster is now healthy 2026-02-21T11:12:16.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:16 trial051 ceph-mon[63093]: pgmap v53: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:16.530 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:16 trial144 ceph-mon[56467]: pgmap v53: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:18.463 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:18 trial051 ceph-mon[63093]: pgmap v54: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:18.530 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:18 trial144 ceph-mon[56467]: pgmap v54: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:20.463 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:20 trial051 ceph-mon[63093]: pgmap v55: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:20.530 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:20 trial144 ceph-mon[56467]: pgmap v55: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:22.463 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:22 trial051 ceph-mon[63093]: pgmap v56: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:22.530 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:22 trial144 ceph-mon[56467]: pgmap v56: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:24.463 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:24 trial051 ceph-mon[63093]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:24.530 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:24 trial144 ceph-mon[56467]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:26.464 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:26 trial051 ceph-mon[63093]: pgmap v58: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:26.531 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:26 trial144 ceph-mon[56467]: pgmap v58: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:28.965 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:28 trial051 ceph-mon[63093]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:28.965 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:28 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:28.965 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:28 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:28.965 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:28 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:28.965 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:28 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:28.966 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:28 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:28.966 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:28 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:28.966 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:28 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:28.966 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:28 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:28.966 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:28 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:29.030 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:28 trial144 ceph-mon[56467]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:29.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:28 trial144 ceph-mon[56467]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:29.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:28 trial144 ceph-mon[56467]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:29.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:28 trial144 ceph-mon[56467]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:29.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:28 trial144 ceph-mon[56467]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:29.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:28 trial144 ceph-mon[56467]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:29.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:28 trial144 ceph-mon[56467]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:29.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:28 trial144 ceph-mon[56467]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:29.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:28 trial144 ceph-mon[56467]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:29.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:28 trial144 ceph-mon[56467]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:30.963 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:30 trial051 ceph-mon[63093]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:31.030 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:30 trial144 ceph-mon[56467]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:32.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:32 trial051 ceph-mon[63093]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:33.030 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:32 trial144 ceph-mon[56467]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:34.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:34 trial051 ceph-mon[63093]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:35.030 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:34 trial144 ceph-mon[56467]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:36.963 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:36 trial051 ceph-mon[63093]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:37.030 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:36 trial144 ceph-mon[56467]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:38.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:38 trial051 ceph-mon[63093]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:39.030 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:38 trial144 ceph-mon[56467]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:40.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:40 trial051 ceph-mon[63093]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:41.030 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:40 trial144 ceph-mon[56467]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:42.964 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:42 trial051 ceph-mon[63093]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:43.030 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:42 trial144 ceph-mon[56467]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:44.963 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:44 trial051 ceph-mon[63093]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:45.030 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:44 trial144 ceph-mon[56467]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:46.963 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:46 trial051 ceph-mon[63093]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:47.030 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:46 trial144 ceph-mon[56467]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:49.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:48 trial051 ceph-mon[63093]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:49.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:48 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:49.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:48 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:49.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:48 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:49.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:48 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:49.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:48 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:49.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:48 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:49.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:48 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:49.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:48 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:49.215 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:48 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:49.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:48 trial144 ceph-mon[56467]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:49.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:48 trial144 ceph-mon[56467]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:49.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:48 trial144 ceph-mon[56467]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:49.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:48 trial144 ceph-mon[56467]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:49.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:48 trial144 ceph-mon[56467]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:49.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:48 trial144 ceph-mon[56467]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:49.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:48 trial144 ceph-mon[56467]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:49.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:48 trial144 ceph-mon[56467]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:49.281 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:48 trial144 ceph-mon[56467]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:49.282 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:48 trial144 ceph-mon[56467]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:12:51.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:50 trial051 ceph-mon[63093]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:51.280 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:50 trial144 ceph-mon[56467]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:53.213 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:52 trial051 ceph-mon[63093]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:53.280 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:52 trial144 ceph-mon[56467]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:55.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:54 trial051 ceph-mon[63093]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:55.280 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:54 trial144 ceph-mon[56467]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:57.213 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:56 trial051 ceph-mon[63093]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:57.280 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:56 trial144 ceph-mon[56467]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:59.213 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:12:58 trial051 ceph-mon[63093]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:12:59.280 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:12:58 trial144 ceph-mon[56467]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:13:01.082 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:13:00 trial144 ceph-mon[56467]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:13:01.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:13:00 trial051 ceph-mon[63093]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:13:03.214 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:13:02 trial051 ceph-mon[63093]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:13:03.280 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:13:02 trial144 ceph-mon[56467]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:13:05.213 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:13:04 trial051 ceph-mon[63093]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:13:05.280 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:13:04 trial144 ceph-mon[56467]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:13:07.096 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:13:06 trial051 ceph-mon[63093]: pgmap v78: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:13:07.224 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:13:06 trial144 ceph-mon[56467]: pgmap v78: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:13:08.629 INFO:teuthology.orchestra.run.trial051.stderr:+ grep '\-\-cpus=2' /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/unit.run 2026-02-21T11:13:08.631 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-mon --privileged --group-add=disk --init --name ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-a --pids-limit=-1 -d --log-driver journald --conmon-pidfile /run/ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mon.a.service-pid --cidfile /run/ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mon.a.service-cid --cgroups=split --cpus=2 -e CONTAINER_IMAGE=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa -e NODE_NAME=trial051 -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460:/var/run/ceph:z -v /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460:/var/log/ceph:z -v /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/crash:/var/lib/ceph/crash:z -v /run/systemd/journal:/run/systemd/journal -v /dev:/dev -v /run/udev:/run/udev -v /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a:/var/lib/ceph/mon/ceph-a:z -v /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config:/etc/ceph/ceph.conf:z -v /etc/hosts:/etc/hosts:ro quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa -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 --debug_ms 10 2026-02-21T11:13:08.631 INFO:teuthology.orchestra.run.trial051.stderr:+ grep '\-\-debug_ms 10' /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/unit.run 2026-02-21T11:13:08.632 INFO:teuthology.orchestra.run.trial051.stdout:/usr/bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-mon --privileged --group-add=disk --init --name ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-a --pids-limit=-1 -d --log-driver journald --conmon-pidfile /run/ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mon.a.service-pid --cidfile /run/ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mon.a.service-cid --cgroups=split --cpus=2 -e CONTAINER_IMAGE=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa -e NODE_NAME=trial051 -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460:/var/run/ceph:z -v /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460:/var/log/ceph:z -v /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/crash:/var/lib/ceph/crash:z -v /run/systemd/journal:/run/systemd/journal -v /dev:/dev -v /run/udev:/run/udev -v /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a:/var/lib/ceph/mon/ceph-a:z -v /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config:/etc/ceph/ceph.conf:z -v /etc/hosts:/etc/hosts:ro quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa -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 --debug_ms 10 2026-02-21T11:13:08.632 INFO:teuthology.orchestra.run.trial051.stderr:+ grep testing_custom_containers /etc/cephadm_testing/testing.txt 2026-02-21T11:13:08.633 INFO:teuthology.orchestra.run.trial051.stdout:testing_custom_containers 2026-02-21T11:13:08.633 INFO:teuthology.orchestra.run.trial051.stderr:++ find /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460 -maxdepth 1 -type d -name 'container.bar.*' 2026-02-21T11:13:08.635 INFO:teuthology.orchestra.run.trial051.stderr:+ dir=/var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/container.bar.trial051 2026-02-21T11:13:08.635 INFO:teuthology.orchestra.run.trial051.stderr:+ test -n /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/container.bar.trial051 2026-02-21T11:13:08.635 INFO:teuthology.orchestra.run.trial051.stderr:+ grep ok /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/container.bar.trial051/data/primary.txt 2026-02-21T11:13:08.635 INFO:teuthology.orchestra.run.trial051.stdout:ok 2026-02-21T11:13:08.636 INFO:teuthology.orchestra.run.trial051.stderr:+ grep from=centos /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/container.bar.trial051/data/from.txt 2026-02-21T11:13:08.636 INFO:teuthology.orchestra.run.trial051.stdout:from=centos 2026-02-21T11:13:08.636 INFO:teuthology.orchestra.run.trial051.stderr:+ test -s /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/container.bar.trial051/data/presized.dat 2026-02-21T11:13:08.639 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-21T11:13:08.657 INFO:tasks.cephadm:Teardown begin 2026-02-21T11:13:08.659 DEBUG:teuthology.orchestra.run.trial051:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-21T11:13:08.686 DEBUG:teuthology.orchestra.run.trial144:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-21T11:13:08.718 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-02-21T11:13:08.718 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 -- ceph mgr module disable cephadm 2026-02-21T11:13:08.845 INFO:teuthology.orchestra.run.trial051.stderr:Inferring config /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/mon.a/config 2026-02-21T11:13:08.863 INFO:teuthology.orchestra.run.trial051.stderr:Error: statfs /etc/ceph/ceph.client.admin.keyring: no such file or directory 2026-02-21T11:13:08.881 DEBUG:teuthology.orchestra.run:got remote process result: 125 2026-02-21T11:13:08.882 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-02-21T11:13:08.882 DEBUG:teuthology.orchestra.run.trial051:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-21T11:13:08.898 DEBUG:teuthology.orchestra.run.trial144:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-21T11:13:08.915 INFO:tasks.cephadm:Stopping all daemons... 2026-02-21T11:13:08.915 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-02-21T11:13:08.915 DEBUG:teuthology.orchestra.run.trial051:> sudo systemctl stop ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mon.a 2026-02-21T11:13:09.030 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:13:08 trial144 ceph-mon[56467]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:13:09.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:13:08 trial144 ceph-mon[56467]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:13:09.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:13:08 trial144 ceph-mon[56467]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:13:09.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:13:08 trial144 ceph-mon[56467]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:13:09.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:13:08 trial144 ceph-mon[56467]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:13:09.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:13:08 trial144 ceph-mon[56467]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:13:09.031 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:13:08 trial144 ceph-mon[56467]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:13:09.189 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:13:08 trial051 ceph-mon[63093]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-21T11:13:09.189 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:13:08 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:13:09.189 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:13:08 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:13:09.189 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:13:08 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:13:09.189 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:13:08 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:13:09.189 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:13:08 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:13:09.189 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:13:08 trial051 ceph-mon[63093]: from='mgr.14152 10.20.193.51:0/3875083695' entity='mgr.a' 2026-02-21T11:13:09.189 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:13:08 trial051 systemd[1]: Stopping Ceph mon.a for e5d393e1-0f15-11f1-b529-d404e6e7d460... 2026-02-21T11:13:09.190 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:13:09 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-a[63067]: 2026-02-21T11:13:09.036+0000 7f4345554640 -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 --debug_ms 10 (PID: 1) UID: 0 2026-02-21T11:13:09.190 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:13:09 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-a[63067]: 2026-02-21T11:13:09.036+0000 7f4345554640 -1 mon.a@0(leader) e2 *** Got Signal Terminated *** 2026-02-21T11:13:09.190 INFO:journalctl@ceph.mon.a.trial051.stdout:Feb 21 11:13:09 trial051 podman[64488]: 2026-02-21 11:13:09.078260992 +0000 UTC m=+0.055618782 container died ff404afdcc9d0998c077fea4971cca34be062568c6d029ed8f5e0f2acab29914 (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-a, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, ceph=True, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-bharath21-testing-2026-02-20-1039) 2026-02-21T11:13:09.264 DEBUG:teuthology.orchestra.run.trial051:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mon.a.service' 2026-02-21T11:13:09.311 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T11:13:09.311 INFO:tasks.cephadm.mon.a:Stopped mon.a 2026-02-21T11:13:09.312 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2026-02-21T11:13:09.312 DEBUG:teuthology.orchestra.run.trial144:> sudo systemctl stop ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mon.b 2026-02-21T11:13:09.605 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:13:09 trial144 systemd[1]: Stopping Ceph mon.b for e5d393e1-0f15-11f1-b529-d404e6e7d460... 2026-02-21T11:13:09.606 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:13:09 trial144 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-b[56442]: 2026-02-21T11:13:09.423+0000 7fbc237c7640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false --debug_ms 10 (PID: 1) UID: 0 2026-02-21T11:13:09.606 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:13:09 trial144 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-b[56442]: 2026-02-21T11:13:09.423+0000 7fbc237c7640 -1 mon.b@1(peon) e2 *** Got Signal Terminated *** 2026-02-21T11:13:09.606 INFO:journalctl@ceph.mon.b.trial144.stdout:Feb 21 11:13:09 trial144 podman[57819]: 2026-02-21 11:13:09.496056524 +0000 UTC m=+0.085578102 container died b691dcfed003d9f1d5ac9d867c3419f709e32746b1cf33b47369d87850f748e6 (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mon-b, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, io.buildah.version=1.41.3, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-21T11:13:09.682 DEBUG:teuthology.orchestra.run.trial144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mon.b.service' 2026-02-21T11:13:09.735 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T11:13:09.735 INFO:tasks.cephadm.mon.b:Stopped mon.b 2026-02-21T11:13:09.735 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2026-02-21T11:13:09.736 DEBUG:teuthology.orchestra.run.trial051:> sudo systemctl stop ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mgr.a 2026-02-21T11:13:10.019 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:13:09 trial051 systemd[1]: Stopping Ceph mgr.a for e5d393e1-0f15-11f1-b529-d404e6e7d460... 2026-02-21T11:13:10.020 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:13:09 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a[40002]: 2026-02-21T11:13:09.835+0000 7f928b267640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2026-02-21T11:13:10.020 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:13:09 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a[40002]: 2026-02-21T11:13:09.835+0000 7f928b267640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2026-02-21T11:13:10.020 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:13:09 trial051 podman[64659]: 2026-02-21 11:13:09.878019696 +0000 UTC m=+0.056194833 container died 286e89b0254d44c02f9e7df6ee2544c36d04ebac218d3e1630d0d64aa0363e03 (image=quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, OSD_FLAVOR=default, ceph=True, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9) 2026-02-21T11:13:10.020 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:13:09 trial051 podman[64659]: 2026-02-21 11:13:09.995374362 +0000 UTC m=+0.173549489 container remove 286e89b0254d44c02f9e7df6ee2544c36d04ebac218d3e1630d0d64aa0363e03 (image=quay.ceph.io/ceph-ci/ceph:f7273f3049146bdd7fa7b4a400114872a50228e9, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-21T11:13:10.020 INFO:journalctl@ceph.mgr.a.trial051.stdout:Feb 21 11:13:09 trial051 bash[64659]: ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-a 2026-02-21T11:13:10.068 DEBUG:teuthology.orchestra.run.trial051:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mgr.a.service' 2026-02-21T11:13:10.111 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T11:13:10.112 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2026-02-21T11:13:10.112 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2026-02-21T11:13:10.112 DEBUG:teuthology.orchestra.run.trial144:> sudo systemctl stop ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mgr.b 2026-02-21T11:13:10.413 INFO:journalctl@ceph.mgr.b.trial144.stdout:Feb 21 11:13:10 trial144 systemd[1]: Stopping Ceph mgr.b for e5d393e1-0f15-11f1-b529-d404e6e7d460... 2026-02-21T11:13:10.413 INFO:journalctl@ceph.mgr.b.trial144.stdout:Feb 21 11:13:10 trial144 podman[57990]: 2026-02-21 11:13:10.239168665 +0000 UTC m=+0.045015670 container died 2fb0ec001f90c5fefd7579311004fbad0ef2e1fa4ed12e34ac263b581f250674 (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-b, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-21T11:13:10.413 INFO:journalctl@ceph.mgr.b.trial144.stdout:Feb 21 11:13:10 trial144 podman[57990]: 2026-02-21 11:13:10.357664217 +0000 UTC m=+0.163511222 container remove 2fb0ec001f90c5fefd7579311004fbad0ef2e1fa4ed12e34ac263b581f250674 (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-b, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, io.buildah.version=1.41.3, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9) 2026-02-21T11:13:10.414 INFO:journalctl@ceph.mgr.b.trial144.stdout:Feb 21 11:13:10 trial144 bash[57990]: ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-mgr-b 2026-02-21T11:13:10.414 INFO:journalctl@ceph.mgr.b.trial144.stdout:Feb 21 11:13:10 trial144 systemd[1]: ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mgr.b.service: Main process exited, code=exited, status=143/n/a 2026-02-21T11:13:10.427 DEBUG:teuthology.orchestra.run.trial144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@mgr.b.service' 2026-02-21T11:13:10.474 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T11:13:10.474 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2026-02-21T11:13:10.475 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2026-02-21T11:13:10.475 DEBUG:teuthology.orchestra.run.trial051:> sudo systemctl stop ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@osd.0 2026-02-21T11:13:10.963 INFO:journalctl@ceph.osd.0.trial051.stdout:Feb 21 11:13:10 trial051 systemd[1]: Stopping Ceph osd.0 for e5d393e1-0f15-11f1-b529-d404e6e7d460... 2026-02-21T11:13:10.964 INFO:journalctl@ceph.osd.0.trial051.stdout:Feb 21 11:13:10 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-osd-0[52925]: 2026-02-21T11:13:10.569+0000 7fa4e170c640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --osd-objectstore=bluestore (PID: 1) UID: 0 2026-02-21T11:13:10.964 INFO:journalctl@ceph.osd.0.trial051.stdout:Feb 21 11:13:10 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-osd-0[52925]: 2026-02-21T11:13:10.570+0000 7fa4e170c640 -1 osd.0 16 *** Got signal Terminated *** 2026-02-21T11:13:10.964 INFO:journalctl@ceph.osd.0.trial051.stdout:Feb 21 11:13:10 trial051 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-osd-0[52925]: 2026-02-21T11:13:10.570+0000 7fa4e170c640 -1 osd.0 16 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-21T11:13:15.906 INFO:journalctl@ceph.osd.0.trial051.stdout:Feb 21 11:13:15 trial051 podman[64829]: 2026-02-21 11:13:15.629590877 +0000 UTC m=+5.072783066 container died 3549b96d5faeead59784c8b1c8ec2e0c22280bf47d29830e963ad73c4aadf36a (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-osd-0, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, org.label-schema.schema-version=1.0, io.buildah.version=1.41.3, org.label-schema.build-date=20260216, ceph=True, org.label-schema.vendor=CentOS, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2) 2026-02-21T11:13:15.907 INFO:journalctl@ceph.osd.0.trial051.stdout:Feb 21 11:13:15 trial051 podman[64829]: 2026-02-21 11:13:15.742912199 +0000 UTC m=+5.186104388 container remove 3549b96d5faeead59784c8b1c8ec2e0c22280bf47d29830e963ad73c4aadf36a (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-osd-0, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.41.3, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2026-02-21T11:13:15.907 INFO:journalctl@ceph.osd.0.trial051.stdout:Feb 21 11:13:15 trial051 bash[64829]: ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-osd-0 2026-02-21T11:13:15.907 INFO:journalctl@ceph.osd.0.trial051.stdout:Feb 21 11:13:15 trial051 podman[64967]: 2026-02-21 11:13:15.874997322 +0000 UTC m=+0.016206994 container create 85a9e20ea289242a4cf81fe3edb86688057a0b17d75e96bf040d39ba9e9499fb (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-osd-0-deactivate, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-21T11:13:16.159 INFO:journalctl@ceph.osd.0.trial051.stdout:Feb 21 11:13:15 trial051 podman[64967]: 2026-02-21 11:13:15.915891876 +0000 UTC m=+0.057101548 container init 85a9e20ea289242a4cf81fe3edb86688057a0b17d75e96bf040d39ba9e9499fb (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-osd-0-deactivate, io.buildah.version=1.41.3, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, OSD_FLAVOR=default, CEPH_REF=wip-bharath21-testing-2026-02-20-1039) 2026-02-21T11:13:16.159 INFO:journalctl@ceph.osd.0.trial051.stdout:Feb 21 11:13:15 trial051 podman[64967]: 2026-02-21 11:13:15.919353688 +0000 UTC m=+0.060563360 container start 85a9e20ea289242a4cf81fe3edb86688057a0b17d75e96bf040d39ba9e9499fb (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-osd-0-deactivate, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True) 2026-02-21T11:13:16.159 INFO:journalctl@ceph.osd.0.trial051.stdout:Feb 21 11:13:15 trial051 podman[64967]: 2026-02-21 11:13:15.919848818 +0000 UTC m=+0.061058500 container attach 85a9e20ea289242a4cf81fe3edb86688057a0b17d75e96bf040d39ba9e9499fb (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-osd-0-deactivate, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2) 2026-02-21T11:13:16.159 INFO:journalctl@ceph.osd.0.trial051.stdout:Feb 21 11:13:15 trial051 podman[64967]: 2026-02-21 11:13:15.868402108 +0000 UTC m=+0.009611790 image pull 77cba4e143336d2488688524e08832c24c8a8edfadc62c111f72b69f4aabee82 quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa 2026-02-21T11:13:16.159 INFO:journalctl@ceph.osd.0.trial051.stdout:Feb 21 11:13:16 trial051 podman[64967]: 2026-02-21 11:13:16.045823834 +0000 UTC m=+0.187033497 container died 85a9e20ea289242a4cf81fe3edb86688057a0b17d75e96bf040d39ba9e9499fb (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-osd-0-deactivate, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, io.buildah.version=1.41.3, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, ceph=True, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-21T11:13:16.188 DEBUG:teuthology.orchestra.run.trial051:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@osd.0.service' 2026-02-21T11:13:16.231 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T11:13:16.231 INFO:tasks.cephadm.osd.0:Stopped osd.0 2026-02-21T11:13:16.231 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2026-02-21T11:13:16.231 DEBUG:teuthology.orchestra.run.trial144:> sudo systemctl stop ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@osd.1 2026-02-21T11:13:16.530 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 21 11:13:16 trial144 systemd[1]: Stopping Ceph osd.1 for e5d393e1-0f15-11f1-b529-d404e6e7d460... 2026-02-21T11:13:16.531 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 21 11:13:16 trial144 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-osd-1[48757]: 2026-02-21T11:13:16.332+0000 7f241a9cc640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --osd-objectstore=bluestore (PID: 1) UID: 0 2026-02-21T11:13:16.531 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 21 11:13:16 trial144 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-osd-1[48757]: 2026-02-21T11:13:16.332+0000 7f241a9cc640 -1 osd.1 16 *** Got signal Terminated *** 2026-02-21T11:13:16.531 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 21 11:13:16 trial144 ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-osd-1[48757]: 2026-02-21T11:13:16.332+0000 7f241a9cc640 -1 osd.1 16 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-21T11:13:21.670 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 21 11:13:21 trial144 podman[58156]: 2026-02-21 11:13:21.403415925 +0000 UTC m=+5.083704773 container died abf82d58e4939c63baa7c78f94c90b4ba7c4dc096d8a74a0666c3e5b59470b91 (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-osd-1, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, org.label-schema.license=GPLv2, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-21T11:13:21.671 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 21 11:13:21 trial144 podman[58156]: 2026-02-21 11:13:21.515332324 +0000 UTC m=+5.195621182 container remove abf82d58e4939c63baa7c78f94c90b4ba7c4dc096d8a74a0666c3e5b59470b91 (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-osd-1, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.41.3, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-21T11:13:21.671 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 21 11:13:21 trial144 bash[58156]: ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-osd-1 2026-02-21T11:13:21.671 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 21 11:13:21 trial144 podman[58301]: 2026-02-21 11:13:21.645753609 +0000 UTC m=+0.017494837 container create 8583cf22b3c61c8663d01d197b20a4f164fcf08c4f9c19744c2d0d506f4d28f1 (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-osd-1-deactivate, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.41.3, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default) 2026-02-21T11:13:21.923 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 21 11:13:21 trial144 podman[58301]: 2026-02-21 11:13:21.680119797 +0000 UTC m=+0.051861035 container init 8583cf22b3c61c8663d01d197b20a4f164fcf08c4f9c19744c2d0d506f4d28f1 (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-osd-1-deactivate, org.label-schema.vendor=CentOS, io.buildah.version=1.41.3, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0) 2026-02-21T11:13:21.924 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 21 11:13:21 trial144 podman[58301]: 2026-02-21 11:13:21.683889349 +0000 UTC m=+0.055630587 container start 8583cf22b3c61c8663d01d197b20a4f164fcf08c4f9c19744c2d0d506f4d28f1 (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-osd-1-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, org.label-schema.vendor=CentOS, io.buildah.version=1.41.3, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2) 2026-02-21T11:13:21.924 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 21 11:13:21 trial144 podman[58301]: 2026-02-21 11:13:21.684346597 +0000 UTC m=+0.056087845 container attach 8583cf22b3c61c8663d01d197b20a4f164fcf08c4f9c19744c2d0d506f4d28f1 (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-osd-1-deactivate, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.41.3, CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, OSD_FLAVOR=default) 2026-02-21T11:13:21.924 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 21 11:13:21 trial144 podman[58301]: 2026-02-21 11:13:21.638479669 +0000 UTC m=+0.010220897 image pull 77cba4e143336d2488688524e08832c24c8a8edfadc62c111f72b69f4aabee82 quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa 2026-02-21T11:13:21.924 INFO:journalctl@ceph.osd.1.trial144.stdout:Feb 21 11:13:21 trial144 podman[58301]: 2026-02-21 11:13:21.811645243 +0000 UTC m=+0.183386481 container died 8583cf22b3c61c8663d01d197b20a4f164fcf08c4f9c19744c2d0d506f4d28f1 (image=quay.ceph.io/ceph-ci/ceph@sha256:dff06dc7bd932b98f323ec3969556dc77f06db73a872af39f3062c76060dfdaa, name=ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460-osd-1-deactivate, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=f7273f3049146bdd7fa7b4a400114872a50228e9, CEPH_REF=wip-bharath21-testing-2026-02-20-1039, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.41.3, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-21T11:13:21.952 DEBUG:teuthology.orchestra.run.trial144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5d393e1-0f15-11f1-b529-d404e6e7d460@osd.1.service' 2026-02-21T11:13:22.002 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-21T11:13:22.002 INFO:tasks.cephadm.osd.1:Stopped osd.1 2026-02-21T11:13:22.003 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 --force --keep-logs 2026-02-21T11:13:22.124 INFO:teuthology.orchestra.run.trial051.stdout:Deleting cluster with fsid: e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:13:24.438 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 --force --keep-logs 2026-02-21T11:13:24.557 INFO:teuthology.orchestra.run.trial144.stdout:Deleting cluster with fsid: e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:13:26.895 DEBUG:teuthology.orchestra.run.trial051:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-21T11:13:26.924 DEBUG:teuthology.orchestra.run.trial144:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-21T11:13:26.952 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-21T11:13:26.957 DEBUG:teuthology.misc:Transferring archived files from trial051:/var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/skanta-2026-02-21_10:47:12-rados-wip-bharath21-testing-2026-02-20-1039-distro-default-trial/62466/remote/trial051/crash 2026-02-21T11:13:26.958 DEBUG:teuthology.orchestra.run.trial051:> sudo tar c -f - -C /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/crash -- . 2026-02-21T11:13:26.989 INFO:teuthology.orchestra.run.trial051.stderr:tar: /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-21T11:13:26.989 INFO:teuthology.orchestra.run.trial051.stderr:tar: Error is not recoverable: exiting now 2026-02-21T11:13:26.992 DEBUG:teuthology.misc:Transferring archived files from trial144:/var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/skanta-2026-02-21_10:47:12-rados-wip-bharath21-testing-2026-02-20-1039-distro-default-trial/62466/remote/trial144/crash 2026-02-21T11:13:26.993 DEBUG:teuthology.orchestra.run.trial144:> sudo tar c -f - -C /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/crash -- . 2026-02-21T11:13:27.021 INFO:teuthology.orchestra.run.trial144.stderr:tar: /var/lib/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-21T11:13:27.021 INFO:teuthology.orchestra.run.trial144.stderr:tar: Error is not recoverable: exiting now 2026-02-21T11:13:27.022 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-21T11:13:27.022 DEBUG:teuthology.orchestra.run.trial051:> sudo grep -E '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph.log | grep -E CEPHADM_ | grep -E -v '\(MDS_ALL_DOWN\)' | grep -E -v '\(MDS_UP_LESS_THAN_MAX\)' | grep -E -v CEPHADM_FAILED_DAEMON | head -n 1 2026-02-21T11:13:27.056 INFO:tasks.cephadm:Compressing logs... 2026-02-21T11:13:27.056 DEBUG:teuthology.orchestra.run.trial051:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2026-02-21T11:13:27.098 DEBUG:teuthology.orchestra.run.trial144:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2026-02-21T11:13:27.119 INFO:teuthology.orchestra.run.trial051.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose: No such file or directory -- 2026-02-21T11:13:27.119 INFO:teuthology.orchestra.run.trial051.stderr: /var/log/ceph/cephadm.log 2026-02-21T11:13:27.119 INFO:teuthology.orchestra.run.trial051.stderr:gzip -5 --verbose -- /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph-mon.a.log 2026-02-21T11:13:27.119 INFO:teuthology.orchestra.run.trial051.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph-osd.0.log 2026-02-21T11:13:27.119 INFO:teuthology.orchestra.run.trial051.stderr:/var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph.cephadm.log 2026-02-21T11:13:27.119 INFO:teuthology.orchestra.run.trial051.stderr:gzip -5 --verbose --/var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph-osd.0.log: /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph-mgr.a.log 2026-02-21T11:13:27.120 INFO:teuthology.orchestra.run.trial051.stderr:/var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph.audit.log 2026-02-21T11:13:27.120 INFO:teuthology.orchestra.run.trial051.stderr:/var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph-mgr.a.log: 79.9% -- replaced with /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph.cephadm.log.gz 2026-02-21T11:13:27.120 INFO:teuthology.orchestra.run.trial051.stderr:gzip -5 --verbose -- /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph-volume.log 2026-02-21T11:13:27.120 INFO:teuthology.orchestra.run.trial051.stderr:/var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph.log 2026-02-21T11:13:27.120 INFO:teuthology.orchestra.run.trial051.stderr: 86.2% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-21T11:13:27.121 INFO:teuthology.orchestra.run.trial051.stderr:/var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph-volume.log: /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph.log: 90.1% -- replaced with /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph.audit.log.gz 2026-02-21T11:13:27.121 INFO:teuthology.orchestra.run.trial051.stderr: 85.9% -- replaced with /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph.log.gz 2026-02-21T11:13:27.123 INFO:teuthology.orchestra.run.trial144.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log: No such file or directory 2026-02-21T11:13:27.123 INFO:teuthology.orchestra.run.trial144.stderr: 2026-02-21T11:13:27.123 INFO:teuthology.orchestra.run.trial144.stderr:gzip -5 --verbose -- /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph.cephadm.log 2026-02-21T11:13:27.123 INFO:teuthology.orchestra.run.trial144.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph-mgr.b.log 2026-02-21T11:13:27.124 INFO:teuthology.orchestra.run.trial051.stderr: 94.7% -- replaced with /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph-volume.log.gz 2026-02-21T11:13:27.125 INFO:teuthology.orchestra.run.trial144.stderr:/var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph.audit.log 2026-02-21T11:13:27.125 INFO:teuthology.orchestra.run.trial144.stderr: 79.1% -- replaced with /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph.cephadm.log.gz 2026-02-21T11:13:27.125 INFO:teuthology.orchestra.run.trial144.stderr:/var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph-mon.b.log 2026-02-21T11:13:27.125 INFO:teuthology.orchestra.run.trial144.stderr:gzip -5 --verbose -- /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph-volume.log 2026-02-21T11:13:27.125 INFO:teuthology.orchestra.run.trial144.stderr: 83.4% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-21T11:13:27.125 INFO:teuthology.orchestra.run.trial144.stderr:/var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph.audit.log: /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph-osd.1.log 2026-02-21T11:13:27.125 INFO:teuthology.orchestra.run.trial144.stderr:/var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph-volume.log: 90.5% -- replaced with /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph.audit.log.gz 2026-02-21T11:13:27.125 INFO:teuthology.orchestra.run.trial144.stderr:gzip -5 --verbose -- /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph.log 2026-02-21T11:13:27.125 INFO:teuthology.orchestra.run.trial144.stderr:/var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph-osd.1.log: /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph.log: 85.9% -- replaced with /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph.log.gz 2026-02-21T11:13:27.126 INFO:teuthology.orchestra.run.trial144.stderr: 90.3% -- replaced with /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph-mgr.b.log.gz 2026-02-21T11:13:27.127 INFO:teuthology.orchestra.run.trial144.stderr: 94.9% -- replaced with /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph-volume.log.gz 2026-02-21T11:13:27.129 INFO:teuthology.orchestra.run.trial051.stderr: 93.9% -- replaced with /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph-osd.0.log.gz 2026-02-21T11:13:27.134 INFO:teuthology.orchestra.run.trial144.stderr: 93.9% -- replaced with /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph-osd.1.log.gz 2026-02-21T11:13:27.153 INFO:teuthology.orchestra.run.trial051.stderr: 88.3% -- replaced with /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph-mgr.a.log.gz 2026-02-21T11:13:27.156 INFO:teuthology.orchestra.run.trial144.stderr: 93.6% -- replaced with /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph-mon.b.log.gz 2026-02-21T11:13:27.157 INFO:teuthology.orchestra.run.trial144.stderr: 2026-02-21T11:13:27.157 INFO:teuthology.orchestra.run.trial144.stderr:real 0m0.043s 2026-02-21T11:13:27.157 INFO:teuthology.orchestra.run.trial144.stderr:user 0m0.052s 2026-02-21T11:13:27.157 INFO:teuthology.orchestra.run.trial144.stderr:sys 0m0.019s 2026-02-21T11:13:27.208 INFO:teuthology.orchestra.run.trial051.stderr: 91.8% -- replaced with /var/log/ceph/e5d393e1-0f15-11f1-b529-d404e6e7d460/ceph-mon.a.log.gz 2026-02-21T11:13:27.210 INFO:teuthology.orchestra.run.trial051.stderr: 2026-02-21T11:13:27.210 INFO:teuthology.orchestra.run.trial051.stderr:real 0m0.099s 2026-02-21T11:13:27.211 INFO:teuthology.orchestra.run.trial051.stderr:user 0m0.138s 2026-02-21T11:13:27.211 INFO:teuthology.orchestra.run.trial051.stderr:sys 0m0.021s 2026-02-21T11:13:27.211 INFO:tasks.cephadm:Archiving logs... 2026-02-21T11:13:27.211 DEBUG:teuthology.misc:Transferring archived files from trial051:/var/log/ceph to /home/teuthworker/mnt/teuthology/skanta-2026-02-21_10:47:12-rados-wip-bharath21-testing-2026-02-20-1039-distro-default-trial/62466/remote/trial051/log 2026-02-21T11:13:27.212 DEBUG:teuthology.orchestra.run.trial051:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-21T11:13:27.330 DEBUG:teuthology.misc:Transferring archived files from trial144:/var/log/ceph to /home/teuthworker/mnt/teuthology/skanta-2026-02-21_10:47:12-rados-wip-bharath21-testing-2026-02-20-1039-distro-default-trial/62466/remote/trial144/log 2026-02-21T11:13:27.331 DEBUG:teuthology.orchestra.run.trial144:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-21T11:13:27.374 INFO:tasks.cephadm:Removing cluster... 2026-02-21T11:13:27.374 DEBUG:teuthology.orchestra.run.trial051:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 --force 2026-02-21T11:13:27.493 INFO:teuthology.orchestra.run.trial051.stdout:Deleting cluster with fsid: e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:13:27.655 DEBUG:teuthology.orchestra.run.trial144:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e5d393e1-0f15-11f1-b529-d404e6e7d460 --force 2026-02-21T11:13:27.774 INFO:teuthology.orchestra.run.trial144.stdout:Deleting cluster with fsid: e5d393e1-0f15-11f1-b529-d404e6e7d460 2026-02-21T11:13:27.947 INFO:tasks.cephadm:Removing cephadm ... 2026-02-21T11:13:27.947 DEBUG:teuthology.orchestra.run.trial051:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-21T11:13:27.965 DEBUG:teuthology.orchestra.run.trial144:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-21T11:13:27.981 INFO:tasks.cephadm:Teardown complete 2026-02-21T11:13:27.981 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-02-21T11:13:27.991 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2026-02-21T11:13:27.991 DEBUG:teuthology.orchestra.run.trial051:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-21T11:13:28.007 DEBUG:teuthology.orchestra.run.trial144:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-21T11:13:28.201 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-21T11:13:28.214 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-21T11:13:28.214 DEBUG:teuthology.orchestra.run.trial051:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-21T11:13:28.216 DEBUG:teuthology.orchestra.run.trial144:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-21T11:13:28.231 INFO:teuthology.orchestra.run.trial051.stderr:bash: line 1: ntpq: command not found 2026-02-21T11:13:28.233 INFO:teuthology.orchestra.run.trial144.stderr:bash: line 1: ntpq: command not found 2026-02-21T11:13:28.249 INFO:teuthology.orchestra.run.trial051.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T11:13:28.250 INFO:teuthology.orchestra.run.trial051.stdout:=============================================================================== 2026-02-21T11:13:28.250 INFO:teuthology.orchestra.run.trial051.stdout:^* pool-138-89-14-60.mad.ea> 1 6 377 6 -86us[ -137us] +/- 3274us 2026-02-21T11:13:28.250 INFO:teuthology.orchestra.run.trial051.stdout:^+ time.cloudflare.com 3 6 377 6 -149us[ -149us] +/- 6673us 2026-02-21T11:13:28.250 INFO:teuthology.orchestra.run.trial051.stdout:^- 66.85.78.80 2 6 377 6 +1276us[+1276us] +/- 38ms 2026-02-21T11:13:28.250 INFO:teuthology.orchestra.run.trial051.stdout:^- ntp2.wiktel.com 1 6 377 6 -1369us[-1369us] +/- 20ms 2026-02-21T11:13:28.251 INFO:teuthology.orchestra.run.trial144.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-21T11:13:28.251 INFO:teuthology.orchestra.run.trial144.stdout:=============================================================================== 2026-02-21T11:13:28.251 INFO:teuthology.orchestra.run.trial144.stdout:^+ 23.157.160.168 2 6 377 5 +2765us[+2823us] +/- 56ms 2026-02-21T11:13:28.251 INFO:teuthology.orchestra.run.trial144.stdout:^* usmoi.meezy.link 2 6 377 5 -1621us[-1563us] +/- 23ms 2026-02-21T11:13:28.251 INFO:teuthology.orchestra.run.trial144.stdout:^+ rn-03.koehn.com 2 6 377 7 +685us[ +743us] +/- 38ms 2026-02-21T11:13:28.251 INFO:teuthology.orchestra.run.trial144.stdout:^+ 66.42.71.197.vultruserco> 2 6 377 5 -39us[ -39us] +/- 47ms 2026-02-21T11:13:28.252 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-21T11:13:28.263 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-21T11:13:28.263 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-21T11:13:28.277 DEBUG:teuthology.orchestra.run.trial051:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2026-02-21T11:13:28.352 DEBUG:teuthology.orchestra.run.trial144:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2026-02-21T11:13:28.410 DEBUG:teuthology.orchestra.run.trial051:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-21T11:13:28.438 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T11:13:28.438 DEBUG:teuthology.orchestra.run.trial144:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-21T11:13:28.463 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T11:13:28.464 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-21T11:13:28.476 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-21T11:13:28.489 INFO:teuthology.task.internal:Duration was 431.662329 seconds 2026-02-21T11:13:28.489 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-21T11:13:28.505 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-21T11:13:28.505 DEBUG:teuthology.orchestra.run.trial051:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-21T11:13:28.508 DEBUG:teuthology.orchestra.run.trial144:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-21T11:13:28.544 INFO:teuthology.orchestra.run.trial051.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T11:13:28.544 INFO:teuthology.orchestra.run.trial144.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-21T11:13:28.808 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-21T11:13:28.808 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial051.front.sepia.ceph.com 2026-02-21T11:13:28.809 DEBUG:teuthology.orchestra.run.trial051:> grep -E --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-02-21T11:13:28.828 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial144.front.sepia.ceph.com 2026-02-21T11:13:28.828 DEBUG:teuthology.orchestra.run.trial144:> grep -E --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-02-21T11:13:28.866 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-21T11:13:28.867 DEBUG:teuthology.orchestra.run.trial051:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-21T11:13:28.870 DEBUG:teuthology.orchestra.run.trial144:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-21T11:13:28.987 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-21T11:13:28.987 DEBUG:teuthology.orchestra.run.trial051:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-02-21T11:13:28.990 DEBUG:teuthology.orchestra.run.trial144:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-02-21T11:13:29.011 INFO:teuthology.orchestra.run.trial051.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T11:13:29.012 INFO:teuthology.orchestra.run.trial051.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T11:13:29.012 INFO:teuthology.orchestra.run.trial051.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-21T11:13:29.012 INFO:teuthology.orchestra.run.trial051.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-21T11:13:29.012 INFO:teuthology.orchestra.run.trial051.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-21T11:13:29.013 INFO:teuthology.orchestra.run.trial144.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-21T11:13:29.014 INFO:teuthology.orchestra.run.trial144.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-21T11:13:29.014 INFO:teuthology.orchestra.run.trial144.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-21T11:13:29.014 INFO:teuthology.orchestra.run.trial144.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-21T11:13:29.014 INFO:teuthology.orchestra.run.trial144.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-21T11:13:29.031 INFO:teuthology.orchestra.run.trial144.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 85.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-21T11:13:29.031 INFO:teuthology.orchestra.run.trial051.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 86.2% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-21T11:13:29.033 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-21T11:13:29.051 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-21T11:13:29.051 DEBUG:teuthology.orchestra.run.trial051:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-21T11:13:29.098 DEBUG:teuthology.orchestra.run.trial144:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-21T11:13:29.124 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-21T11:13:29.135 DEBUG:teuthology.orchestra.run.trial051:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2026-02-21T11:13:29.140 DEBUG:teuthology.orchestra.run.trial144:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2026-02-21T11:13:29.164 INFO:teuthology.orchestra.run.trial051.stdout:kernel.core_pattern = core 2026-02-21T11:13:29.189 INFO:teuthology.orchestra.run.trial144.stdout:kernel.core_pattern = core 2026-02-21T11:13:29.201 DEBUG:teuthology.orchestra.run.trial051:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-21T11:13:29.234 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T11:13:29.235 DEBUG:teuthology.orchestra.run.trial144:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-21T11:13:29.256 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-21T11:13:29.257 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-21T11:13:29.275 INFO:teuthology.task.internal:Transferring archived files... 2026-02-21T11:13:29.277 DEBUG:teuthology.misc:Transferring archived files from trial051:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/skanta-2026-02-21_10:47:12-rados-wip-bharath21-testing-2026-02-20-1039-distro-default-trial/62466/remote/trial051 2026-02-21T11:13:29.277 DEBUG:teuthology.orchestra.run.trial051:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-21T11:13:29.311 DEBUG:teuthology.misc:Transferring archived files from trial144:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/skanta-2026-02-21_10:47:12-rados-wip-bharath21-testing-2026-02-20-1039-distro-default-trial/62466/remote/trial144 2026-02-21T11:13:29.311 DEBUG:teuthology.orchestra.run.trial144:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-21T11:13:29.349 INFO:teuthology.task.internal:Removing archive directory... 2026-02-21T11:13:29.350 DEBUG:teuthology.orchestra.run.trial051:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-21T11:13:29.352 DEBUG:teuthology.orchestra.run.trial144:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-21T11:13:29.395 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-21T11:13:29.409 INFO:teuthology.task.internal:Not uploading archives. 2026-02-21T11:13:29.409 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-21T11:13:29.423 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-21T11:13:29.424 DEBUG:teuthology.orchestra.run.trial051:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-21T11:13:29.425 DEBUG:teuthology.orchestra.run.trial144:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-21T11:13:29.439 INFO:teuthology.orchestra.run.trial051.stdout: 917572 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 21 11:13 /home/ubuntu/cephtest 2026-02-21T11:13:29.451 INFO:teuthology.orchestra.run.trial144.stdout: 917522 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 21 11:13 /home/ubuntu/cephtest 2026-02-21T11:13:29.451 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-21T11:13:29.465 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-21T11:13:29.497 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_extra_daemon_features} duration: 431.6623294353485 flavor: default owner: scheduled_skanta@soko04.front.sepia.ceph.com success: true 2026-02-21T11:13:29.497 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-21T11:13:29.595 INFO:teuthology.run:pass