2026-02-23T08:11:37.872 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-23T08:11:37.888 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-23T08:11:37.967 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/skanta-2026-02-23_07:12:59-rados-wip-bharath8-testing-2026-02-22-0716-distro-default-trial/65641 branch: wip-bharath8-testing-2026-02-22-0716 description: rados/cephadm/workunits/{0-distro/rocky_10 agent/off mon_election/classic task/test_extra_daemon_features} email: skanta@redhat.com first_in_suite: false flavor: default job_id: '65641' kernel: branch: distro kdb: 1 sha1: distro last_in_suite: false machine_type: trial name: skanta-2026-02-23_07:12:59-rados-wip-bharath8-testing-2026-02-22-0716-distro-default-trial no_nested_subset: false os_type: rocky os_version: '10.1' overrides: admin_socket: branch: wip-bharath8-testing-2026-02-22-0716 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 5adce3ff0fe1645dcbc38d059f948571dc3d69da ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5adce3ff0fe1645dcbc38d059f948571dc3d69da selinux: allowlist: - comm="systemd".*denied.*\{ prog_run \}.*tclass=bpf.*permissive=1 workunit: branch: wip-bharath8-testing-2026-02-22-0716 sha1: 5adce3ff0fe1645dcbc38d059f948571dc3d69da 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: 5057 sha1: 5adce3ff0fe1645dcbc38d059f948571dc3d69da sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-bharath8-testing-2026-02-22-0716 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_5adce3ff0fe1645dcbc38d059f948571dc3d69da/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 5adce3ff0fe1645dcbc38d059f948571dc3d69da targets: trial085.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCUWKh/d0Udt/SahrW8j4SFKrA7yxtNi1YfMwS4cXUa9JRZp5vQgAf+3Yhmgp4l9KOS1GaZdBZlcvf3r+xKJ9nU= trial151.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB36vBNIhk+wd8gkOqe0fc/KVGHBWyzUrFdbbQGx0n98mJiMCbWQQs+w6a3rPQE37WaL92G88q81gPcn7/ZYBas= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install nvmetcli nvme-cli -y - 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-23_07:12:59 tube: trial user: skanta verbose: true worker_log: /home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.3318653 2026-02-23T08:11:37.967 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_5adce3ff0fe1645dcbc38d059f948571dc3d69da/qa; will attempt to use it 2026-02-23T08:11:37.968 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_5adce3ff0fe1645dcbc38d059f948571dc3d69da/qa/tasks 2026-02-23T08:11:37.968 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-02-23T08:11:37.970 INFO:teuthology.task.internal:Checking packages... 2026-02-23T08:11:37.970 INFO:teuthology.task.internal:Checking packages for os_type 'rocky', flavor 'default' and ceph hash '5adce3ff0fe1645dcbc38d059f948571dc3d69da' 2026-02-23T08:11:37.970 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-23T08:11:37.970 INFO:teuthology.packaging:ref: None 2026-02-23T08:11:37.970 INFO:teuthology.packaging:tag: None 2026-02-23T08:11:37.970 INFO:teuthology.packaging:branch: wip-bharath8-testing-2026-02-22-0716 2026-02-23T08:11:37.970 INFO:teuthology.packaging:sha1: 5adce3ff0fe1645dcbc38d059f948571dc3d69da 2026-02-23T08:11:37.970 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=rocky%2F10%2Fx86_64&ref=wip-bharath8-testing-2026-02-22-0716 2026-02-23T08:11:38.090 INFO:teuthology.task.internal:Found packages for ceph version 20.3.0-5433.g5adce3ff 2026-02-23T08:11:38.091 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-02-23T08:11:38.102 INFO:teuthology.task.internal:no buildpackages task found 2026-02-23T08:11:38.102 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-02-23T08:11:38.115 INFO:teuthology.task.internal:Saving configuration 2026-02-23T08:11:38.127 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-02-23T08:11:38.139 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-02-23T08:11:38.216 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial085.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/skanta-2026-02-23_07:12:59-rados-wip-bharath8-testing-2026-02-22-0716-distro-default-trial/65641', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'rocky', 'os_version': '10.1', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-23 08:08:04.254575', 'locked_by': 'scheduled_skanta@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCUWKh/d0Udt/SahrW8j4SFKrA7yxtNi1YfMwS4cXUa9JRZp5vQgAf+3Yhmgp4l9KOS1GaZdBZlcvf3r+xKJ9nU='} 2026-02-23T08:11:38.273 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial151.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/skanta-2026-02-23_07:12:59-rados-wip-bharath8-testing-2026-02-22-0716-distro-default-trial/65641', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'rocky', 'os_version': '10.1', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-23 08:08:04.255273', 'locked_by': 'scheduled_skanta@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB36vBNIhk+wd8gkOqe0fc/KVGHBWyzUrFdbbQGx0n98mJiMCbWQQs+w6a3rPQE37WaL92G88q81gPcn7/ZYBas='} 2026-02-23T08:11:38.273 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-02-23T08:11:38.286 INFO:teuthology.task.internal:roles: ubuntu@trial085.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2026-02-23T08:11:38.286 INFO:teuthology.task.internal:roles: ubuntu@trial151.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2026-02-23T08:11:38.286 INFO:teuthology.run_tasks:Running task console_log... 2026-02-23T08:11:38.423 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x78a561ce94e0>, signals=[15]) 2026-02-23T08:11:38.423 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-23T08:11:38.434 INFO:teuthology.task.internal:Opening connections... 2026-02-23T08:11:38.434 DEBUG:teuthology.task.internal:connecting to ubuntu@trial085.front.sepia.ceph.com 2026-02-23T08:11:38.435 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial085.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-23T08:11:38.499 DEBUG:teuthology.task.internal:connecting to ubuntu@trial151.front.sepia.ceph.com 2026-02-23T08:11:38.500 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial151.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-23T08:11:38.563 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-23T08:11:38.575 DEBUG:teuthology.orchestra.run.trial085:> uname -m 2026-02-23T08:11:38.592 INFO:teuthology.orchestra.run.trial085.stdout:x86_64 2026-02-23T08:11:38.593 DEBUG:teuthology.orchestra.run.trial085:> cat /etc/os-release 2026-02-23T08:11:38.649 INFO:teuthology.orchestra.run.trial085.stdout:NAME="Rocky Linux" 2026-02-23T08:11:38.650 INFO:teuthology.orchestra.run.trial085.stdout:VERSION="10.1 (Red Quartz)" 2026-02-23T08:11:38.650 INFO:teuthology.orchestra.run.trial085.stdout:ID="rocky" 2026-02-23T08:11:38.650 INFO:teuthology.orchestra.run.trial085.stdout:ID_LIKE="rhel centos fedora" 2026-02-23T08:11:38.650 INFO:teuthology.orchestra.run.trial085.stdout:VERSION_ID="10.1" 2026-02-23T08:11:38.650 INFO:teuthology.orchestra.run.trial085.stdout:PLATFORM_ID="platform:el10" 2026-02-23T08:11:38.650 INFO:teuthology.orchestra.run.trial085.stdout:PRETTY_NAME="Rocky Linux 10.1 (Red Quartz)" 2026-02-23T08:11:38.650 INFO:teuthology.orchestra.run.trial085.stdout:ANSI_COLOR="0;32" 2026-02-23T08:11:38.650 INFO:teuthology.orchestra.run.trial085.stdout:LOGO="fedora-logo-icon" 2026-02-23T08:11:38.650 INFO:teuthology.orchestra.run.trial085.stdout:CPE_NAME="cpe:/o:rocky:rocky:10::baseos" 2026-02-23T08:11:38.650 INFO:teuthology.orchestra.run.trial085.stdout:HOME_URL="https://rockylinux.org/" 2026-02-23T08:11:38.650 INFO:teuthology.orchestra.run.trial085.stdout:VENDOR_NAME="RESF" 2026-02-23T08:11:38.650 INFO:teuthology.orchestra.run.trial085.stdout:VENDOR_URL="https://resf.org/" 2026-02-23T08:11:38.650 INFO:teuthology.orchestra.run.trial085.stdout:BUG_REPORT_URL="https://bugs.rockylinux.org/" 2026-02-23T08:11:38.650 INFO:teuthology.orchestra.run.trial085.stdout:SUPPORT_END="2035-05-31" 2026-02-23T08:11:38.650 INFO:teuthology.orchestra.run.trial085.stdout:ROCKY_SUPPORT_PRODUCT="Rocky-Linux-10" 2026-02-23T08:11:38.650 INFO:teuthology.orchestra.run.trial085.stdout:ROCKY_SUPPORT_PRODUCT_VERSION="10.1" 2026-02-23T08:11:38.650 INFO:teuthology.orchestra.run.trial085.stdout:REDHAT_SUPPORT_PRODUCT="Rocky Linux" 2026-02-23T08:11:38.650 INFO:teuthology.orchestra.run.trial085.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="10.1" 2026-02-23T08:11:38.651 INFO:teuthology.lock.ops:Updating trial085.front.sepia.ceph.com on lock server 2026-02-23T08:11:38.739 DEBUG:teuthology.orchestra.run.trial151:> uname -m 2026-02-23T08:11:38.756 INFO:teuthology.orchestra.run.trial151.stdout:x86_64 2026-02-23T08:11:38.756 DEBUG:teuthology.orchestra.run.trial151:> cat /etc/os-release 2026-02-23T08:11:38.814 INFO:teuthology.orchestra.run.trial151.stdout:NAME="Rocky Linux" 2026-02-23T08:11:38.814 INFO:teuthology.orchestra.run.trial151.stdout:VERSION="10.1 (Red Quartz)" 2026-02-23T08:11:38.814 INFO:teuthology.orchestra.run.trial151.stdout:ID="rocky" 2026-02-23T08:11:38.814 INFO:teuthology.orchestra.run.trial151.stdout:ID_LIKE="rhel centos fedora" 2026-02-23T08:11:38.814 INFO:teuthology.orchestra.run.trial151.stdout:VERSION_ID="10.1" 2026-02-23T08:11:38.814 INFO:teuthology.orchestra.run.trial151.stdout:PLATFORM_ID="platform:el10" 2026-02-23T08:11:38.814 INFO:teuthology.orchestra.run.trial151.stdout:PRETTY_NAME="Rocky Linux 10.1 (Red Quartz)" 2026-02-23T08:11:38.814 INFO:teuthology.orchestra.run.trial151.stdout:ANSI_COLOR="0;32" 2026-02-23T08:11:38.814 INFO:teuthology.orchestra.run.trial151.stdout:LOGO="fedora-logo-icon" 2026-02-23T08:11:38.814 INFO:teuthology.orchestra.run.trial151.stdout:CPE_NAME="cpe:/o:rocky:rocky:10::baseos" 2026-02-23T08:11:38.815 INFO:teuthology.orchestra.run.trial151.stdout:HOME_URL="https://rockylinux.org/" 2026-02-23T08:11:38.815 INFO:teuthology.orchestra.run.trial151.stdout:VENDOR_NAME="RESF" 2026-02-23T08:11:38.815 INFO:teuthology.orchestra.run.trial151.stdout:VENDOR_URL="https://resf.org/" 2026-02-23T08:11:38.815 INFO:teuthology.orchestra.run.trial151.stdout:BUG_REPORT_URL="https://bugs.rockylinux.org/" 2026-02-23T08:11:38.815 INFO:teuthology.orchestra.run.trial151.stdout:SUPPORT_END="2035-05-31" 2026-02-23T08:11:38.815 INFO:teuthology.orchestra.run.trial151.stdout:ROCKY_SUPPORT_PRODUCT="Rocky-Linux-10" 2026-02-23T08:11:38.815 INFO:teuthology.orchestra.run.trial151.stdout:ROCKY_SUPPORT_PRODUCT_VERSION="10.1" 2026-02-23T08:11:38.815 INFO:teuthology.orchestra.run.trial151.stdout:REDHAT_SUPPORT_PRODUCT="Rocky Linux" 2026-02-23T08:11:38.815 INFO:teuthology.orchestra.run.trial151.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="10.1" 2026-02-23T08:11:38.815 INFO:teuthology.lock.ops:Updating trial151.front.sepia.ceph.com on lock server 2026-02-23T08:11:38.895 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-23T08:11:38.908 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-23T08:11:38.919 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-23T08:11:38.919 DEBUG:teuthology.orchestra.run.trial085:> test '!' -e /home/ubuntu/cephtest 2026-02-23T08:11:38.921 DEBUG:teuthology.orchestra.run.trial151:> test '!' -e /home/ubuntu/cephtest 2026-02-23T08:11:38.938 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-23T08:11:38.949 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-23T08:11:38.949 DEBUG:teuthology.orchestra.run.trial085:> test -z $(ls -A /var/lib/ceph) 2026-02-23T08:11:38.978 DEBUG:teuthology.orchestra.run.trial151:> test -z $(ls -A /var/lib/ceph) 2026-02-23T08:11:38.994 INFO:teuthology.orchestra.run.trial085.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-02-23T08:11:38.995 INFO:teuthology.orchestra.run.trial151.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-02-23T08:11:38.995 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-23T08:11:39.224 INFO:teuthology.run_tasks:Running task kernel... 2026-02-23T08:11:39.243 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'} 2026-02-23T08:11:39.243 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-23T08:11:39.243 DEBUG:teuthology.orchestra.run.trial085:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-23T08:11:39.243 DEBUG:teuthology.orchestra.run.trial151:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-23T08:11:39.260 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T08:11:39.260 DEBUG:teuthology.orchestra.run.trial085:> uname -r 2026-02-23T08:11:39.261 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T08:11:39.261 DEBUG:teuthology.orchestra.run.trial151:> uname -r 2026-02-23T08:11:39.319 INFO:teuthology.orchestra.run.trial085.stdout:6.12.0-124.35.1.el10_1.x86_64 2026-02-23T08:11:39.319 INFO:teuthology.task.kernel:Running kernel on trial085: 6.12.0-124.35.1.el10_1.x86_64 2026-02-23T08:11:39.319 DEBUG:teuthology.orchestra.run.trial085:> sudo yum install -y kernel 2026-02-23T08:11:39.320 INFO:teuthology.orchestra.run.trial151.stdout:6.12.0-124.35.1.el10_1.x86_64 2026-02-23T08:11:39.320 INFO:teuthology.task.kernel:Running kernel on trial151: 6.12.0-124.35.1.el10_1.x86_64 2026-02-23T08:11:39.320 DEBUG:teuthology.orchestra.run.trial151:> sudo yum install -y kernel 2026-02-23T08:11:39.832 INFO:teuthology.orchestra.run.trial151.stdout:Rocky Linux 10 - AppStream 25 MB/s | 2.2 MB 00:00 2026-02-23T08:11:39.836 INFO:teuthology.orchestra.run.trial085.stdout:Rocky Linux 10 - AppStream 25 MB/s | 2.2 MB 00:00 2026-02-23T08:11:40.133 INFO:teuthology.orchestra.run.trial151.stdout:Rocky Linux 10 - BaseOS 69 MB/s | 12 MB 00:00 2026-02-23T08:11:40.178 INFO:teuthology.orchestra.run.trial085.stdout:Rocky Linux 10 - BaseOS 56 MB/s | 12 MB 00:00 2026-02-23T08:11:40.676 INFO:teuthology.orchestra.run.trial151.stdout:Rocky Linux 10 - CRB 5.2 MB/s | 508 kB 00:00 2026-02-23T08:11:40.755 INFO:teuthology.orchestra.run.trial085.stdout:Rocky Linux 10 - CRB 4.8 MB/s | 508 kB 00:00 2026-02-23T08:11:41.510 INFO:teuthology.orchestra.run.trial085.stdout:Extra Packages for Enterprise Linux 8.8 MB/s | 6.2 MB 00:00 2026-02-23T08:11:41.820 INFO:teuthology.orchestra.run.trial151.stdout:Extra Packages for Enterprise Linux 5.7 MB/s | 6.2 MB 00:01 2026-02-23T08:11:42.171 INFO:teuthology.orchestra.run.trial085.stdout:lab-extras 316 kB/s | 3.7 kB 00:00 2026-02-23T08:11:42.484 INFO:teuthology.orchestra.run.trial151.stdout:lab-extras 304 kB/s | 3.7 kB 00:00 2026-02-23T08:11:42.581 INFO:teuthology.orchestra.run.trial085.stdout:Package kernel-6.12.0-124.27.1.el10_1.x86_64 is already installed. 2026-02-23T08:11:42.581 INFO:teuthology.orchestra.run.trial085.stdout:Package kernel-6.12.0-124.35.1.el10_1.x86_64 is already installed. 2026-02-23T08:11:42.593 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:11:42.593 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-23T08:11:42.593 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-23T08:11:42.617 DEBUG:teuthology.orchestra.run.trial085:> echo no | sudo yum reinstall kernel || true 2026-02-23T08:11:42.898 INFO:teuthology.orchestra.run.trial151.stdout:Package kernel-6.12.0-124.27.1.el10_1.x86_64 is already installed. 2026-02-23T08:11:42.898 INFO:teuthology.orchestra.run.trial151.stdout:Package kernel-6.12.0-124.35.1.el10_1.x86_64 is already installed. 2026-02-23T08:11:42.909 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:11:42.909 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-23T08:11:42.909 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-23T08:11:42.933 DEBUG:teuthology.orchestra.run.trial151:> echo no | sudo yum reinstall kernel || true 2026-02-23T08:11:42.937 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:11:42.938 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:11:42.938 INFO:teuthology.orchestra.run.trial085.stdout: Package Architecture Version Repository Size 2026-02-23T08:11:42.938 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:11:42.938 INFO:teuthology.orchestra.run.trial085.stdout:Reinstalling: 2026-02-23T08:11:42.938 INFO:teuthology.orchestra.run.trial085.stdout: kernel x86_64 6.12.0-124.27.1.el10_1 baseos 1.4 M 2026-02-23T08:11:42.938 INFO:teuthology.orchestra.run.trial085.stdout: kernel x86_64 6.12.0-124.35.1.el10_1 baseos 1.4 M 2026-02-23T08:11:42.938 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:11:42.938 INFO:teuthology.orchestra.run.trial085.stdout:Transaction Summary 2026-02-23T08:11:42.938 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:11:42.938 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:11:42.939 INFO:teuthology.orchestra.run.trial085.stdout:Total download size: 2.8 M 2026-02-23T08:11:42.939 INFO:teuthology.orchestra.run.trial085.stdout:Installed size: 0 2026-02-23T08:11:42.939 INFO:teuthology.orchestra.run.trial085.stderr:Operation aborted. 2026-02-23T08:11:42.957 INFO:teuthology.orchestra.run.trial085.stdout:Is this ok [y/N]: 2026-02-23T08:11:42.957 DEBUG:teuthology.orchestra.run.trial085:> sudo yum reinstall -y kernel || true 2026-02-23T08:11:43.214 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:01 ago on Mon 23 Feb 2026 08:11:42 AM UTC. 2026-02-23T08:11:43.238 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:01 ago on Mon 23 Feb 2026 08:11:42 AM UTC. 2026-02-23T08:11:43.251 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:11:43.252 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:11:43.252 INFO:teuthology.orchestra.run.trial151.stdout: Package Architecture Version Repository Size 2026-02-23T08:11:43.253 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:11:43.253 INFO:teuthology.orchestra.run.trial151.stdout:Reinstalling: 2026-02-23T08:11:43.253 INFO:teuthology.orchestra.run.trial151.stdout: kernel x86_64 6.12.0-124.27.1.el10_1 baseos 1.4 M 2026-02-23T08:11:43.253 INFO:teuthology.orchestra.run.trial151.stdout: kernel x86_64 6.12.0-124.35.1.el10_1 baseos 1.4 M 2026-02-23T08:11:43.253 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:11:43.253 INFO:teuthology.orchestra.run.trial151.stdout:Transaction Summary 2026-02-23T08:11:43.253 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:11:43.253 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:11:43.254 INFO:teuthology.orchestra.run.trial151.stdout:Total download size: 2.8 M 2026-02-23T08:11:43.254 INFO:teuthology.orchestra.run.trial151.stdout:Installed size: 0 2026-02-23T08:11:43.254 INFO:teuthology.orchestra.run.trial151.stderr:Operation aborted. 2026-02-23T08:11:43.270 INFO:teuthology.orchestra.run.trial151.stdout:Is this ok [y/N]: 2026-02-23T08:11:43.271 DEBUG:teuthology.orchestra.run.trial151:> sudo yum reinstall -y kernel || true 2026-02-23T08:11:43.272 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:11:43.273 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:11:43.273 INFO:teuthology.orchestra.run.trial085.stdout: Package Architecture Version Repository Size 2026-02-23T08:11:43.273 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:11:43.273 INFO:teuthology.orchestra.run.trial085.stdout:Reinstalling: 2026-02-23T08:11:43.274 INFO:teuthology.orchestra.run.trial085.stdout: kernel x86_64 6.12.0-124.27.1.el10_1 baseos 1.4 M 2026-02-23T08:11:43.274 INFO:teuthology.orchestra.run.trial085.stdout: kernel x86_64 6.12.0-124.35.1.el10_1 baseos 1.4 M 2026-02-23T08:11:43.274 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:11:43.274 INFO:teuthology.orchestra.run.trial085.stdout:Transaction Summary 2026-02-23T08:11:43.274 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:11:43.274 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:11:43.274 INFO:teuthology.orchestra.run.trial085.stdout:Total download size: 2.8 M 2026-02-23T08:11:43.274 INFO:teuthology.orchestra.run.trial085.stdout:Installed size: 0 2026-02-23T08:11:43.274 INFO:teuthology.orchestra.run.trial085.stdout:Downloading Packages: 2026-02-23T08:11:43.323 INFO:teuthology.orchestra.run.trial085.stdout:(1/2): kernel-6.12.0-124.35.1.el10_1.x86_64.rpm 28 MB/s | 1.4 MB 00:00 2026-02-23T08:11:43.326 INFO:teuthology.orchestra.run.trial085.stdout:(2/2): kernel-6.12.0-124.27.1.el10_1.x86_64.rpm 26 MB/s | 1.4 MB 00:00 2026-02-23T08:11:43.327 INFO:teuthology.orchestra.run.trial085.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:11:43.327 INFO:teuthology.orchestra.run.trial085.stdout:Total 52 MB/s | 2.8 MB 00:00 2026-02-23T08:11:43.327 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction check 2026-02-23T08:11:43.405 INFO:teuthology.orchestra.run.trial085.stdout:Transaction check succeeded. 2026-02-23T08:11:43.405 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction test 2026-02-23T08:11:43.426 INFO:teuthology.orchestra.run.trial085.stdout:Transaction test succeeded. 2026-02-23T08:11:43.427 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction 2026-02-23T08:11:43.471 INFO:teuthology.orchestra.run.trial085.stdout: Preparing : 1/1 2026-02-23T08:11:43.479 INFO:teuthology.orchestra.run.trial085.stdout: Reinstalling : kernel-6.12.0-124.35.1.el10_1.x86_64 1/4 2026-02-23T08:11:43.482 INFO:teuthology.orchestra.run.trial085.stdout: Reinstalling : kernel-6.12.0-124.27.1.el10_1.x86_64 2/4 2026-02-23T08:11:43.483 INFO:teuthology.orchestra.run.trial085.stdout: Cleanup : kernel-6.12.0-124.35.1.el10_1.x86_64 3/4 2026-02-23T08:11:43.556 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:01 ago on Mon 23 Feb 2026 08:11:42 AM UTC. 2026-02-23T08:11:43.590 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:11:43.591 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:11:43.591 INFO:teuthology.orchestra.run.trial151.stdout: Package Architecture Version Repository Size 2026-02-23T08:11:43.592 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:11:43.592 INFO:teuthology.orchestra.run.trial151.stdout:Reinstalling: 2026-02-23T08:11:43.592 INFO:teuthology.orchestra.run.trial151.stdout: kernel x86_64 6.12.0-124.27.1.el10_1 baseos 1.4 M 2026-02-23T08:11:43.592 INFO:teuthology.orchestra.run.trial151.stdout: kernel x86_64 6.12.0-124.35.1.el10_1 baseos 1.4 M 2026-02-23T08:11:43.592 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:11:43.592 INFO:teuthology.orchestra.run.trial151.stdout:Transaction Summary 2026-02-23T08:11:43.592 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:11:43.592 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:11:43.592 INFO:teuthology.orchestra.run.trial151.stdout:Total download size: 2.8 M 2026-02-23T08:11:43.592 INFO:teuthology.orchestra.run.trial151.stdout:Installed size: 0 2026-02-23T08:11:43.593 INFO:teuthology.orchestra.run.trial151.stdout:Downloading Packages: 2026-02-23T08:11:43.596 INFO:teuthology.orchestra.run.trial085.stdout: Cleanup : kernel-6.12.0-124.27.1.el10_1.x86_64 4/4 2026-02-23T08:11:43.597 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:11:43.597 INFO:teuthology.orchestra.run.trial085.stdout:Reinstalled: 2026-02-23T08:11:43.597 INFO:teuthology.orchestra.run.trial085.stdout: kernel-6.12.0-124.27.1.el10_1.x86_64 kernel-6.12.0-124.35.1.el10_1.x86_64 2026-02-23T08:11:43.597 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:11:43.597 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-23T08:11:43.623 DEBUG:teuthology.orchestra.run.trial085:> rpm -q kernel | sort -rV | head -n 1 2026-02-23T08:11:43.648 INFO:teuthology.orchestra.run.trial151.stdout:(1/2): kernel-6.12.0-124.27.1.el10_1.x86_64.rpm 24 MB/s | 1.4 MB 00:00 2026-02-23T08:11:43.650 INFO:teuthology.orchestra.run.trial151.stdout:(2/2): kernel-6.12.0-124.35.1.el10_1.x86_64.rpm 24 MB/s | 1.4 MB 00:00 2026-02-23T08:11:43.651 INFO:teuthology.orchestra.run.trial151.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:11:43.651 INFO:teuthology.orchestra.run.trial151.stdout:Total 47 MB/s | 2.8 MB 00:00 2026-02-23T08:11:43.652 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction check 2026-02-23T08:11:43.659 INFO:teuthology.orchestra.run.trial085.stdout:kernel-6.12.0-124.35.1.el10_1.x86_64 2026-02-23T08:11:43.659 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.12.0-124.35.1.el10_1.x86_64 2026-02-23T08:11:43.659 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-23T08:11:43.659 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-23T08:11:43.660 DEBUG:teuthology.orchestra.run.trial085:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-23T08:11:43.724 INFO:teuthology.orchestra.run.trial085.stdout:ttyS1 2026-02-23T08:11:43.729 INFO:teuthology.orchestra.run.trial151.stdout:Transaction check succeeded. 2026-02-23T08:11:43.729 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction test 2026-02-23T08:11:43.749 DEBUG:teuthology.parallel:result is None 2026-02-23T08:11:43.751 INFO:teuthology.orchestra.run.trial151.stdout:Transaction test succeeded. 2026-02-23T08:11:43.751 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction 2026-02-23T08:11:43.795 INFO:teuthology.orchestra.run.trial151.stdout: Preparing : 1/1 2026-02-23T08:11:43.803 INFO:teuthology.orchestra.run.trial151.stdout: Reinstalling : kernel-6.12.0-124.35.1.el10_1.x86_64 1/4 2026-02-23T08:11:43.806 INFO:teuthology.orchestra.run.trial151.stdout: Reinstalling : kernel-6.12.0-124.27.1.el10_1.x86_64 2/4 2026-02-23T08:11:43.807 INFO:teuthology.orchestra.run.trial151.stdout: Cleanup : kernel-6.12.0-124.35.1.el10_1.x86_64 3/4 2026-02-23T08:11:43.921 INFO:teuthology.orchestra.run.trial151.stdout: Cleanup : kernel-6.12.0-124.27.1.el10_1.x86_64 4/4 2026-02-23T08:11:43.921 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:11:43.921 INFO:teuthology.orchestra.run.trial151.stdout:Reinstalled: 2026-02-23T08:11:43.921 INFO:teuthology.orchestra.run.trial151.stdout: kernel-6.12.0-124.27.1.el10_1.x86_64 kernel-6.12.0-124.35.1.el10_1.x86_64 2026-02-23T08:11:43.921 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:11:43.922 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-23T08:11:43.946 DEBUG:teuthology.orchestra.run.trial151:> rpm -q kernel | sort -rV | head -n 1 2026-02-23T08:11:43.980 INFO:teuthology.orchestra.run.trial151.stdout:kernel-6.12.0-124.35.1.el10_1.x86_64 2026-02-23T08:11:43.980 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.12.0-124.35.1.el10_1.x86_64 2026-02-23T08:11:43.980 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-23T08:11:43.981 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-23T08:11:43.981 DEBUG:teuthology.orchestra.run.trial151:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-23T08:11:44.046 INFO:teuthology.orchestra.run.trial151.stdout:ttyS1 2026-02-23T08:11:44.088 DEBUG:teuthology.parallel:result is None 2026-02-23T08:11:44.088 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-23T08:11:44.101 INFO:teuthology.task.internal:Creating test directory... 2026-02-23T08:11:44.102 DEBUG:teuthology.orchestra.run.trial085:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-23T08:11:44.105 DEBUG:teuthology.orchestra.run.trial151:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-23T08:11:44.146 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-23T08:11:44.157 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-23T08:11:44.174 INFO:teuthology.task.internal:Creating archive directory... 2026-02-23T08:11:44.174 DEBUG:teuthology.orchestra.run.trial085:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-23T08:11:44.177 DEBUG:teuthology.orchestra.run.trial151:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-23T08:11:44.204 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-23T08:11:44.215 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-23T08:11:44.215 DEBUG:teuthology.orchestra.run.trial085:> 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-23T08:11:44.235 DEBUG:teuthology.orchestra.run.trial151:> 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-23T08:11:44.259 INFO:teuthology.orchestra.run.trial085.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-23T08:11:44.268 INFO:teuthology.orchestra.run.trial085.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-23T08:11:44.269 INFO:teuthology.orchestra.run.trial151.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-23T08:11:44.279 INFO:teuthology.orchestra.run.trial151.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-23T08:11:44.280 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-23T08:11:44.291 INFO:teuthology.task.internal:Configuring sudo... 2026-02-23T08:11:44.291 DEBUG:teuthology.orchestra.run.trial085:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-23T08:11:44.312 DEBUG:teuthology.orchestra.run.trial151:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-23T08:11:44.346 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-23T08:11:44.363 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-23T08:11:44.364 DEBUG:teuthology.orchestra.run.trial085:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-23T08:11:44.378 DEBUG:teuthology.orchestra.run.trial151:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-23T08:11:44.403 DEBUG:teuthology.orchestra.run.trial085:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T08:11:44.555 DEBUG:teuthology.orchestra.run.trial085:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T08:11:44.582 DEBUG:teuthology.orchestra.run.trial085:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T08:11:44.729 DEBUG:teuthology.orchestra.run.trial085:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T08:11:44.755 DEBUG:teuthology.orchestra.run.trial085:> set -ex 2026-02-23T08:11:44.755 DEBUG:teuthology.orchestra.run.trial085:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-23T08:11:44.823 DEBUG:teuthology.orchestra.run.trial151:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T08:11:44.926 DEBUG:teuthology.orchestra.run.trial151:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T08:11:44.954 DEBUG:teuthology.orchestra.run.trial151:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T08:11:45.095 DEBUG:teuthology.orchestra.run.trial151:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T08:11:45.121 DEBUG:teuthology.orchestra.run.trial151:> set -ex 2026-02-23T08:11:45.121 DEBUG:teuthology.orchestra.run.trial151:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-23T08:11:45.189 DEBUG:teuthology.orchestra.run.trial085:> sudo service rsyslog restart 2026-02-23T08:11:45.191 DEBUG:teuthology.orchestra.run.trial151:> sudo service rsyslog restart 2026-02-23T08:11:45.219 INFO:teuthology.orchestra.run.trial085.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-23T08:11:45.259 INFO:teuthology.orchestra.run.trial151.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-23T08:11:45.785 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-23T08:11:45.801 INFO:teuthology.task.internal:Starting timer... 2026-02-23T08:11:45.802 INFO:teuthology.run_tasks:Running task pcp... 2026-02-23T08:11:45.824 INFO:teuthology.run_tasks:Running task selinux... 2026-02-23T08:11:45.842 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['comm="systemd".*denied.*\\{ prog_run \\}.*tclass=bpf.*permissive=1']} 2026-02-23T08:11:45.842 DEBUG:teuthology.orchestra.run.trial085:> sudo service auditd rotate 2026-02-23T08:11:45.873 INFO:teuthology.orchestra.run.trial085.stdout:Rotating logs: 2026-02-23T08:11:45.875 DEBUG:teuthology.orchestra.run.trial151:> sudo service auditd rotate 2026-02-23T08:11:45.905 INFO:teuthology.orchestra.run.trial151.stdout:Rotating logs: 2026-02-23T08:11:45.906 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-23T08:11:45.907 DEBUG:teuthology.orchestra.run.trial085:> /usr/sbin/getenforce 2026-02-23T08:11:45.934 INFO:teuthology.orchestra.run.trial085.stdout:Permissive 2026-02-23T08:11:45.934 DEBUG:teuthology.orchestra.run.trial151:> /usr/sbin/getenforce 2026-02-23T08:11:45.964 INFO:teuthology.orchestra.run.trial151.stdout:Permissive 2026-02-23T08:11:45.964 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial085.front.sepia.ceph.com': 'permissive', 'ubuntu@trial151.front.sepia.ceph.com': 'permissive'} 2026-02-23T08:11:45.965 DEBUG:teuthology.orchestra.run.trial085:> 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 'comm="systemd".*denied.*\{ prog_run \}.*tclass=bpf.*permissive=1' 2026-02-23T08:11:45.992 INFO:teuthology.orchestra.run.trial085.stderr:grep: Invalid content of \{\} 2026-02-23T08:11:46.002 DEBUG:teuthology.orchestra.run:got remote process result: 2 2026-02-23T08:11:46.002 DEBUG:teuthology.orchestra.run.trial151:> 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 'comm="systemd".*denied.*\{ prog_run \}.*tclass=bpf.*permissive=1' 2026-02-23T08:11:46.021 INFO:teuthology.orchestra.run.trial151.stderr:grep: Invalid content of \{\} 2026-02-23T08:11:46.030 DEBUG:teuthology.orchestra.run:got remote process result: 2 2026-02-23T08:11:46.031 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-23T08:11:46.031 DEBUG:teuthology.orchestra.run.trial085:> sudo /usr/sbin/setenforce permissive 2026-02-23T08:11:46.069 DEBUG:teuthology.orchestra.run.trial151:> sudo /usr/sbin/setenforce permissive 2026-02-23T08:11:46.099 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-23T08:11:46.115 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-23T08:11:46.127 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-23T08:11:46.128 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial085.front.sepia.ceph.com,trial151.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-23T08:14:41.619 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial085.front.sepia.ceph.com'), Remote(name='ubuntu@trial151.front.sepia.ceph.com')] 2026-02-23T08:14:41.621 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial085.front.sepia.ceph.com' 2026-02-23T08:14:41.622 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial085.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-23T08:14:41.733 DEBUG:teuthology.orchestra.run.trial085:> true 2026-02-23T08:14:41.810 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial085.front.sepia.ceph.com' 2026-02-23T08:14:41.810 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial151.front.sepia.ceph.com' 2026-02-23T08:14:41.811 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial151.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-23T08:14:41.913 DEBUG:teuthology.orchestra.run.trial151:> true 2026-02-23T08:14:41.988 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial151.front.sepia.ceph.com' 2026-02-23T08:14:41.988 INFO:teuthology.run_tasks:Running task clock... 2026-02-23T08:14:42.006 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-23T08:14:42.006 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-23T08:14:42.007 DEBUG:teuthology.orchestra.run.trial085:> 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-23T08:14:42.010 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-23T08:14:42.010 DEBUG:teuthology.orchestra.run.trial151:> 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-23T08:14:42.038 INFO:teuthology.orchestra.run.trial085.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-23T08:14:42.050 INFO:teuthology.orchestra.run.trial085.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-23T08:14:42.056 INFO:teuthology.orchestra.run.trial151.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-23T08:14:42.069 INFO:teuthology.orchestra.run.trial151.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-23T08:14:42.072 INFO:teuthology.orchestra.run.trial085.stderr:sudo: ntpd: command not found 2026-02-23T08:14:42.082 INFO:teuthology.orchestra.run.trial085.stdout:506 Cannot talk to daemon 2026-02-23T08:14:42.092 INFO:teuthology.orchestra.run.trial151.stderr:sudo: ntpd: command not found 2026-02-23T08:14:42.095 INFO:teuthology.orchestra.run.trial085.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-23T08:14:42.102 INFO:teuthology.orchestra.run.trial151.stdout:506 Cannot talk to daemon 2026-02-23T08:14:42.107 INFO:teuthology.orchestra.run.trial085.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-23T08:14:42.114 INFO:teuthology.orchestra.run.trial151.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-23T08:14:42.127 INFO:teuthology.orchestra.run.trial151.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-23T08:14:42.154 INFO:teuthology.orchestra.run.trial085.stderr:bash: line 1: ntpq: command not found 2026-02-23T08:14:42.156 INFO:teuthology.orchestra.run.trial085.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-23T08:14:42.156 INFO:teuthology.orchestra.run.trial085.stdout:=============================================================================== 2026-02-23T08:14:42.190 INFO:teuthology.orchestra.run.trial151.stderr:bash: line 1: ntpq: command not found 2026-02-23T08:14:42.195 INFO:teuthology.orchestra.run.trial151.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-23T08:14:42.195 INFO:teuthology.orchestra.run.trial151.stdout:=============================================================================== 2026-02-23T08:14:42.195 INFO:teuthology.orchestra.run.trial151.stdout:^? ntp.maxhost.io 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-23T08:14:42.196 INFO:teuthology.run_tasks:Running task pexec... 2026-02-23T08:14:42.214 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-23T08:14:42.215 DEBUG:teuthology.orchestra.run.trial085:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-23T08:14:42.216 DEBUG:teuthology.orchestra.run.trial151:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-23T08:14:42.219 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial085.front.sepia.ceph.com 2026-02-23T08:14:42.219 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-23T08:14:42.219 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-02-23T08:14:42.239 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial151.front.sepia.ceph.com 2026-02-23T08:14:42.240 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-23T08:14:42.240 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-02-23T08:14:42.398 INFO:teuthology.orchestra.run.trial085.stdout:No match for argument: nvme-cli 2026-02-23T08:14:42.398 INFO:teuthology.orchestra.run.trial085.stderr:No packages marked for removal. 2026-02-23T08:14:42.400 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:14:42.400 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-23T08:14:42.400 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-23T08:14:42.419 INFO:teuthology.orchestra.run.trial151.stdout:No match for argument: nvme-cli 2026-02-23T08:14:42.419 INFO:teuthology.orchestra.run.trial151.stderr:No packages marked for removal. 2026-02-23T08:14:42.421 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:14:42.421 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-23T08:14:42.422 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-23T08:14:42.682 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:28 ago on Mon 23 Feb 2026 08:14:14 AM UTC. 2026-02-23T08:14:42.704 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:36 ago on Mon 23 Feb 2026 08:14:06 AM UTC. 2026-02-23T08:14:42.722 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:14:42.723 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:14:42.723 INFO:teuthology.orchestra.run.trial085.stdout: Package Arch Version Repository Size 2026-02-23T08:14:42.723 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:14:42.724 INFO:teuthology.orchestra.run.trial085.stdout:Installing: 2026-02-23T08:14:42.724 INFO:teuthology.orchestra.run.trial085.stdout: nvme-cli x86_64 2.13-2.el10 baseos 1.1 M 2026-02-23T08:14:42.724 INFO:teuthology.orchestra.run.trial085.stdout: nvmetcli noarch 0.8-1.el10 baseos 54 k 2026-02-23T08:14:42.724 INFO:teuthology.orchestra.run.trial085.stdout:Installing dependencies: 2026-02-23T08:14:42.724 INFO:teuthology.orchestra.run.trial085.stdout: python3-configshell noarch 1:1.1.30-8.el10 baseos 90 k 2026-02-23T08:14:42.724 INFO:teuthology.orchestra.run.trial085.stdout: python3-kmod x86_64 0.9.2-6.el10 baseos 111 k 2026-02-23T08:14:42.724 INFO:teuthology.orchestra.run.trial085.stdout: python3-pyparsing noarch 3.1.1-7.el10 baseos 271 k 2026-02-23T08:14:42.724 INFO:teuthology.orchestra.run.trial085.stdout: python3-typing-extensions noarch 4.9.0-6.el10 baseos 77 k 2026-02-23T08:14:42.724 INFO:teuthology.orchestra.run.trial085.stdout: python3-urwid x86_64 2.5.3-4.el10 baseos 1.1 M 2026-02-23T08:14:42.724 INFO:teuthology.orchestra.run.trial085.stdout: python3-wcwidth noarch 0.2.6-6.el10 baseos 48 k 2026-02-23T08:14:42.724 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:14:42.724 INFO:teuthology.orchestra.run.trial085.stdout:Transaction Summary 2026-02-23T08:14:42.724 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:14:42.724 INFO:teuthology.orchestra.run.trial085.stdout:Install 8 Packages 2026-02-23T08:14:42.724 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:14:42.724 INFO:teuthology.orchestra.run.trial085.stdout:Total download size: 2.8 M 2026-02-23T08:14:42.724 INFO:teuthology.orchestra.run.trial085.stdout:Installed size: 13 M 2026-02-23T08:14:42.724 INFO:teuthology.orchestra.run.trial085.stdout:Downloading Packages: 2026-02-23T08:14:42.739 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:14:42.740 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:14:42.740 INFO:teuthology.orchestra.run.trial151.stdout: Package Arch Version Repository Size 2026-02-23T08:14:42.740 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:14:42.740 INFO:teuthology.orchestra.run.trial151.stdout:Installing: 2026-02-23T08:14:42.740 INFO:teuthology.orchestra.run.trial151.stdout: nvme-cli x86_64 2.13-2.el10 baseos 1.1 M 2026-02-23T08:14:42.740 INFO:teuthology.orchestra.run.trial151.stdout: nvmetcli noarch 0.8-1.el10 baseos 54 k 2026-02-23T08:14:42.740 INFO:teuthology.orchestra.run.trial151.stdout:Installing dependencies: 2026-02-23T08:14:42.741 INFO:teuthology.orchestra.run.trial151.stdout: python3-configshell noarch 1:1.1.30-8.el10 baseos 90 k 2026-02-23T08:14:42.741 INFO:teuthology.orchestra.run.trial151.stdout: python3-kmod x86_64 0.9.2-6.el10 baseos 111 k 2026-02-23T08:14:42.741 INFO:teuthology.orchestra.run.trial151.stdout: python3-pyparsing noarch 3.1.1-7.el10 baseos 271 k 2026-02-23T08:14:42.741 INFO:teuthology.orchestra.run.trial151.stdout: python3-typing-extensions noarch 4.9.0-6.el10 baseos 77 k 2026-02-23T08:14:42.741 INFO:teuthology.orchestra.run.trial151.stdout: python3-urwid x86_64 2.5.3-4.el10 baseos 1.1 M 2026-02-23T08:14:42.741 INFO:teuthology.orchestra.run.trial151.stdout: python3-wcwidth noarch 0.2.6-6.el10 baseos 48 k 2026-02-23T08:14:42.741 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:14:42.741 INFO:teuthology.orchestra.run.trial151.stdout:Transaction Summary 2026-02-23T08:14:42.741 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:14:42.741 INFO:teuthology.orchestra.run.trial151.stdout:Install 8 Packages 2026-02-23T08:14:42.741 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:14:42.742 INFO:teuthology.orchestra.run.trial151.stdout:Total download size: 2.8 M 2026-02-23T08:14:42.742 INFO:teuthology.orchestra.run.trial151.stdout:Installed size: 13 M 2026-02-23T08:14:42.742 INFO:teuthology.orchestra.run.trial151.stdout:Downloading Packages: 2026-02-23T08:14:42.782 INFO:teuthology.orchestra.run.trial151.stdout:(1/8): python3-configshell-1.1.30-8.el10.noarch 2.2 MB/s | 90 kB 00:00 2026-02-23T08:14:42.783 INFO:teuthology.orchestra.run.trial151.stdout:(2/8): nvmetcli-0.8-1.el10.noarch.rpm 1.3 MB/s | 54 kB 00:00 2026-02-23T08:14:42.785 INFO:teuthology.orchestra.run.trial085.stdout:(1/8): python3-configshell-1.1.30-8.el10.noarch 1.4 MB/s | 90 kB 00:00 2026-02-23T08:14:42.785 INFO:teuthology.orchestra.run.trial085.stdout:(2/8): nvmetcli-0.8-1.el10.noarch.rpm 866 kB/s | 54 kB 00:00 2026-02-23T08:14:42.789 INFO:teuthology.orchestra.run.trial151.stdout:(3/8): nvme-cli-2.13-2.el10.x86_64.rpm 23 MB/s | 1.1 MB 00:00 2026-02-23T08:14:42.798 INFO:teuthology.orchestra.run.trial151.stdout:(4/8): python3-kmod-0.9.2-6.el10.x86_64.rpm 7.0 MB/s | 111 kB 00:00 2026-02-23T08:14:42.803 INFO:teuthology.orchestra.run.trial085.stdout:(3/8): nvme-cli-2.13-2.el10.x86_64.rpm 14 MB/s | 1.1 MB 00:00 2026-02-23T08:14:42.803 INFO:teuthology.orchestra.run.trial085.stdout:(4/8): python3-kmod-0.9.2-6.el10.x86_64.rpm 5.9 MB/s | 111 kB 00:00 2026-02-23T08:14:42.819 INFO:teuthology.orchestra.run.trial085.stdout:(5/8): python3-typing-extensions-4.9.0-6.el10.n 4.7 MB/s | 77 kB 00:00 2026-02-23T08:14:42.820 INFO:teuthology.orchestra.run.trial085.stdout:(6/8): python3-pyparsing-3.1.1-7.el10.noarch.rp 7.7 MB/s | 271 kB 00:00 2026-02-23T08:14:42.821 INFO:teuthology.orchestra.run.trial151.stdout:(5/8): python3-pyparsing-3.1.1-7.el10.noarch.rp 7.0 MB/s | 271 kB 00:00 2026-02-23T08:14:42.824 INFO:teuthology.orchestra.run.trial151.stdout:(6/8): python3-typing-extensions-4.9.0-6.el10.n 2.2 MB/s | 77 kB 00:00 2026-02-23T08:14:42.829 INFO:teuthology.orchestra.run.trial151.stdout:(7/8): python3-urwid-2.5.3-4.el10.x86_64.rpm 34 MB/s | 1.1 MB 00:00 2026-02-23T08:14:42.830 INFO:teuthology.orchestra.run.trial085.stdout:(7/8): python3-urwid-2.5.3-4.el10.x86_64.rpm 41 MB/s | 1.1 MB 00:00 2026-02-23T08:14:42.836 INFO:teuthology.orchestra.run.trial151.stdout:(8/8): python3-wcwidth-0.2.6-6.el10.noarch.rpm 3.1 MB/s | 48 kB 00:00 2026-02-23T08:14:42.837 INFO:teuthology.orchestra.run.trial151.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:14:42.837 INFO:teuthology.orchestra.run.trial151.stdout:Total 29 MB/s | 2.8 MB 00:00 2026-02-23T08:14:42.837 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction check 2026-02-23T08:14:42.837 INFO:teuthology.orchestra.run.trial085.stdout:(8/8): python3-wcwidth-0.2.6-6.el10.noarch.rpm 2.9 MB/s | 48 kB 00:00 2026-02-23T08:14:42.837 INFO:teuthology.orchestra.run.trial085.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:14:42.837 INFO:teuthology.orchestra.run.trial085.stdout:Total 25 MB/s | 2.8 MB 00:00 2026-02-23T08:14:42.837 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction check 2026-02-23T08:14:42.844 INFO:teuthology.orchestra.run.trial151.stdout:Transaction check succeeded. 2026-02-23T08:14:42.844 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction test 2026-02-23T08:14:42.845 INFO:teuthology.orchestra.run.trial085.stdout:Transaction check succeeded. 2026-02-23T08:14:42.845 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction test 2026-02-23T08:14:42.911 INFO:teuthology.orchestra.run.trial151.stdout:Transaction test succeeded. 2026-02-23T08:14:42.911 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction 2026-02-23T08:14:42.912 INFO:teuthology.orchestra.run.trial085.stdout:Transaction test succeeded. 2026-02-23T08:14:42.912 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction 2026-02-23T08:14:42.979 INFO:teuthology.orchestra.run.trial085.stdout: Preparing : 1/1 2026-02-23T08:14:42.983 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-wcwidth-0.2.6-6.el10.noarch 1/8 2026-02-23T08:14:42.985 INFO:teuthology.orchestra.run.trial151.stdout: Preparing : 1/1 2026-02-23T08:14:42.988 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-wcwidth-0.2.6-6.el10.noarch 1/8 2026-02-23T08:14:43.010 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-typing-extensions-4.9.0-6.el10.noarch 2/8 2026-02-23T08:14:43.014 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-typing-extensions-4.9.0-6.el10.noarch 2/8 2026-02-23T08:14:43.017 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-urwid-2.5.3-4.el10.x86_64 3/8 2026-02-23T08:14:43.021 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-pyparsing-3.1.1-7.el10.noarch 4/8 2026-02-23T08:14:43.021 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-urwid-2.5.3-4.el10.x86_64 3/8 2026-02-23T08:14:43.024 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-configshell-1:1.1.30-8.el10.noarch 5/8 2026-02-23T08:14:43.025 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-pyparsing-3.1.1-7.el10.noarch 4/8 2026-02-23T08:14:43.029 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-kmod-0.9.2-6.el10.x86_64 6/8 2026-02-23T08:14:43.030 INFO:teuthology.orchestra.run.trial085.stdout: Installing : nvmetcli-0.8-1.el10.noarch 7/8 2026-02-23T08:14:43.030 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-configshell-1:1.1.30-8.el10.noarch 5/8 2026-02-23T08:14:43.035 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-kmod-0.9.2-6.el10.x86_64 6/8 2026-02-23T08:14:43.036 INFO:teuthology.orchestra.run.trial151.stdout: Installing : nvmetcli-0.8-1.el10.noarch 7/8 2026-02-23T08:14:43.086 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: nvmetcli-0.8-1.el10.noarch 7/8 2026-02-23T08:14:43.088 INFO:teuthology.orchestra.run.trial085.stdout: Installing : nvme-cli-2.13-2.el10.x86_64 8/8 2026-02-23T08:14:43.092 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: nvmetcli-0.8-1.el10.noarch 7/8 2026-02-23T08:14:43.094 INFO:teuthology.orchestra.run.trial151.stdout: Installing : nvme-cli-2.13-2.el10.x86_64 8/8 2026-02-23T08:14:43.335 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: nvme-cli-2.13-2.el10.x86_64 8/8 2026-02-23T08:14:43.335 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink '/etc/systemd/system/default.target.wants/nvmefc-boot-connections.service' → '/usr/lib/systemd/system/nvmefc-boot-connections.service'. 2026-02-23T08:14:43.335 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:14:43.344 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: nvme-cli-2.13-2.el10.x86_64 8/8 2026-02-23T08:14:43.344 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink '/etc/systemd/system/default.target.wants/nvmefc-boot-connections.service' → '/usr/lib/systemd/system/nvmefc-boot-connections.service'. 2026-02-23T08:14:43.344 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:14:43.665 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:14:43.665 INFO:teuthology.orchestra.run.trial085.stdout:Installed: 2026-02-23T08:14:43.665 INFO:teuthology.orchestra.run.trial085.stdout: nvme-cli-2.13-2.el10.x86_64 2026-02-23T08:14:43.665 INFO:teuthology.orchestra.run.trial085.stdout: nvmetcli-0.8-1.el10.noarch 2026-02-23T08:14:43.665 INFO:teuthology.orchestra.run.trial085.stdout: python3-configshell-1:1.1.30-8.el10.noarch 2026-02-23T08:14:43.665 INFO:teuthology.orchestra.run.trial085.stdout: python3-kmod-0.9.2-6.el10.x86_64 2026-02-23T08:14:43.665 INFO:teuthology.orchestra.run.trial085.stdout: python3-pyparsing-3.1.1-7.el10.noarch 2026-02-23T08:14:43.665 INFO:teuthology.orchestra.run.trial085.stdout: python3-typing-extensions-4.9.0-6.el10.noarch 2026-02-23T08:14:43.665 INFO:teuthology.orchestra.run.trial085.stdout: python3-urwid-2.5.3-4.el10.x86_64 2026-02-23T08:14:43.665 INFO:teuthology.orchestra.run.trial085.stdout: python3-wcwidth-0.2.6-6.el10.noarch 2026-02-23T08:14:43.665 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:14:43.665 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-23T08:14:43.669 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:14:43.669 INFO:teuthology.orchestra.run.trial151.stdout:Installed: 2026-02-23T08:14:43.669 INFO:teuthology.orchestra.run.trial151.stdout: nvme-cli-2.13-2.el10.x86_64 2026-02-23T08:14:43.669 INFO:teuthology.orchestra.run.trial151.stdout: nvmetcli-0.8-1.el10.noarch 2026-02-23T08:14:43.669 INFO:teuthology.orchestra.run.trial151.stdout: python3-configshell-1:1.1.30-8.el10.noarch 2026-02-23T08:14:43.669 INFO:teuthology.orchestra.run.trial151.stdout: python3-kmod-0.9.2-6.el10.x86_64 2026-02-23T08:14:43.669 INFO:teuthology.orchestra.run.trial151.stdout: python3-pyparsing-3.1.1-7.el10.noarch 2026-02-23T08:14:43.669 INFO:teuthology.orchestra.run.trial151.stdout: python3-typing-extensions-4.9.0-6.el10.noarch 2026-02-23T08:14:43.669 INFO:teuthology.orchestra.run.trial151.stdout: python3-urwid-2.5.3-4.el10.x86_64 2026-02-23T08:14:43.669 INFO:teuthology.orchestra.run.trial151.stdout: python3-wcwidth-0.2.6-6.el10.noarch 2026-02-23T08:14:43.669 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:14:43.669 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-23T08:14:43.693 DEBUG:teuthology.parallel:result is None 2026-02-23T08:14:43.697 DEBUG:teuthology.parallel:result is None 2026-02-23T08:14:43.697 INFO:teuthology.run_tasks:Running task install... 2026-02-23T08:14:43.712 DEBUG:teuthology.task.install:project ceph 2026-02-23T08:14:43.712 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '5adce3ff0fe1645dcbc38d059f948571dc3d69da'}} 2026-02-23T08:14:43.712 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '5adce3ff0fe1645dcbc38d059f948571dc3d69da'} 2026-02-23T08:14:43.712 INFO:teuthology.task.install:Using flavor: default 2026-02-23T08:14:43.715 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-23T08:14:43.715 INFO:teuthology.task.install:extra packages: [] 2026-02-23T08:14:43.715 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': '5adce3ff0fe1645dcbc38d059f948571dc3d69da', 'tag': None, 'wait_for_package': False} 2026-02-23T08:14:43.716 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=rocky%2F10%2Fx86_64&sha1=5adce3ff0fe1645dcbc38d059f948571dc3d69da 2026-02-23T08:14:43.717 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': '5adce3ff0fe1645dcbc38d059f948571dc3d69da', 'tag': None, 'wait_for_package': False} 2026-02-23T08:14:43.717 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=rocky%2F10%2Fx86_64&sha1=5adce3ff0fe1645dcbc38d059f948571dc3d69da 2026-02-23T08:14:43.895 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/rocky/10/flavors/default/ 2026-02-23T08:14:43.895 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5433.g5adce3ff 2026-02-23T08:14:43.906 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/rocky/10/flavors/default/ 2026-02-23T08:14:43.907 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5433.g5adce3ff 2026-02-23T08:14:44.136 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/rocky/10/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-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/rocky/10/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-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/rocky/10/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-23T08:14:44.136 DEBUG:teuthology.orchestra.run.trial085:> set -ex 2026-02-23T08:14:44.136 DEBUG:teuthology.orchestra.run.trial085:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-23T08:14:44.174 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/rocky/10/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-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/rocky/10/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-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/rocky/10/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-23T08:14:44.174 DEBUG:teuthology.orchestra.run.trial151:> set -ex 2026-02-23T08:14:44.175 DEBUG:teuthology.orchestra.run.trial151:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-23T08:14:44.206 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-23T08:14:44.206 DEBUG:teuthology.orchestra.run.trial085:> 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/5adce3ff0fe1645dcbc38d059f948571dc3d69da/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-23T08:14:44.218 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-23T08:14:44.218 DEBUG:teuthology.orchestra.run.trial151:> 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/5adce3ff0fe1645dcbc38d059f948571dc3d69da/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-23T08:14:44.234 DEBUG:teuthology.orchestra.run.trial085:> 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-23T08:14:44.287 DEBUG:teuthology.orchestra.run.trial151:> 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-23T08:14:44.312 DEBUG:teuthology.orchestra.run.trial085:> 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-23T08:14:44.365 DEBUG:teuthology.orchestra.run.trial151:> 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-23T08:14:44.378 INFO:teuthology.orchestra.run.trial085.stdout:check_obsoletes = 1 2026-02-23T08:14:44.380 DEBUG:teuthology.orchestra.run.trial085:> sudo yum clean all 2026-02-23T08:14:44.432 INFO:teuthology.orchestra.run.trial151.stdout:check_obsoletes = 1 2026-02-23T08:14:44.434 DEBUG:teuthology.orchestra.run.trial151:> sudo yum clean all 2026-02-23T08:14:44.529 INFO:teuthology.orchestra.run.trial085.stdout:28 files removed 2026-02-23T08:14:44.544 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install ceph-radosgw 2026-02-23T08:14:44.584 INFO:teuthology.orchestra.run.trial151.stdout:28 files removed 2026-02-23T08:14:44.600 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install ceph-radosgw 2026-02-23T08:14:45.062 INFO:teuthology.orchestra.run.trial085.stdout:ceph packages for x86_64 70 kB/s | 26 kB 00:00 2026-02-23T08:14:45.124 INFO:teuthology.orchestra.run.trial151.stdout:ceph packages for x86_64 70 kB/s | 26 kB 00:00 2026-02-23T08:14:45.414 INFO:teuthology.orchestra.run.trial085.stdout:ceph noarch packages 11 kB/s | 3.9 kB 00:00 2026-02-23T08:14:45.475 INFO:teuthology.orchestra.run.trial151.stdout:ceph noarch packages 11 kB/s | 3.9 kB 00:00 2026-02-23T08:14:45.782 INFO:teuthology.orchestra.run.trial085.stdout:ceph source packages 4.9 kB/s | 1.8 kB 00:00 2026-02-23T08:14:45.847 INFO:teuthology.orchestra.run.trial151.stdout:ceph source packages 4.8 kB/s | 1.8 kB 00:00 2026-02-23T08:14:45.876 INFO:teuthology.orchestra.run.trial085.stdout:Rocky Linux 10 - AppStream 25 MB/s | 2.2 MB 00:00 2026-02-23T08:14:45.944 INFO:teuthology.orchestra.run.trial151.stdout:Rocky Linux 10 - AppStream 24 MB/s | 2.2 MB 00:00 2026-02-23T08:14:46.170 INFO:teuthology.orchestra.run.trial085.stdout:Rocky Linux 10 - BaseOS 73 MB/s | 12 MB 00:00 2026-02-23T08:14:46.264 INFO:teuthology.orchestra.run.trial151.stdout:Rocky Linux 10 - BaseOS 63 MB/s | 12 MB 00:00 2026-02-23T08:14:46.721 INFO:teuthology.orchestra.run.trial085.stdout:Rocky Linux 10 - CRB 5.4 MB/s | 508 kB 00:00 2026-02-23T08:14:46.796 INFO:teuthology.orchestra.run.trial151.stdout:Rocky Linux 10 - CRB 6.2 MB/s | 508 kB 00:00 2026-02-23T08:14:47.173 INFO:teuthology.orchestra.run.trial151.stdout:Extra Packages for Enterprise Linux 19 MB/s | 6.2 MB 00:00 2026-02-23T08:14:47.503 INFO:teuthology.orchestra.run.trial085.stdout:Extra Packages for Enterprise Linux 8.5 MB/s | 6.2 MB 00:00 2026-02-23T08:14:47.870 INFO:teuthology.orchestra.run.trial151.stdout:lab-extras 94 kB/s | 3.7 kB 00:00 2026-02-23T08:14:48.163 INFO:teuthology.orchestra.run.trial085.stdout:lab-extras 311 kB/s | 3.7 kB 00:00 2026-02-23T08:14:48.392 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:14:48.393 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:14:48.393 INFO:teuthology.orchestra.run.trial151.stdout: Package Arch Version Repository Size 2026-02-23T08:14:48.393 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:14:48.393 INFO:teuthology.orchestra.run.trial151.stdout:Installing: 2026-02-23T08:14:48.393 INFO:teuthology.orchestra.run.trial151.stdout: ceph-radosgw x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 14 M 2026-02-23T08:14:48.393 INFO:teuthology.orchestra.run.trial151.stdout:Upgrading: 2026-02-23T08:14:48.393 INFO:teuthology.orchestra.run.trial151.stdout: librados2 x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 3.6 M 2026-02-23T08:14:48.393 INFO:teuthology.orchestra.run.trial151.stdout: librbd1 x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 2.8 M 2026-02-23T08:14:48.394 INFO:teuthology.orchestra.run.trial151.stdout:Installing dependencies: 2026-02-23T08:14:48.394 INFO:teuthology.orchestra.run.trial151.stdout: abseil-cpp x86_64 20240722.1-1.el10_0 epel 590 k 2026-02-23T08:14:48.394 INFO:teuthology.orchestra.run.trial151.stdout: boost-program-options x86_64 1.83.0-5.el10 appstream 109 k 2026-02-23T08:14:48.394 INFO:teuthology.orchestra.run.trial151.stdout: ceph-base x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 5.4 M 2026-02-23T08:14:48.394 INFO:teuthology.orchestra.run.trial151.stdout: ceph-common x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 25 M 2026-02-23T08:14:48.394 INFO:teuthology.orchestra.run.trial151.stdout: ceph-selinux x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 25 k 2026-02-23T08:14:48.394 INFO:teuthology.orchestra.run.trial151.stdout: daxctl-libs x86_64 80-4.el10 baseos 42 k 2026-02-23T08:14:48.394 INFO:teuthology.orchestra.run.trial151.stdout: gperftools-libs x86_64 2.15-4.el10_0 epel 303 k 2026-02-23T08:14:48.394 INFO:teuthology.orchestra.run.trial151.stdout: libarrow x86_64 17.0.0-9.el10_2 epel 5.7 M 2026-02-23T08:14:48.394 INFO:teuthology.orchestra.run.trial151.stdout: libarrow-doc noarch 17.0.0-9.el10_2 epel 27 k 2026-02-23T08:14:48.394 INFO:teuthology.orchestra.run.trial151.stdout: libcephfs2 x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 937 k 2026-02-23T08:14:48.394 INFO:teuthology.orchestra.run.trial151.stdout: libnbd x86_64 1.22.2-3.el10_1 appstream 175 k 2026-02-23T08:14:48.395 INFO:teuthology.orchestra.run.trial151.stdout: liboath x86_64 2.6.12-1.el10_0 epel 48 k 2026-02-23T08:14:48.395 INFO:teuthology.orchestra.run.trial151.stdout: liborc2 x86_64 2.0.7-1.el10_2 epel 515 k 2026-02-23T08:14:48.395 INFO:teuthology.orchestra.run.trial151.stdout: libpmem x86_64 2.1.0-2.el10_0 epel 112 k 2026-02-23T08:14:48.395 INFO:teuthology.orchestra.run.trial151.stdout: libpmemobj x86_64 2.1.0-2.el10_0 epel 161 k 2026-02-23T08:14:48.395 INFO:teuthology.orchestra.run.trial151.stdout: librabbitmq x86_64 0.14.0-3.el10 appstream 43 k 2026-02-23T08:14:48.395 INFO:teuthology.orchestra.run.trial151.stdout: libradosstriper1 x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 252 k 2026-02-23T08:14:48.395 INFO:teuthology.orchestra.run.trial151.stdout: librdkafka x86_64 2.1.1-7.el10 appstream 725 k 2026-02-23T08:14:48.395 INFO:teuthology.orchestra.run.trial151.stdout: librgw2 x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 6.7 M 2026-02-23T08:14:48.395 INFO:teuthology.orchestra.run.trial151.stdout: libunwind x86_64 1.8.0-4.el10_0 epel 73 k 2026-02-23T08:14:48.395 INFO:teuthology.orchestra.run.trial151.stdout: lttng-ust x86_64 2.13.7-5.el10 crb 334 k 2026-02-23T08:14:48.395 INFO:teuthology.orchestra.run.trial151.stdout: mailcap noarch 2.1.54-8.el10 baseos 34 k 2026-02-23T08:14:48.395 INFO:teuthology.orchestra.run.trial151.stdout: ndctl-libs x86_64 80-4.el10 baseos 89 k 2026-02-23T08:14:48.396 INFO:teuthology.orchestra.run.trial151.stdout: parquet-libs x86_64 17.0.0-9.el10_2 epel 1.0 M 2026-02-23T08:14:48.396 INFO:teuthology.orchestra.run.trial151.stdout: pciutils x86_64 3.13.0-6.el10 baseos 122 k 2026-02-23T08:14:48.396 INFO:teuthology.orchestra.run.trial151.stdout: protobuf x86_64 3.19.6-11.el10 appstream 1.0 M 2026-02-23T08:14:48.396 INFO:teuthology.orchestra.run.trial151.stdout: python3-ceph-argparse x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 57 k 2026-02-23T08:14:48.396 INFO:teuthology.orchestra.run.trial151.stdout: python3-ceph-common x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 239 k 2026-02-23T08:14:48.396 INFO:teuthology.orchestra.run.trial151.stdout: python3-cephfs x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 253 k 2026-02-23T08:14:48.396 INFO:teuthology.orchestra.run.trial151.stdout: python3-prettytable noarch 3.6.0-10.el10 appstream 70 k 2026-02-23T08:14:48.396 INFO:teuthology.orchestra.run.trial151.stdout: python3-rados x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 353 k 2026-02-23T08:14:48.396 INFO:teuthology.orchestra.run.trial151.stdout: python3-rbd x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 372 k 2026-02-23T08:14:48.396 INFO:teuthology.orchestra.run.trial151.stdout: python3-rgw x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 130 k 2026-02-23T08:14:48.396 INFO:teuthology.orchestra.run.trial151.stdout: qatlib x86_64 24.09.0-2.el10 appstream 229 k 2026-02-23T08:14:48.396 INFO:teuthology.orchestra.run.trial151.stdout: qatzip-libs x86_64 1.3.1-1.el10 appstream 66 k 2026-02-23T08:14:48.396 INFO:teuthology.orchestra.run.trial151.stdout: re2 x86_64 2:20251105-1.el10_2 epel 221 k 2026-02-23T08:14:48.397 INFO:teuthology.orchestra.run.trial151.stdout: thrift x86_64 0.20.0-4.el10_1 epel 1.7 M 2026-02-23T08:14:48.397 INFO:teuthology.orchestra.run.trial151.stdout: utf8proc x86_64 2.7.0-9.el10 appstream 80 k 2026-02-23T08:14:48.397 INFO:teuthology.orchestra.run.trial151.stdout:Installing weak dependencies: 2026-02-23T08:14:48.397 INFO:teuthology.orchestra.run.trial151.stdout: libcephfs-daemon x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 40 k 2026-02-23T08:14:48.397 INFO:teuthology.orchestra.run.trial151.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 27 k 2026-02-23T08:14:48.397 INFO:teuthology.orchestra.run.trial151.stdout: qatlib-service x86_64 24.09.0-2.el10 appstream 37 k 2026-02-23T08:14:48.397 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:14:48.397 INFO:teuthology.orchestra.run.trial151.stdout:Transaction Summary 2026-02-23T08:14:48.397 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:14:48.397 INFO:teuthology.orchestra.run.trial151.stdout:Install 42 Packages 2026-02-23T08:14:48.397 INFO:teuthology.orchestra.run.trial151.stdout:Upgrade 2 Packages 2026-02-23T08:14:48.397 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:14:48.398 INFO:teuthology.orchestra.run.trial151.stdout:Total download size: 73 M 2026-02-23T08:14:48.398 INFO:teuthology.orchestra.run.trial151.stdout:Downloading Packages: 2026-02-23T08:14:48.681 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:14:48.682 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:14:48.682 INFO:teuthology.orchestra.run.trial085.stdout: Package Arch Version Repository Size 2026-02-23T08:14:48.682 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:14:48.683 INFO:teuthology.orchestra.run.trial085.stdout:Installing: 2026-02-23T08:14:48.683 INFO:teuthology.orchestra.run.trial085.stdout: ceph-radosgw x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 14 M 2026-02-23T08:14:48.683 INFO:teuthology.orchestra.run.trial085.stdout:Upgrading: 2026-02-23T08:14:48.683 INFO:teuthology.orchestra.run.trial085.stdout: librados2 x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 3.6 M 2026-02-23T08:14:48.683 INFO:teuthology.orchestra.run.trial085.stdout: librbd1 x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 2.8 M 2026-02-23T08:14:48.683 INFO:teuthology.orchestra.run.trial085.stdout:Installing dependencies: 2026-02-23T08:14:48.683 INFO:teuthology.orchestra.run.trial085.stdout: abseil-cpp x86_64 20240722.1-1.el10_0 epel 590 k 2026-02-23T08:14:48.683 INFO:teuthology.orchestra.run.trial085.stdout: boost-program-options x86_64 1.83.0-5.el10 appstream 109 k 2026-02-23T08:14:48.683 INFO:teuthology.orchestra.run.trial085.stdout: ceph-base x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 5.4 M 2026-02-23T08:14:48.683 INFO:teuthology.orchestra.run.trial085.stdout: ceph-common x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 25 M 2026-02-23T08:14:48.683 INFO:teuthology.orchestra.run.trial085.stdout: ceph-selinux x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 25 k 2026-02-23T08:14:48.683 INFO:teuthology.orchestra.run.trial085.stdout: daxctl-libs x86_64 80-4.el10 baseos 42 k 2026-02-23T08:14:48.684 INFO:teuthology.orchestra.run.trial085.stdout: gperftools-libs x86_64 2.15-4.el10_0 epel 303 k 2026-02-23T08:14:48.684 INFO:teuthology.orchestra.run.trial085.stdout: libarrow x86_64 17.0.0-9.el10_2 epel 5.7 M 2026-02-23T08:14:48.684 INFO:teuthology.orchestra.run.trial085.stdout: libarrow-doc noarch 17.0.0-9.el10_2 epel 27 k 2026-02-23T08:14:48.684 INFO:teuthology.orchestra.run.trial085.stdout: libcephfs2 x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 937 k 2026-02-23T08:14:48.684 INFO:teuthology.orchestra.run.trial085.stdout: libnbd x86_64 1.22.2-3.el10_1 appstream 175 k 2026-02-23T08:14:48.684 INFO:teuthology.orchestra.run.trial085.stdout: liboath x86_64 2.6.12-1.el10_0 epel 48 k 2026-02-23T08:14:48.684 INFO:teuthology.orchestra.run.trial085.stdout: liborc2 x86_64 2.0.7-1.el10_2 epel 515 k 2026-02-23T08:14:48.684 INFO:teuthology.orchestra.run.trial085.stdout: libpmem x86_64 2.1.0-2.el10_0 epel 112 k 2026-02-23T08:14:48.684 INFO:teuthology.orchestra.run.trial085.stdout: libpmemobj x86_64 2.1.0-2.el10_0 epel 161 k 2026-02-23T08:14:48.684 INFO:teuthology.orchestra.run.trial085.stdout: librabbitmq x86_64 0.14.0-3.el10 appstream 43 k 2026-02-23T08:14:48.684 INFO:teuthology.orchestra.run.trial085.stdout: libradosstriper1 x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 252 k 2026-02-23T08:14:48.684 INFO:teuthology.orchestra.run.trial085.stdout: librdkafka x86_64 2.1.1-7.el10 appstream 725 k 2026-02-23T08:14:48.685 INFO:teuthology.orchestra.run.trial085.stdout: librgw2 x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 6.7 M 2026-02-23T08:14:48.685 INFO:teuthology.orchestra.run.trial085.stdout: libunwind x86_64 1.8.0-4.el10_0 epel 73 k 2026-02-23T08:14:48.685 INFO:teuthology.orchestra.run.trial085.stdout: lttng-ust x86_64 2.13.7-5.el10 crb 334 k 2026-02-23T08:14:48.685 INFO:teuthology.orchestra.run.trial085.stdout: mailcap noarch 2.1.54-8.el10 baseos 34 k 2026-02-23T08:14:48.685 INFO:teuthology.orchestra.run.trial085.stdout: ndctl-libs x86_64 80-4.el10 baseos 89 k 2026-02-23T08:14:48.685 INFO:teuthology.orchestra.run.trial085.stdout: parquet-libs x86_64 17.0.0-9.el10_2 epel 1.0 M 2026-02-23T08:14:48.685 INFO:teuthology.orchestra.run.trial085.stdout: pciutils x86_64 3.13.0-6.el10 baseos 122 k 2026-02-23T08:14:48.685 INFO:teuthology.orchestra.run.trial085.stdout: protobuf x86_64 3.19.6-11.el10 appstream 1.0 M 2026-02-23T08:14:48.685 INFO:teuthology.orchestra.run.trial085.stdout: python3-ceph-argparse x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 57 k 2026-02-23T08:14:48.685 INFO:teuthology.orchestra.run.trial085.stdout: python3-ceph-common x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 239 k 2026-02-23T08:14:48.685 INFO:teuthology.orchestra.run.trial085.stdout: python3-cephfs x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 253 k 2026-02-23T08:14:48.685 INFO:teuthology.orchestra.run.trial085.stdout: python3-prettytable noarch 3.6.0-10.el10 appstream 70 k 2026-02-23T08:14:48.685 INFO:teuthology.orchestra.run.trial085.stdout: python3-rados x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 353 k 2026-02-23T08:14:48.686 INFO:teuthology.orchestra.run.trial085.stdout: python3-rbd x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 372 k 2026-02-23T08:14:48.686 INFO:teuthology.orchestra.run.trial085.stdout: python3-rgw x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 130 k 2026-02-23T08:14:48.686 INFO:teuthology.orchestra.run.trial085.stdout: qatlib x86_64 24.09.0-2.el10 appstream 229 k 2026-02-23T08:14:48.686 INFO:teuthology.orchestra.run.trial085.stdout: qatzip-libs x86_64 1.3.1-1.el10 appstream 66 k 2026-02-23T08:14:48.686 INFO:teuthology.orchestra.run.trial085.stdout: re2 x86_64 2:20251105-1.el10_2 epel 221 k 2026-02-23T08:14:48.686 INFO:teuthology.orchestra.run.trial085.stdout: thrift x86_64 0.20.0-4.el10_1 epel 1.7 M 2026-02-23T08:14:48.686 INFO:teuthology.orchestra.run.trial085.stdout: utf8proc x86_64 2.7.0-9.el10 appstream 80 k 2026-02-23T08:14:48.686 INFO:teuthology.orchestra.run.trial085.stdout:Installing weak dependencies: 2026-02-23T08:14:48.686 INFO:teuthology.orchestra.run.trial085.stdout: libcephfs-daemon x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 40 k 2026-02-23T08:14:48.686 INFO:teuthology.orchestra.run.trial085.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 27 k 2026-02-23T08:14:48.686 INFO:teuthology.orchestra.run.trial085.stdout: qatlib-service x86_64 24.09.0-2.el10 appstream 37 k 2026-02-23T08:14:48.686 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:14:48.686 INFO:teuthology.orchestra.run.trial085.stdout:Transaction Summary 2026-02-23T08:14:48.687 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:14:48.687 INFO:teuthology.orchestra.run.trial085.stdout:Install 42 Packages 2026-02-23T08:14:48.687 INFO:teuthology.orchestra.run.trial085.stdout:Upgrade 2 Packages 2026-02-23T08:14:48.687 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:14:48.687 INFO:teuthology.orchestra.run.trial085.stdout:Total download size: 73 M 2026-02-23T08:14:48.688 INFO:teuthology.orchestra.run.trial085.stdout:Downloading Packages: 2026-02-23T08:14:50.679 INFO:teuthology.orchestra.run.trial085.stdout:(1/44): ceph-radosgw-20.3.0-5433.g5adce3ff.el10 7.2 MB/s | 14 MB 00:01 2026-02-23T08:14:50.725 INFO:teuthology.orchestra.run.trial085.stdout:(2/44): ceph-selinux-20.3.0-5433.g5adce3ff.el10 552 kB/s | 25 kB 00:00 2026-02-23T08:14:50.771 INFO:teuthology.orchestra.run.trial085.stdout:(3/44): libcephfs-daemon-20.3.0-5433.g5adce3ff. 871 kB/s | 40 kB 00:00 2026-02-23T08:14:50.818 INFO:teuthology.orchestra.run.trial085.stdout:(4/44): libcephfs-proxy2-20.3.0-5433.g5adce3ff. 570 kB/s | 27 kB 00:00 2026-02-23T08:14:50.854 INFO:teuthology.orchestra.run.trial151.stdout:(1/44): ceph-base-20.3.0-5433.g5adce3ff.el10.x8 2.2 MB/s | 5.4 MB 00:02 2026-02-23T08:14:50.908 INFO:teuthology.orchestra.run.trial151.stdout:(2/44): ceph-selinux-20.3.0-5433.g5adce3ff.el10 470 kB/s | 25 kB 00:00 2026-02-23T08:14:50.922 INFO:teuthology.orchestra.run.trial085.stdout:(5/44): libcephfs2-20.3.0-5433.g5adce3ff.el10.x 8.8 MB/s | 937 kB 00:00 2026-02-23T08:14:50.959 INFO:teuthology.orchestra.run.trial151.stdout:(3/44): libcephfs-daemon-20.3.0-5433.g5adce3ff. 774 kB/s | 40 kB 00:00 2026-02-23T08:14:50.972 INFO:teuthology.orchestra.run.trial085.stdout:(6/44): libradosstriper1-20.3.0-5433.g5adce3ff. 5.0 MB/s | 252 kB 00:00 2026-02-23T08:14:51.007 INFO:teuthology.orchestra.run.trial151.stdout:(4/44): libcephfs-proxy2-20.3.0-5433.g5adce3ff. 556 kB/s | 27 kB 00:00 2026-02-23T08:14:51.344 INFO:teuthology.orchestra.run.trial151.stdout:(5/44): libcephfs2-20.3.0-5433.g5adce3ff.el10.x 2.7 MB/s | 937 kB 00:00 2026-02-23T08:14:51.456 INFO:teuthology.orchestra.run.trial151.stdout:(6/44): libradosstriper1-20.3.0-5433.g5adce3ff. 2.2 MB/s | 252 kB 00:00 2026-02-23T08:14:51.703 INFO:teuthology.orchestra.run.trial085.stdout:(7/44): librgw2-20.3.0-5433.g5adce3ff.el10.x86_ 9.1 MB/s | 6.7 MB 00:00 2026-02-23T08:14:51.753 INFO:teuthology.orchestra.run.trial085.stdout:(8/44): python3-ceph-argparse-20.3.0-5433.g5adc 1.1 MB/s | 57 kB 00:00 2026-02-23T08:14:51.807 INFO:teuthology.orchestra.run.trial085.stdout:(9/44): python3-ceph-common-20.3.0-5433.g5adce3 4.3 MB/s | 239 kB 00:00 2026-02-23T08:14:51.861 INFO:teuthology.orchestra.run.trial085.stdout:(10/44): python3-cephfs-20.3.0-5433.g5adce3ff.e 4.5 MB/s | 253 kB 00:00 2026-02-23T08:14:51.919 INFO:teuthology.orchestra.run.trial085.stdout:(11/44): python3-rados-20.3.0-5433.g5adce3ff.el 6.0 MB/s | 353 kB 00:00 2026-02-23T08:14:51.977 INFO:teuthology.orchestra.run.trial085.stdout:(12/44): python3-rbd-20.3.0-5433.g5adce3ff.el10 6.3 MB/s | 372 kB 00:00 2026-02-23T08:14:52.029 INFO:teuthology.orchestra.run.trial085.stdout:(13/44): python3-rgw-20.3.0-5433.g5adce3ff.el10 2.4 MB/s | 130 kB 00:00 2026-02-23T08:14:52.064 INFO:teuthology.orchestra.run.trial085.stdout:(14/44): boost-program-options-1.83.0-5.el10.x8 3.1 MB/s | 109 kB 00:00 2026-02-23T08:14:52.080 INFO:teuthology.orchestra.run.trial085.stdout:(15/44): libnbd-1.22.2-3.el10_1.x86_64.rpm 10 MB/s | 175 kB 00:00 2026-02-23T08:14:52.092 INFO:teuthology.orchestra.run.trial085.stdout:(16/44): librabbitmq-0.14.0-3.el10.x86_64.rpm 3.4 MB/s | 43 kB 00:00 2026-02-23T08:14:52.118 INFO:teuthology.orchestra.run.trial085.stdout:(17/44): librdkafka-2.1.1-7.el10.x86_64.rpm 28 MB/s | 725 kB 00:00 2026-02-23T08:14:52.146 INFO:teuthology.orchestra.run.trial085.stdout:(18/44): protobuf-3.19.6-11.el10.x86_64.rpm 36 MB/s | 1.0 MB 00:00 2026-02-23T08:14:52.161 INFO:teuthology.orchestra.run.trial085.stdout:(19/44): python3-prettytable-3.6.0-10.el10.noar 4.6 MB/s | 70 kB 00:00 2026-02-23T08:14:52.176 INFO:teuthology.orchestra.run.trial085.stdout:(20/44): qatlib-24.09.0-2.el10.x86_64.rpm 15 MB/s | 229 kB 00:00 2026-02-23T08:14:52.188 INFO:teuthology.orchestra.run.trial085.stdout:(21/44): qatlib-service-24.09.0-2.el10.x86_64.r 3.1 MB/s | 37 kB 00:00 2026-02-23T08:14:52.204 INFO:teuthology.orchestra.run.trial085.stdout:(22/44): qatzip-libs-1.3.1-1.el10.x86_64.rpm 4.1 MB/s | 66 kB 00:00 2026-02-23T08:14:52.218 INFO:teuthology.orchestra.run.trial085.stdout:(23/44): utf8proc-2.7.0-9.el10.x86_64.rpm 5.6 MB/s | 80 kB 00:00 2026-02-23T08:14:52.230 INFO:teuthology.orchestra.run.trial085.stdout:(24/44): daxctl-libs-80-4.el10.x86_64.rpm 3.4 MB/s | 42 kB 00:00 2026-02-23T08:14:52.244 INFO:teuthology.orchestra.run.trial085.stdout:(25/44): mailcap-2.1.54-8.el10.noarch.rpm 2.4 MB/s | 34 kB 00:00 2026-02-23T08:14:52.259 INFO:teuthology.orchestra.run.trial085.stdout:(26/44): ndctl-libs-80-4.el10.x86_64.rpm 6.1 MB/s | 89 kB 00:00 2026-02-23T08:14:52.278 INFO:teuthology.orchestra.run.trial085.stdout:(27/44): pciutils-3.13.0-6.el10.x86_64.rpm 6.3 MB/s | 122 kB 00:00 2026-02-23T08:14:52.322 INFO:teuthology.orchestra.run.trial085.stdout:(28/44): lttng-ust-2.13.7-5.el10.x86_64.rpm 7.4 MB/s | 334 kB 00:00 2026-02-23T08:14:52.363 INFO:teuthology.orchestra.run.trial085.stdout:(29/44): abseil-cpp-20240722.1-1.el10_0.x86_64. 14 MB/s | 590 kB 00:00 2026-02-23T08:14:52.368 INFO:teuthology.orchestra.run.trial085.stdout:(30/44): gperftools-libs-2.15-4.el10_0.x86_64.r 53 MB/s | 303 kB 00:00 2026-02-23T08:14:52.406 INFO:teuthology.orchestra.run.trial085.stdout:(31/44): libarrow-17.0.0-9.el10_2.x86_64.rpm 153 MB/s | 5.7 MB 00:00 2026-02-23T08:14:52.409 INFO:teuthology.orchestra.run.trial085.stdout:(32/44): libarrow-doc-17.0.0-9.el10_2.noarch.rp 7.0 MB/s | 27 kB 00:00 2026-02-23T08:14:52.412 INFO:teuthology.orchestra.run.trial151.stdout:(7/44): ceph-radosgw-20.3.0-5433.g5adce3ff.el10 3.5 MB/s | 14 MB 00:03 2026-02-23T08:14:52.413 INFO:teuthology.orchestra.run.trial085.stdout:(33/44): liboath-2.6.12-1.el10_0.x86_64.rpm 13 MB/s | 48 kB 00:00 2026-02-23T08:14:52.421 INFO:teuthology.orchestra.run.trial085.stdout:(34/44): liborc2-2.0.7-1.el10_2.x86_64.rpm 70 MB/s | 515 kB 00:00 2026-02-23T08:14:52.425 INFO:teuthology.orchestra.run.trial085.stdout:(35/44): libpmem-2.1.0-2.el10_0.x86_64.rpm 27 MB/s | 112 kB 00:00 2026-02-23T08:14:52.429 INFO:teuthology.orchestra.run.trial085.stdout:(36/44): libpmemobj-2.1.0-2.el10_0.x86_64.rpm 38 MB/s | 161 kB 00:00 2026-02-23T08:14:52.433 INFO:teuthology.orchestra.run.trial085.stdout:(37/44): libunwind-1.8.0-4.el10_0.x86_64.rpm 19 MB/s | 73 kB 00:00 2026-02-23T08:14:52.443 INFO:teuthology.orchestra.run.trial085.stdout:(38/44): parquet-libs-17.0.0-9.el10_2.x86_64.rp 95 MB/s | 1.0 MB 00:00 2026-02-23T08:14:52.449 INFO:teuthology.orchestra.run.trial085.stdout:(39/44): re2-20251105-1.el10_2.x86_64.rpm 43 MB/s | 221 kB 00:00 2026-02-23T08:14:52.459 INFO:teuthology.orchestra.run.trial085.stdout:(40/44): thrift-0.20.0-4.el10_1.x86_64.rpm 166 MB/s | 1.7 MB 00:00 2026-02-23T08:14:52.461 INFO:teuthology.orchestra.run.trial151.stdout:(8/44): python3-ceph-argparse-20.3.0-5433.g5adc 1.1 MB/s | 57 kB 00:00 2026-02-23T08:14:52.520 INFO:teuthology.orchestra.run.trial151.stdout:(9/44): python3-ceph-common-20.3.0-5433.g5adce3 4.0 MB/s | 239 kB 00:00 2026-02-23T08:14:52.581 INFO:teuthology.orchestra.run.trial151.stdout:(10/44): python3-cephfs-20.3.0-5433.g5adce3ff.e 4.1 MB/s | 253 kB 00:00 2026-02-23T08:14:52.701 INFO:teuthology.orchestra.run.trial151.stdout:(11/44): python3-rados-20.3.0-5433.g5adce3ff.el 2.9 MB/s | 353 kB 00:00 2026-02-23T08:14:52.822 INFO:teuthology.orchestra.run.trial151.stdout:(12/44): python3-rbd-20.3.0-5433.g5adce3ff.el10 3.0 MB/s | 372 kB 00:00 2026-02-23T08:14:52.874 INFO:teuthology.orchestra.run.trial085.stdout:(41/44): librados2-20.3.0-5433.g5adce3ff.el10.x 8.7 MB/s | 3.6 MB 00:00 2026-02-23T08:14:52.882 INFO:teuthology.orchestra.run.trial151.stdout:(13/44): python3-rgw-20.3.0-5433.g5adce3ff.el10 2.1 MB/s | 130 kB 00:00 2026-02-23T08:14:52.921 INFO:teuthology.orchestra.run.trial151.stdout:(14/44): boost-program-options-1.83.0-5.el10.x8 2.7 MB/s | 109 kB 00:00 2026-02-23T08:14:52.950 INFO:teuthology.orchestra.run.trial151.stdout:(15/44): libnbd-1.22.2-3.el10_1.x86_64.rpm 5.9 MB/s | 175 kB 00:00 2026-02-23T08:14:52.968 INFO:teuthology.orchestra.run.trial151.stdout:(16/44): librabbitmq-0.14.0-3.el10.x86_64.rpm 2.5 MB/s | 43 kB 00:00 2026-02-23T08:14:52.996 INFO:teuthology.orchestra.run.trial151.stdout:(17/44): librdkafka-2.1.1-7.el10.x86_64.rpm 25 MB/s | 725 kB 00:00 2026-02-23T08:14:53.034 INFO:teuthology.orchestra.run.trial151.stdout:(18/44): protobuf-3.19.6-11.el10.x86_64.rpm 27 MB/s | 1.0 MB 00:00 2026-02-23T08:14:53.052 INFO:teuthology.orchestra.run.trial151.stdout:(19/44): python3-prettytable-3.6.0-10.el10.noar 3.9 MB/s | 70 kB 00:00 2026-02-23T08:14:53.082 INFO:teuthology.orchestra.run.trial151.stdout:(20/44): qatlib-24.09.0-2.el10.x86_64.rpm 7.4 MB/s | 229 kB 00:00 2026-02-23T08:14:53.098 INFO:teuthology.orchestra.run.trial151.stdout:(21/44): qatlib-service-24.09.0-2.el10.x86_64.r 2.3 MB/s | 37 kB 00:00 2026-02-23T08:14:53.115 INFO:teuthology.orchestra.run.trial151.stdout:(22/44): qatzip-libs-1.3.1-1.el10.x86_64.rpm 3.8 MB/s | 66 kB 00:00 2026-02-23T08:14:53.135 INFO:teuthology.orchestra.run.trial151.stdout:(23/44): utf8proc-2.7.0-9.el10.x86_64.rpm 4.1 MB/s | 80 kB 00:00 2026-02-23T08:14:53.148 INFO:teuthology.orchestra.run.trial151.stdout:(24/44): daxctl-libs-80-4.el10.x86_64.rpm 3.2 MB/s | 42 kB 00:00 2026-02-23T08:14:53.163 INFO:teuthology.orchestra.run.trial151.stdout:(25/44): mailcap-2.1.54-8.el10.noarch.rpm 2.2 MB/s | 34 kB 00:00 2026-02-23T08:14:53.167 INFO:teuthology.orchestra.run.trial085.stdout:(42/44): librbd1-20.3.0-5433.g5adce3ff.el10.x86 9.7 MB/s | 2.8 MB 00:00 2026-02-23T08:14:53.181 INFO:teuthology.orchestra.run.trial151.stdout:(26/44): ndctl-libs-80-4.el10.x86_64.rpm 4.8 MB/s | 89 kB 00:00 2026-02-23T08:14:53.207 INFO:teuthology.orchestra.run.trial151.stdout:(27/44): pciutils-3.13.0-6.el10.x86_64.rpm 4.6 MB/s | 122 kB 00:00 2026-02-23T08:14:53.227 INFO:teuthology.orchestra.run.trial151.stdout:(28/44): lttng-ust-2.13.7-5.el10.x86_64.rpm 17 MB/s | 334 kB 00:00 2026-02-23T08:14:53.376 INFO:teuthology.orchestra.run.trial151.stdout:(29/44): abseil-cpp-20240722.1-1.el10_0.x86_64. 3.9 MB/s | 590 kB 00:00 2026-02-23T08:14:53.399 INFO:teuthology.orchestra.run.trial151.stdout:(30/44): gperftools-libs-2.15-4.el10_0.x86_64.r 13 MB/s | 303 kB 00:00 2026-02-23T08:14:53.476 INFO:teuthology.orchestra.run.trial085.stdout:(43/44): ceph-base-20.3.0-5433.g5adce3ff.el10.x 1.1 MB/s | 5.4 MB 00:04 2026-02-23T08:14:53.488 INFO:teuthology.orchestra.run.trial151.stdout:(31/44): libarrow-17.0.0-9.el10_2.x86_64.rpm 64 MB/s | 5.7 MB 00:00 2026-02-23T08:14:53.509 INFO:teuthology.orchestra.run.trial151.stdout:(32/44): libarrow-doc-17.0.0-9.el10_2.noarch.rp 1.3 MB/s | 27 kB 00:00 2026-02-23T08:14:53.529 INFO:teuthology.orchestra.run.trial151.stdout:(33/44): liboath-2.6.12-1.el10_0.x86_64.rpm 2.3 MB/s | 48 kB 00:00 2026-02-23T08:14:53.552 INFO:teuthology.orchestra.run.trial151.stdout:(34/44): liborc2-2.0.7-1.el10_2.x86_64.rpm 23 MB/s | 515 kB 00:00 2026-02-23T08:14:53.571 INFO:teuthology.orchestra.run.trial151.stdout:(35/44): librgw2-20.3.0-5433.g5adce3ff.el10.x86 3.2 MB/s | 6.7 MB 00:02 2026-02-23T08:14:53.574 INFO:teuthology.orchestra.run.trial151.stdout:(36/44): libpmem-2.1.0-2.el10_0.x86_64.rpm 4.9 MB/s | 112 kB 00:00 2026-02-23T08:14:53.596 INFO:teuthology.orchestra.run.trial151.stdout:(37/44): libunwind-1.8.0-4.el10_0.x86_64.rpm 3.3 MB/s | 73 kB 00:00 2026-02-23T08:14:53.620 INFO:teuthology.orchestra.run.trial151.stdout:(38/44): parquet-libs-17.0.0-9.el10_2.x86_64.rp 41 MB/s | 1.0 MB 00:00 2026-02-23T08:14:53.643 INFO:teuthology.orchestra.run.trial151.stdout:(39/44): re2-20251105-1.el10_2.x86_64.rpm 9.6 MB/s | 221 kB 00:00 2026-02-23T08:14:53.669 INFO:teuthology.orchestra.run.trial151.stdout:(40/44): thrift-0.20.0-4.el10_1.x86_64.rpm 64 MB/s | 1.7 MB 00:00 2026-02-23T08:14:53.669 INFO:teuthology.orchestra.run.trial151.stdout:(41/44): libpmemobj-2.1.0-2.el10_0.x86_64.rpm 1.6 MB/s | 161 kB 00:00 2026-02-23T08:14:54.396 INFO:teuthology.orchestra.run.trial151.stdout:(42/44): librbd1-20.3.0-5433.g5adce3ff.el10.x86 3.9 MB/s | 2.8 MB 00:00 2026-02-23T08:14:54.587 INFO:teuthology.orchestra.run.trial151.stdout:(43/44): librados2-20.3.0-5433.g5adce3ff.el10.x 3.9 MB/s | 3.6 MB 00:00 2026-02-23T08:14:56.890 INFO:teuthology.orchestra.run.trial151.stdout:(44/44): ceph-common-20.3.0-5433.g5adce3ff.el10 3.0 MB/s | 25 MB 00:08 2026-02-23T08:14:56.891 INFO:teuthology.orchestra.run.trial151.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:14:56.891 INFO:teuthology.orchestra.run.trial151.stdout:Total 8.6 MB/s | 73 MB 00:08 2026-02-23T08:14:56.891 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction check 2026-02-23T08:14:56.911 INFO:teuthology.orchestra.run.trial151.stdout:Transaction check succeeded. 2026-02-23T08:14:56.911 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction test 2026-02-23T08:14:57.178 INFO:teuthology.orchestra.run.trial151.stdout:Transaction test succeeded. 2026-02-23T08:14:57.178 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction 2026-02-23T08:14:57.504 INFO:teuthology.orchestra.run.trial151.stdout: Preparing : 1/1 2026-02-23T08:14:57.618 INFO:teuthology.orchestra.run.trial151.stdout: Installing : lttng-ust-2.13.7-5.el10.x86_64 1/46 2026-02-23T08:14:57.624 INFO:teuthology.orchestra.run.trial151.stdout: Upgrading : librados2-2:20.3.0-5433.g5adce3ff.el10.x86_64 2/46 2026-02-23T08:14:57.650 INFO:teuthology.orchestra.run.trial085.stdout:(44/44): ceph-common-20.3.0-5433.g5adce3ff.el10 2.8 MB/s | 25 MB 00:08 2026-02-23T08:14:57.651 INFO:teuthology.orchestra.run.trial085.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:14:57.651 INFO:teuthology.orchestra.run.trial085.stdout:Total 8.2 MB/s | 73 MB 00:08 2026-02-23T08:14:57.652 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction check 2026-02-23T08:14:57.665 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: librados2-2:20.3.0-5433.g5adce3ff.el10.x86_64 2/46 2026-02-23T08:14:57.666 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libcephfs2-2:20.3.0-5433.g5adce3ff.el10.x86_64 3/46 2026-02-23T08:14:57.671 INFO:teuthology.orchestra.run.trial085.stdout:Transaction check succeeded. 2026-02-23T08:14:57.671 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction test 2026-02-23T08:14:57.678 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: libcephfs2-2:20.3.0-5433.g5adce3ff.el10.x86_64 3/46 2026-02-23T08:14:57.680 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libcephfs-daemon-2:20.3.0-5433.g5adce3ff.el10.x86_ 4/46 2026-02-23T08:14:57.681 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libcephfs-proxy2-2:20.3.0-5433.g5adce3ff.el10.x86_ 5/46 2026-02-23T08:14:57.703 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5433.g5adce3ff.el10.x86_ 5/46 2026-02-23T08:14:57.705 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-rados-2:20.3.0-5433.g5adce3ff.el10.x86_64 6/46 2026-02-23T08:14:57.711 INFO:teuthology.orchestra.run.trial151.stdout: Installing : daxctl-libs-80-4.el10.x86_64 7/46 2026-02-23T08:14:57.713 INFO:teuthology.orchestra.run.trial151.stdout: Installing : librdkafka-2.1.1-7.el10.x86_64 8/46 2026-02-23T08:14:57.715 INFO:teuthology.orchestra.run.trial151.stdout: Installing : librabbitmq-0.14.0-3.el10.x86_64 9/46 2026-02-23T08:14:57.717 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ndctl-libs-80-4.el10.x86_64 10/46 2026-02-23T08:14:57.718 INFO:teuthology.orchestra.run.trial151.stdout: Installing : liboath-2.6.12-1.el10_0.x86_64 11/46 2026-02-23T08:14:57.721 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libarrow-doc-17.0.0-9.el10_2.noarch 12/46 2026-02-23T08:14:57.731 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-ceph-argparse-2:20.3.0-5433.g5adce3ff.el10 13/46 2026-02-23T08:14:57.733 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-cephfs-2:20.3.0-5433.g5adce3ff.el10.x86_64 14/46 2026-02-23T08:14:57.736 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libpmem-2.1.0-2.el10_0.x86_64 15/46 2026-02-23T08:14:57.745 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libpmemobj-2.1.0-2.el10_0.x86_64 16/46 2026-02-23T08:14:57.745 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libradosstriper1-2:20.3.0-5433.g5adce3ff.el10.x86_ 17/46 2026-02-23T08:14:57.771 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5433.g5adce3ff.el10.x86_ 17/46 2026-02-23T08:14:57.774 INFO:teuthology.orchestra.run.trial151.stdout: Installing : thrift-0.20.0-4.el10_1.x86_64 18/46 2026-02-23T08:14:57.780 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libunwind-1.8.0-4.el10_0.x86_64 19/46 2026-02-23T08:14:57.805 INFO:teuthology.orchestra.run.trial151.stdout: Installing : gperftools-libs-2.15-4.el10_0.x86_64 20/46 2026-02-23T08:14:57.809 INFO:teuthology.orchestra.run.trial151.stdout: Installing : abseil-cpp-20240722.1-1.el10_0.x86_64 21/46 2026-02-23T08:14:57.812 INFO:teuthology.orchestra.run.trial151.stdout: Installing : re2-2:20251105-1.el10_2.x86_64 22/46 2026-02-23T08:14:57.815 INFO:teuthology.orchestra.run.trial151.stdout: Installing : pciutils-3.13.0-6.el10.x86_64 23/46 2026-02-23T08:14:57.815 INFO:teuthology.orchestra.run.trial151.stdout: Installing : qatlib-service-24.09.0-2.el10.x86_64 24/46 2026-02-23T08:14:57.832 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: qatlib-service-24.09.0-2.el10.x86_64 24/46 2026-02-23T08:14:57.849 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: qatlib-24.09.0-2.el10.x86_64 25/46 2026-02-23T08:14:57.852 INFO:teuthology.orchestra.run.trial151.stdout: Installing : qatlib-24.09.0-2.el10.x86_64 25/46 2026-02-23T08:14:57.854 INFO:teuthology.orchestra.run.trial151.stdout: Installing : qatzip-libs-1.3.1-1.el10.x86_64 26/46 2026-02-23T08:14:57.856 INFO:teuthology.orchestra.run.trial151.stdout: Installing : mailcap-2.1.54-8.el10.noarch 27/46 2026-02-23T08:14:57.858 INFO:teuthology.orchestra.run.trial151.stdout: Installing : utf8proc-2.7.0-9.el10.x86_64 28/46 2026-02-23T08:14:57.866 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-prettytable-3.6.0-10.el10.noarch 29/46 2026-02-23T08:14:57.870 INFO:teuthology.orchestra.run.trial151.stdout: Installing : protobuf-3.19.6-11.el10.x86_64 30/46 2026-02-23T08:14:57.908 INFO:teuthology.orchestra.run.trial151.stdout: Installing : liborc2-2.0.7-1.el10_2.x86_64 31/46 2026-02-23T08:14:57.912 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libarrow-17.0.0-9.el10_2.x86_64 32/46 2026-02-23T08:14:57.939 INFO:teuthology.orchestra.run.trial085.stdout:Transaction test succeeded. 2026-02-23T08:14:57.939 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction 2026-02-23T08:14:58.001 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libnbd-1.22.2-3.el10_1.x86_64 33/46 2026-02-23T08:14:58.002 INFO:teuthology.orchestra.run.trial151.stdout: Upgrading : librbd1-2:20.3.0-5433.g5adce3ff.el10.x86_64 34/46 2026-02-23T08:14:58.030 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: librbd1-2:20.3.0-5433.g5adce3ff.el10.x86_64 34/46 2026-02-23T08:14:58.032 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-rbd-2:20.3.0-5433.g5adce3ff.el10.x86_64 35/46 2026-02-23T08:14:58.039 INFO:teuthology.orchestra.run.trial151.stdout: Installing : boost-program-options-1.83.0-5.el10.x86_64 36/46 2026-02-23T08:14:58.254 INFO:teuthology.orchestra.run.trial151.stdout: Installing : parquet-libs-17.0.0-9.el10_2.x86_64 37/46 2026-02-23T08:14:58.255 INFO:teuthology.orchestra.run.trial151.stdout: Installing : librgw2-2:20.3.0-5433.g5adce3ff.el10.x86_64 38/46 2026-02-23T08:14:58.267 INFO:teuthology.orchestra.run.trial085.stdout: Preparing : 1/1 2026-02-23T08:14:58.272 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: librgw2-2:20.3.0-5433.g5adce3ff.el10.x86_64 38/46 2026-02-23T08:14:58.289 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-rgw-2:20.3.0-5433.g5adce3ff.el10.x86_64 39/46 2026-02-23T08:14:58.291 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-ceph-common-2:20.3.0-5433.g5adce3ff.el10.x 40/46 2026-02-23T08:14:58.384 INFO:teuthology.orchestra.run.trial085.stdout: Installing : lttng-ust-2.13.7-5.el10.x86_64 1/46 2026-02-23T08:14:58.389 INFO:teuthology.orchestra.run.trial085.stdout: Upgrading : librados2-2:20.3.0-5433.g5adce3ff.el10.x86_64 2/46 2026-02-23T08:14:58.430 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: librados2-2:20.3.0-5433.g5adce3ff.el10.x86_64 2/46 2026-02-23T08:14:58.431 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libcephfs2-2:20.3.0-5433.g5adce3ff.el10.x86_64 3/46 2026-02-23T08:14:58.444 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: libcephfs2-2:20.3.0-5433.g5adce3ff.el10.x86_64 3/46 2026-02-23T08:14:58.446 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libcephfs-daemon-2:20.3.0-5433.g5adce3ff.el10.x86_ 4/46 2026-02-23T08:14:58.446 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libcephfs-proxy2-2:20.3.0-5433.g5adce3ff.el10.x86_ 5/46 2026-02-23T08:14:58.469 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5433.g5adce3ff.el10.x86_ 5/46 2026-02-23T08:14:58.471 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-rados-2:20.3.0-5433.g5adce3ff.el10.x86_64 6/46 2026-02-23T08:14:58.477 INFO:teuthology.orchestra.run.trial085.stdout: Installing : daxctl-libs-80-4.el10.x86_64 7/46 2026-02-23T08:14:58.479 INFO:teuthology.orchestra.run.trial085.stdout: Installing : librdkafka-2.1.1-7.el10.x86_64 8/46 2026-02-23T08:14:58.481 INFO:teuthology.orchestra.run.trial085.stdout: Installing : librabbitmq-0.14.0-3.el10.x86_64 9/46 2026-02-23T08:14:58.483 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ndctl-libs-80-4.el10.x86_64 10/46 2026-02-23T08:14:58.484 INFO:teuthology.orchestra.run.trial085.stdout: Installing : liboath-2.6.12-1.el10_0.x86_64 11/46 2026-02-23T08:14:58.487 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libarrow-doc-17.0.0-9.el10_2.noarch 12/46 2026-02-23T08:14:58.497 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-ceph-argparse-2:20.3.0-5433.g5adce3ff.el10 13/46 2026-02-23T08:14:58.500 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-cephfs-2:20.3.0-5433.g5adce3ff.el10.x86_64 14/46 2026-02-23T08:14:58.502 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libpmem-2.1.0-2.el10_0.x86_64 15/46 2026-02-23T08:14:58.511 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libpmemobj-2.1.0-2.el10_0.x86_64 16/46 2026-02-23T08:14:58.512 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libradosstriper1-2:20.3.0-5433.g5adce3ff.el10.x86_ 17/46 2026-02-23T08:14:58.536 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5433.g5adce3ff.el10.x86_ 17/46 2026-02-23T08:14:58.539 INFO:teuthology.orchestra.run.trial085.stdout: Installing : thrift-0.20.0-4.el10_1.x86_64 18/46 2026-02-23T08:14:58.544 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libunwind-1.8.0-4.el10_0.x86_64 19/46 2026-02-23T08:14:58.568 INFO:teuthology.orchestra.run.trial085.stdout: Installing : gperftools-libs-2.15-4.el10_0.x86_64 20/46 2026-02-23T08:14:58.572 INFO:teuthology.orchestra.run.trial085.stdout: Installing : abseil-cpp-20240722.1-1.el10_0.x86_64 21/46 2026-02-23T08:14:58.575 INFO:teuthology.orchestra.run.trial085.stdout: Installing : re2-2:20251105-1.el10_2.x86_64 22/46 2026-02-23T08:14:58.577 INFO:teuthology.orchestra.run.trial085.stdout: Installing : pciutils-3.13.0-6.el10.x86_64 23/46 2026-02-23T08:14:58.578 INFO:teuthology.orchestra.run.trial085.stdout: Installing : qatlib-service-24.09.0-2.el10.x86_64 24/46 2026-02-23T08:14:58.595 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: qatlib-service-24.09.0-2.el10.x86_64 24/46 2026-02-23T08:14:58.613 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: qatlib-24.09.0-2.el10.x86_64 25/46 2026-02-23T08:14:58.615 INFO:teuthology.orchestra.run.trial085.stdout: Installing : qatlib-24.09.0-2.el10.x86_64 25/46 2026-02-23T08:14:58.617 INFO:teuthology.orchestra.run.trial085.stdout: Installing : qatzip-libs-1.3.1-1.el10.x86_64 26/46 2026-02-23T08:14:58.619 INFO:teuthology.orchestra.run.trial085.stdout: Installing : mailcap-2.1.54-8.el10.noarch 27/46 2026-02-23T08:14:58.622 INFO:teuthology.orchestra.run.trial085.stdout: Installing : utf8proc-2.7.0-9.el10.x86_64 28/46 2026-02-23T08:14:58.629 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-prettytable-3.6.0-10.el10.noarch 29/46 2026-02-23T08:14:58.634 INFO:teuthology.orchestra.run.trial085.stdout: Installing : protobuf-3.19.6-11.el10.x86_64 30/46 2026-02-23T08:14:58.673 INFO:teuthology.orchestra.run.trial085.stdout: Installing : liborc2-2.0.7-1.el10_2.x86_64 31/46 2026-02-23T08:14:58.676 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libarrow-17.0.0-9.el10_2.x86_64 32/46 2026-02-23T08:14:58.765 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libnbd-1.22.2-3.el10_1.x86_64 33/46 2026-02-23T08:14:58.767 INFO:teuthology.orchestra.run.trial085.stdout: Upgrading : librbd1-2:20.3.0-5433.g5adce3ff.el10.x86_64 34/46 2026-02-23T08:14:58.794 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: librbd1-2:20.3.0-5433.g5adce3ff.el10.x86_64 34/46 2026-02-23T08:14:58.796 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-rbd-2:20.3.0-5433.g5adce3ff.el10.x86_64 35/46 2026-02-23T08:14:58.804 INFO:teuthology.orchestra.run.trial085.stdout: Installing : boost-program-options-1.83.0-5.el10.x86_64 36/46 2026-02-23T08:14:59.018 INFO:teuthology.orchestra.run.trial085.stdout: Installing : parquet-libs-17.0.0-9.el10_2.x86_64 37/46 2026-02-23T08:14:59.019 INFO:teuthology.orchestra.run.trial085.stdout: Installing : librgw2-2:20.3.0-5433.g5adce3ff.el10.x86_64 38/46 2026-02-23T08:14:59.036 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: librgw2-2:20.3.0-5433.g5adce3ff.el10.x86_64 38/46 2026-02-23T08:14:59.053 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-rgw-2:20.3.0-5433.g5adce3ff.el10.x86_64 39/46 2026-02-23T08:14:59.055 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-ceph-common-2:20.3.0-5433.g5adce3ff.el10.x 40/46 2026-02-23T08:14:59.099 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-common-2:20.3.0-5433.g5adce3ff.el10.x86_64 41/46 2026-02-23T08:14:59.101 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-common-2:20.3.0-5433.g5adce3ff.el10.x86_64 41/46 2026-02-23T08:14:59.302 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-common-2:20.3.0-5433.g5adce3ff.el10.x86_64 41/46 2026-02-23T08:14:59.305 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-base-2:20.3.0-5433.g5adce3ff.el10.x86_64 42/46 2026-02-23T08:14:59.337 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-base-2:20.3.0-5433.g5adce3ff.el10.x86_64 42/46 2026-02-23T08:14:59.337 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink '/etc/systemd/system/multi-user.target.wants/ceph.target' → '/usr/lib/systemd/system/ceph.target'. 2026-02-23T08:14:59.337 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink '/etc/systemd/system/ceph.target.wants/ceph-crash.service' → '/usr/lib/systemd/system/ceph-crash.service'. 2026-02-23T08:14:59.337 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:14:59.339 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-selinux-2:20.3.0-5433.g5adce3ff.el10.x86_64 43/46 2026-02-23T08:14:59.863 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-common-2:20.3.0-5433.g5adce3ff.el10.x86_64 41/46 2026-02-23T08:14:59.866 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-common-2:20.3.0-5433.g5adce3ff.el10.x86_64 41/46 2026-02-23T08:15:00.063 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-common-2:20.3.0-5433.g5adce3ff.el10.x86_64 41/46 2026-02-23T08:15:00.066 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-base-2:20.3.0-5433.g5adce3ff.el10.x86_64 42/46 2026-02-23T08:15:00.097 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-base-2:20.3.0-5433.g5adce3ff.el10.x86_64 42/46 2026-02-23T08:15:00.097 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink '/etc/systemd/system/multi-user.target.wants/ceph.target' → '/usr/lib/systemd/system/ceph.target'. 2026-02-23T08:15:00.097 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink '/etc/systemd/system/ceph.target.wants/ceph-crash.service' → '/usr/lib/systemd/system/ceph-crash.service'. 2026-02-23T08:15:00.097 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:00.099 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-selinux-2:20.3.0-5433.g5adce3ff.el10.x86_64 43/46 2026-02-23T08:15:03.258 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5433.g5adce3ff.el10.x86_64 43/46 2026-02-23T08:15:03.258 INFO:teuthology.orchestra.run.trial151.stdout:skipping the directory /sys 2026-02-23T08:15:03.258 INFO:teuthology.orchestra.run.trial151.stdout:skipping the directory /proc 2026-02-23T08:15:03.258 INFO:teuthology.orchestra.run.trial151.stdout:skipping the directory /mnt 2026-02-23T08:15:03.258 INFO:teuthology.orchestra.run.trial151.stdout:skipping the directory /var/tmp 2026-02-23T08:15:03.258 INFO:teuthology.orchestra.run.trial151.stdout:skipping the directory /home 2026-02-23T08:15:03.258 INFO:teuthology.orchestra.run.trial151.stdout:skipping the directory /root 2026-02-23T08:15:03.258 INFO:teuthology.orchestra.run.trial151.stdout:skipping the directory /tmp 2026-02-23T08:15:03.258 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:03.695 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-radosgw-2:20.3.0-5433.g5adce3ff.el10.x86_64 44/46 2026-02-23T08:15:03.720 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5433.g5adce3ff.el10.x86_64 44/46 2026-02-23T08:15:03.720 INFO:teuthology.orchestra.run.trial151.stdout:Glob pattern passed to preset, but globs are not supported for this. 2026-02-23T08:15:03.720 INFO:teuthology.orchestra.run.trial151.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-23T08:15:03.721 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink '/etc/systemd/system/multi-user.target.wants/ceph-radosgw.target' → '/usr/lib/systemd/system/ceph-radosgw.target'. 2026-02-23T08:15:03.721 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink '/etc/systemd/system/ceph.target.wants/ceph-radosgw.target' → '/usr/lib/systemd/system/ceph-radosgw.target'. 2026-02-23T08:15:03.721 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:03.723 INFO:teuthology.orchestra.run.trial151.stdout: Cleanup : librbd1-2:18.2.1-4.el10.x86_64 45/46 2026-02-23T08:15:03.743 INFO:teuthology.orchestra.run.trial151.stdout: Cleanup : librados2-2:18.2.1-4.el10.x86_64 46/46 2026-02-23T08:15:04.003 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5433.g5adce3ff.el10.x86_64 43/46 2026-02-23T08:15:04.003 INFO:teuthology.orchestra.run.trial085.stdout:skipping the directory /sys 2026-02-23T08:15:04.003 INFO:teuthology.orchestra.run.trial085.stdout:skipping the directory /proc 2026-02-23T08:15:04.003 INFO:teuthology.orchestra.run.trial085.stdout:skipping the directory /mnt 2026-02-23T08:15:04.003 INFO:teuthology.orchestra.run.trial085.stdout:skipping the directory /var/tmp 2026-02-23T08:15:04.003 INFO:teuthology.orchestra.run.trial085.stdout:skipping the directory /home 2026-02-23T08:15:04.004 INFO:teuthology.orchestra.run.trial085.stdout:skipping the directory /root 2026-02-23T08:15:04.004 INFO:teuthology.orchestra.run.trial085.stdout:skipping the directory /tmp 2026-02-23T08:15:04.004 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:04.110 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: librados2-2:18.2.1-4.el10.x86_64 46/46 2026-02-23T08:15:04.111 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:04.111 INFO:teuthology.orchestra.run.trial151.stdout:Upgraded: 2026-02-23T08:15:04.111 INFO:teuthology.orchestra.run.trial151.stdout: librados2-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.111 INFO:teuthology.orchestra.run.trial151.stdout: librbd1-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.111 INFO:teuthology.orchestra.run.trial151.stdout:Installed: 2026-02-23T08:15:04.111 INFO:teuthology.orchestra.run.trial151.stdout: abseil-cpp-20240722.1-1.el10_0.x86_64 2026-02-23T08:15:04.111 INFO:teuthology.orchestra.run.trial151.stdout: boost-program-options-1.83.0-5.el10.x86_64 2026-02-23T08:15:04.111 INFO:teuthology.orchestra.run.trial151.stdout: ceph-base-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.112 INFO:teuthology.orchestra.run.trial151.stdout: ceph-common-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.112 INFO:teuthology.orchestra.run.trial151.stdout: ceph-radosgw-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.112 INFO:teuthology.orchestra.run.trial151.stdout: ceph-selinux-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.112 INFO:teuthology.orchestra.run.trial151.stdout: daxctl-libs-80-4.el10.x86_64 2026-02-23T08:15:04.112 INFO:teuthology.orchestra.run.trial151.stdout: gperftools-libs-2.15-4.el10_0.x86_64 2026-02-23T08:15:04.112 INFO:teuthology.orchestra.run.trial151.stdout: libarrow-17.0.0-9.el10_2.x86_64 2026-02-23T08:15:04.112 INFO:teuthology.orchestra.run.trial151.stdout: libarrow-doc-17.0.0-9.el10_2.noarch 2026-02-23T08:15:04.112 INFO:teuthology.orchestra.run.trial151.stdout: libcephfs-daemon-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.112 INFO:teuthology.orchestra.run.trial151.stdout: libcephfs-proxy2-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.112 INFO:teuthology.orchestra.run.trial151.stdout: libcephfs2-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.113 INFO:teuthology.orchestra.run.trial151.stdout: libnbd-1.22.2-3.el10_1.x86_64 2026-02-23T08:15:04.113 INFO:teuthology.orchestra.run.trial151.stdout: liboath-2.6.12-1.el10_0.x86_64 2026-02-23T08:15:04.113 INFO:teuthology.orchestra.run.trial151.stdout: liborc2-2.0.7-1.el10_2.x86_64 2026-02-23T08:15:04.113 INFO:teuthology.orchestra.run.trial151.stdout: libpmem-2.1.0-2.el10_0.x86_64 2026-02-23T08:15:04.113 INFO:teuthology.orchestra.run.trial151.stdout: libpmemobj-2.1.0-2.el10_0.x86_64 2026-02-23T08:15:04.113 INFO:teuthology.orchestra.run.trial151.stdout: librabbitmq-0.14.0-3.el10.x86_64 2026-02-23T08:15:04.113 INFO:teuthology.orchestra.run.trial151.stdout: libradosstriper1-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.113 INFO:teuthology.orchestra.run.trial151.stdout: librdkafka-2.1.1-7.el10.x86_64 2026-02-23T08:15:04.113 INFO:teuthology.orchestra.run.trial151.stdout: librgw2-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.113 INFO:teuthology.orchestra.run.trial151.stdout: libunwind-1.8.0-4.el10_0.x86_64 2026-02-23T08:15:04.114 INFO:teuthology.orchestra.run.trial151.stdout: lttng-ust-2.13.7-5.el10.x86_64 2026-02-23T08:15:04.114 INFO:teuthology.orchestra.run.trial151.stdout: mailcap-2.1.54-8.el10.noarch 2026-02-23T08:15:04.114 INFO:teuthology.orchestra.run.trial151.stdout: ndctl-libs-80-4.el10.x86_64 2026-02-23T08:15:04.114 INFO:teuthology.orchestra.run.trial151.stdout: parquet-libs-17.0.0-9.el10_2.x86_64 2026-02-23T08:15:04.114 INFO:teuthology.orchestra.run.trial151.stdout: pciutils-3.13.0-6.el10.x86_64 2026-02-23T08:15:04.114 INFO:teuthology.orchestra.run.trial151.stdout: protobuf-3.19.6-11.el10.x86_64 2026-02-23T08:15:04.114 INFO:teuthology.orchestra.run.trial151.stdout: python3-ceph-argparse-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.114 INFO:teuthology.orchestra.run.trial151.stdout: python3-ceph-common-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.114 INFO:teuthology.orchestra.run.trial151.stdout: python3-cephfs-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.114 INFO:teuthology.orchestra.run.trial151.stdout: python3-prettytable-3.6.0-10.el10.noarch 2026-02-23T08:15:04.114 INFO:teuthology.orchestra.run.trial151.stdout: python3-rados-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.114 INFO:teuthology.orchestra.run.trial151.stdout: python3-rbd-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.115 INFO:teuthology.orchestra.run.trial151.stdout: python3-rgw-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.115 INFO:teuthology.orchestra.run.trial151.stdout: qatlib-24.09.0-2.el10.x86_64 2026-02-23T08:15:04.115 INFO:teuthology.orchestra.run.trial151.stdout: qatlib-service-24.09.0-2.el10.x86_64 2026-02-23T08:15:04.115 INFO:teuthology.orchestra.run.trial151.stdout: qatzip-libs-1.3.1-1.el10.x86_64 2026-02-23T08:15:04.115 INFO:teuthology.orchestra.run.trial151.stdout: re2-2:20251105-1.el10_2.x86_64 2026-02-23T08:15:04.115 INFO:teuthology.orchestra.run.trial151.stdout: thrift-0.20.0-4.el10_1.x86_64 2026-02-23T08:15:04.115 INFO:teuthology.orchestra.run.trial151.stdout: utf8proc-2.7.0-9.el10.x86_64 2026-02-23T08:15:04.115 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:04.115 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-23T08:15:04.152 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install ceph-test 2026-02-23T08:15:04.437 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-radosgw-2:20.3.0-5433.g5adce3ff.el10.x86_64 44/46 2026-02-23T08:15:04.442 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:17 ago on Mon 23 Feb 2026 08:14:47 AM UTC. 2026-02-23T08:15:04.462 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5433.g5adce3ff.el10.x86_64 44/46 2026-02-23T08:15:04.462 INFO:teuthology.orchestra.run.trial085.stdout:Glob pattern passed to preset, but globs are not supported for this. 2026-02-23T08:15:04.462 INFO:teuthology.orchestra.run.trial085.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-23T08:15:04.462 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink '/etc/systemd/system/multi-user.target.wants/ceph-radosgw.target' → '/usr/lib/systemd/system/ceph-radosgw.target'. 2026-02-23T08:15:04.462 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink '/etc/systemd/system/ceph.target.wants/ceph-radosgw.target' → '/usr/lib/systemd/system/ceph-radosgw.target'. 2026-02-23T08:15:04.462 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:04.465 INFO:teuthology.orchestra.run.trial085.stdout: Cleanup : librbd1-2:18.2.1-4.el10.x86_64 45/46 2026-02-23T08:15:04.477 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:15:04.478 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:15:04.478 INFO:teuthology.orchestra.run.trial151.stdout: Package Arch Version Repository Size 2026-02-23T08:15:04.478 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:15:04.478 INFO:teuthology.orchestra.run.trial151.stdout:Installing: 2026-02-23T08:15:04.478 INFO:teuthology.orchestra.run.trial151.stdout: ceph-test x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 81 M 2026-02-23T08:15:04.478 INFO:teuthology.orchestra.run.trial151.stdout:Installing dependencies: 2026-02-23T08:15:04.478 INFO:teuthology.orchestra.run.trial151.stdout: hwloc-libs x86_64 2.11.1-3.el10 baseos 2.1 M 2026-02-23T08:15:04.478 INFO:teuthology.orchestra.run.trial151.stdout: libcephsqlite x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 168 k 2026-02-23T08:15:04.478 INFO:teuthology.orchestra.run.trial151.stdout: libpciaccess x86_64 0.16-16.el10 baseos 27 k 2026-02-23T08:15:04.478 INFO:teuthology.orchestra.run.trial151.stdout: libxslt x86_64 1.1.39-8.el10_0 appstream 189 k 2026-02-23T08:15:04.479 INFO:teuthology.orchestra.run.trial151.stdout: ocl-icd x86_64 2.3.2-8.el10 baseos 66 k 2026-02-23T08:15:04.479 INFO:teuthology.orchestra.run.trial151.stdout: socat x86_64 1.7.4.4-8.el10 appstream 303 k 2026-02-23T08:15:04.479 INFO:teuthology.orchestra.run.trial151.stdout: xmlstarlet x86_64 1.6.1-27.el10 appstream 63 k 2026-02-23T08:15:04.479 INFO:teuthology.orchestra.run.trial151.stdout: yaml-cpp0.7 x86_64 0.7.0-1.el10_2 epel 127 k 2026-02-23T08:15:04.479 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:04.479 INFO:teuthology.orchestra.run.trial151.stdout:Transaction Summary 2026-02-23T08:15:04.479 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:15:04.479 INFO:teuthology.orchestra.run.trial151.stdout:Install 9 Packages 2026-02-23T08:15:04.479 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:04.480 INFO:teuthology.orchestra.run.trial151.stdout:Total download size: 84 M 2026-02-23T08:15:04.480 INFO:teuthology.orchestra.run.trial151.stdout:Installed size: 339 M 2026-02-23T08:15:04.480 INFO:teuthology.orchestra.run.trial151.stdout:Downloading Packages: 2026-02-23T08:15:04.483 INFO:teuthology.orchestra.run.trial085.stdout: Cleanup : librados2-2:18.2.1-4.el10.x86_64 46/46 2026-02-23T08:15:04.597 INFO:teuthology.orchestra.run.trial151.stdout:(1/9): libxslt-1.1.39-8.el10_0.x86_64.rpm 4.5 MB/s | 189 kB 00:00 2026-02-23T08:15:04.620 INFO:teuthology.orchestra.run.trial151.stdout:(2/9): socat-1.7.4.4-8.el10.x86_64.rpm 13 MB/s | 303 kB 00:00 2026-02-23T08:15:04.644 INFO:teuthology.orchestra.run.trial151.stdout:(3/9): xmlstarlet-1.6.1-27.el10.x86_64.rpm 2.6 MB/s | 63 kB 00:00 2026-02-23T08:15:04.702 INFO:teuthology.orchestra.run.trial151.stdout:(4/9): hwloc-libs-2.11.1-3.el10.x86_64.rpm 36 MB/s | 2.1 MB 00:00 2026-02-23T08:15:04.722 INFO:teuthology.orchestra.run.trial151.stdout:(5/9): libpciaccess-0.16-16.el10.x86_64.rpm 1.3 MB/s | 27 kB 00:00 2026-02-23T08:15:04.741 INFO:teuthology.orchestra.run.trial151.stdout:(6/9): ocl-icd-2.3.2-8.el10.x86_64.rpm 3.5 MB/s | 66 kB 00:00 2026-02-23T08:15:04.860 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: librados2-2:18.2.1-4.el10.x86_64 46/46 2026-02-23T08:15:04.860 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:04.860 INFO:teuthology.orchestra.run.trial085.stdout:Upgraded: 2026-02-23T08:15:04.860 INFO:teuthology.orchestra.run.trial085.stdout: librados2-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.861 INFO:teuthology.orchestra.run.trial085.stdout: librbd1-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.861 INFO:teuthology.orchestra.run.trial085.stdout:Installed: 2026-02-23T08:15:04.861 INFO:teuthology.orchestra.run.trial085.stdout: abseil-cpp-20240722.1-1.el10_0.x86_64 2026-02-23T08:15:04.861 INFO:teuthology.orchestra.run.trial085.stdout: boost-program-options-1.83.0-5.el10.x86_64 2026-02-23T08:15:04.861 INFO:teuthology.orchestra.run.trial085.stdout: ceph-base-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.861 INFO:teuthology.orchestra.run.trial085.stdout: ceph-common-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.861 INFO:teuthology.orchestra.run.trial085.stdout: ceph-radosgw-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.861 INFO:teuthology.orchestra.run.trial085.stdout: ceph-selinux-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.861 INFO:teuthology.orchestra.run.trial085.stdout: daxctl-libs-80-4.el10.x86_64 2026-02-23T08:15:04.861 INFO:teuthology.orchestra.run.trial085.stdout: gperftools-libs-2.15-4.el10_0.x86_64 2026-02-23T08:15:04.861 INFO:teuthology.orchestra.run.trial085.stdout: libarrow-17.0.0-9.el10_2.x86_64 2026-02-23T08:15:04.862 INFO:teuthology.orchestra.run.trial085.stdout: libarrow-doc-17.0.0-9.el10_2.noarch 2026-02-23T08:15:04.862 INFO:teuthology.orchestra.run.trial085.stdout: libcephfs-daemon-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.862 INFO:teuthology.orchestra.run.trial085.stdout: libcephfs-proxy2-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.862 INFO:teuthology.orchestra.run.trial085.stdout: libcephfs2-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.862 INFO:teuthology.orchestra.run.trial085.stdout: libnbd-1.22.2-3.el10_1.x86_64 2026-02-23T08:15:04.862 INFO:teuthology.orchestra.run.trial085.stdout: liboath-2.6.12-1.el10_0.x86_64 2026-02-23T08:15:04.862 INFO:teuthology.orchestra.run.trial085.stdout: liborc2-2.0.7-1.el10_2.x86_64 2026-02-23T08:15:04.862 INFO:teuthology.orchestra.run.trial085.stdout: libpmem-2.1.0-2.el10_0.x86_64 2026-02-23T08:15:04.862 INFO:teuthology.orchestra.run.trial085.stdout: libpmemobj-2.1.0-2.el10_0.x86_64 2026-02-23T08:15:04.862 INFO:teuthology.orchestra.run.trial085.stdout: librabbitmq-0.14.0-3.el10.x86_64 2026-02-23T08:15:04.862 INFO:teuthology.orchestra.run.trial085.stdout: libradosstriper1-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.862 INFO:teuthology.orchestra.run.trial085.stdout: librdkafka-2.1.1-7.el10.x86_64 2026-02-23T08:15:04.863 INFO:teuthology.orchestra.run.trial085.stdout: librgw2-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.863 INFO:teuthology.orchestra.run.trial085.stdout: libunwind-1.8.0-4.el10_0.x86_64 2026-02-23T08:15:04.863 INFO:teuthology.orchestra.run.trial085.stdout: lttng-ust-2.13.7-5.el10.x86_64 2026-02-23T08:15:04.863 INFO:teuthology.orchestra.run.trial085.stdout: mailcap-2.1.54-8.el10.noarch 2026-02-23T08:15:04.863 INFO:teuthology.orchestra.run.trial085.stdout: ndctl-libs-80-4.el10.x86_64 2026-02-23T08:15:04.863 INFO:teuthology.orchestra.run.trial085.stdout: parquet-libs-17.0.0-9.el10_2.x86_64 2026-02-23T08:15:04.863 INFO:teuthology.orchestra.run.trial085.stdout: pciutils-3.13.0-6.el10.x86_64 2026-02-23T08:15:04.863 INFO:teuthology.orchestra.run.trial085.stdout: protobuf-3.19.6-11.el10.x86_64 2026-02-23T08:15:04.863 INFO:teuthology.orchestra.run.trial085.stdout: python3-ceph-argparse-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.863 INFO:teuthology.orchestra.run.trial085.stdout: python3-ceph-common-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.863 INFO:teuthology.orchestra.run.trial085.stdout: python3-cephfs-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.863 INFO:teuthology.orchestra.run.trial085.stdout: python3-prettytable-3.6.0-10.el10.noarch 2026-02-23T08:15:04.864 INFO:teuthology.orchestra.run.trial085.stdout: python3-rados-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.864 INFO:teuthology.orchestra.run.trial085.stdout: python3-rbd-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.864 INFO:teuthology.orchestra.run.trial085.stdout: python3-rgw-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:04.864 INFO:teuthology.orchestra.run.trial085.stdout: qatlib-24.09.0-2.el10.x86_64 2026-02-23T08:15:04.864 INFO:teuthology.orchestra.run.trial085.stdout: qatlib-service-24.09.0-2.el10.x86_64 2026-02-23T08:15:04.864 INFO:teuthology.orchestra.run.trial085.stdout: qatzip-libs-1.3.1-1.el10.x86_64 2026-02-23T08:15:04.864 INFO:teuthology.orchestra.run.trial085.stdout: re2-2:20251105-1.el10_2.x86_64 2026-02-23T08:15:04.864 INFO:teuthology.orchestra.run.trial085.stdout: thrift-0.20.0-4.el10_1.x86_64 2026-02-23T08:15:04.864 INFO:teuthology.orchestra.run.trial085.stdout: utf8proc-2.7.0-9.el10.x86_64 2026-02-23T08:15:04.864 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:04.864 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-23T08:15:04.902 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install ceph-test 2026-02-23T08:15:04.944 INFO:teuthology.orchestra.run.trial151.stdout:(7/9): libcephsqlite-20.3.0-5433.g5adce3ff.el10 433 kB/s | 168 kB 00:00 2026-02-23T08:15:05.005 INFO:teuthology.orchestra.run.trial151.stdout:(8/9): yaml-cpp0.7-0.7.0-1.el10_2.x86_64.rpm 483 kB/s | 127 kB 00:00 2026-02-23T08:15:05.188 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:17 ago on Mon 23 Feb 2026 08:14:48 AM UTC. 2026-02-23T08:15:05.225 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:15:05.226 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:15:05.226 INFO:teuthology.orchestra.run.trial085.stdout: Package Arch Version Repository Size 2026-02-23T08:15:05.226 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:15:05.226 INFO:teuthology.orchestra.run.trial085.stdout:Installing: 2026-02-23T08:15:05.226 INFO:teuthology.orchestra.run.trial085.stdout: ceph-test x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 81 M 2026-02-23T08:15:05.226 INFO:teuthology.orchestra.run.trial085.stdout:Installing dependencies: 2026-02-23T08:15:05.226 INFO:teuthology.orchestra.run.trial085.stdout: hwloc-libs x86_64 2.11.1-3.el10 baseos 2.1 M 2026-02-23T08:15:05.226 INFO:teuthology.orchestra.run.trial085.stdout: libcephsqlite x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 168 k 2026-02-23T08:15:05.227 INFO:teuthology.orchestra.run.trial085.stdout: libpciaccess x86_64 0.16-16.el10 baseos 27 k 2026-02-23T08:15:05.227 INFO:teuthology.orchestra.run.trial085.stdout: libxslt x86_64 1.1.39-8.el10_0 appstream 189 k 2026-02-23T08:15:05.227 INFO:teuthology.orchestra.run.trial085.stdout: ocl-icd x86_64 2.3.2-8.el10 baseos 66 k 2026-02-23T08:15:05.227 INFO:teuthology.orchestra.run.trial085.stdout: socat x86_64 1.7.4.4-8.el10 appstream 303 k 2026-02-23T08:15:05.227 INFO:teuthology.orchestra.run.trial085.stdout: xmlstarlet x86_64 1.6.1-27.el10 appstream 63 k 2026-02-23T08:15:05.227 INFO:teuthology.orchestra.run.trial085.stdout: yaml-cpp0.7 x86_64 0.7.0-1.el10_2 epel 127 k 2026-02-23T08:15:05.227 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:05.227 INFO:teuthology.orchestra.run.trial085.stdout:Transaction Summary 2026-02-23T08:15:05.227 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:15:05.227 INFO:teuthology.orchestra.run.trial085.stdout:Install 9 Packages 2026-02-23T08:15:05.227 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:05.228 INFO:teuthology.orchestra.run.trial085.stdout:Total download size: 84 M 2026-02-23T08:15:05.228 INFO:teuthology.orchestra.run.trial085.stdout:Installed size: 339 M 2026-02-23T08:15:05.229 INFO:teuthology.orchestra.run.trial085.stdout:Downloading Packages: 2026-02-23T08:15:05.412 INFO:teuthology.orchestra.run.trial085.stdout:(1/9): libxslt-1.1.39-8.el10_0.x86_64.rpm 4.4 MB/s | 189 kB 00:00 2026-02-23T08:15:05.433 INFO:teuthology.orchestra.run.trial085.stdout:(2/9): socat-1.7.4.4-8.el10.x86_64.rpm 14 MB/s | 303 kB 00:00 2026-02-23T08:15:05.446 INFO:teuthology.orchestra.run.trial085.stdout:(3/9): xmlstarlet-1.6.1-27.el10.x86_64.rpm 4.5 MB/s | 63 kB 00:00 2026-02-23T08:15:05.488 INFO:teuthology.orchestra.run.trial085.stdout:(4/9): hwloc-libs-2.11.1-3.el10.x86_64.rpm 50 MB/s | 2.1 MB 00:00 2026-02-23T08:15:05.501 INFO:teuthology.orchestra.run.trial085.stdout:(5/9): libpciaccess-0.16-16.el10.x86_64.rpm 2.1 MB/s | 27 kB 00:00 2026-02-23T08:15:05.517 INFO:teuthology.orchestra.run.trial085.stdout:(6/9): ocl-icd-2.3.2-8.el10.x86_64.rpm 4.1 MB/s | 66 kB 00:00 2026-02-23T08:15:05.725 INFO:teuthology.orchestra.run.trial085.stdout:(7/9): libcephsqlite-20.3.0-5433.g5adce3ff.el10 472 kB/s | 168 kB 00:00 2026-02-23T08:15:05.804 INFO:teuthology.orchestra.run.trial085.stdout:(8/9): yaml-cpp0.7-0.7.0-1.el10_2.x86_64.rpm 444 kB/s | 127 kB 00:00 2026-02-23T08:15:10.220 INFO:teuthology.orchestra.run.trial085.stdout:(9/9): ceph-test-20.3.0-5433.g5adce3ff.el10.x86 17 MB/s | 81 MB 00:04 2026-02-23T08:15:10.221 INFO:teuthology.orchestra.run.trial085.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:15:10.222 INFO:teuthology.orchestra.run.trial085.stdout:Total 17 MB/s | 84 MB 00:04 2026-02-23T08:15:10.222 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction check 2026-02-23T08:15:10.233 INFO:teuthology.orchestra.run.trial085.stdout:Transaction check succeeded. 2026-02-23T08:15:10.234 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction test 2026-02-23T08:15:10.523 INFO:teuthology.orchestra.run.trial085.stdout:Transaction test succeeded. 2026-02-23T08:15:10.523 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction 2026-02-23T08:15:10.838 INFO:teuthology.orchestra.run.trial085.stdout: Preparing : 1/1 2026-02-23T08:15:10.840 INFO:teuthology.orchestra.run.trial085.stdout: Installing : yaml-cpp0.7-0.7.0-1.el10_2.x86_64 1/9 2026-02-23T08:15:10.842 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ocl-icd-2.3.2-8.el10.x86_64 2/9 2026-02-23T08:15:10.848 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libpciaccess-0.16-16.el10.x86_64 3/9 2026-02-23T08:15:10.853 INFO:teuthology.orchestra.run.trial085.stdout: Installing : hwloc-libs-2.11.1-3.el10.x86_64 4/9 2026-02-23T08:15:10.857 INFO:teuthology.orchestra.run.trial085.stdout: Installing : socat-1.7.4.4-8.el10.x86_64 5/9 2026-02-23T08:15:10.859 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libxslt-1.1.39-8.el10_0.x86_64 6/9 2026-02-23T08:15:10.865 INFO:teuthology.orchestra.run.trial085.stdout: Installing : xmlstarlet-1.6.1-27.el10.x86_64 7/9 2026-02-23T08:15:10.866 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libcephsqlite-2:20.3.0-5433.g5adce3ff.el10.x86_64 8/9 2026-02-23T08:15:11.710 INFO:teuthology.orchestra.run.trial151.stdout:(9/9): ceph-test-20.3.0-5433.g5adce3ff.el10.x86 11 MB/s | 81 MB 00:07 2026-02-23T08:15:11.711 INFO:teuthology.orchestra.run.trial151.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:15:11.711 INFO:teuthology.orchestra.run.trial151.stdout:Total 12 MB/s | 84 MB 00:07 2026-02-23T08:15:11.711 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction check 2026-02-23T08:15:11.722 INFO:teuthology.orchestra.run.trial151.stdout:Transaction check succeeded. 2026-02-23T08:15:11.722 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction test 2026-02-23T08:15:12.008 INFO:teuthology.orchestra.run.trial151.stdout:Transaction test succeeded. 2026-02-23T08:15:12.008 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction 2026-02-23T08:15:12.319 INFO:teuthology.orchestra.run.trial151.stdout: Preparing : 1/1 2026-02-23T08:15:12.321 INFO:teuthology.orchestra.run.trial151.stdout: Installing : yaml-cpp0.7-0.7.0-1.el10_2.x86_64 1/9 2026-02-23T08:15:12.323 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ocl-icd-2.3.2-8.el10.x86_64 2/9 2026-02-23T08:15:12.329 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libpciaccess-0.16-16.el10.x86_64 3/9 2026-02-23T08:15:12.334 INFO:teuthology.orchestra.run.trial151.stdout: Installing : hwloc-libs-2.11.1-3.el10.x86_64 4/9 2026-02-23T08:15:12.338 INFO:teuthology.orchestra.run.trial151.stdout: Installing : socat-1.7.4.4-8.el10.x86_64 5/9 2026-02-23T08:15:12.341 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libxslt-1.1.39-8.el10_0.x86_64 6/9 2026-02-23T08:15:12.347 INFO:teuthology.orchestra.run.trial151.stdout: Installing : xmlstarlet-1.6.1-27.el10.x86_64 7/9 2026-02-23T08:15:12.348 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libcephsqlite-2:20.3.0-5433.g5adce3ff.el10.x86_64 8/9 2026-02-23T08:15:13.492 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5433.g5adce3ff.el10.x86_64 8/9 2026-02-23T08:15:13.512 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-test-2:20.3.0-5433.g5adce3ff.el10.x86_64 9/9 2026-02-23T08:15:13.854 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-test-2:20.3.0-5433.g5adce3ff.el10.x86_64 9/9 2026-02-23T08:15:13.855 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:13.855 INFO:teuthology.orchestra.run.trial085.stdout:Installed: 2026-02-23T08:15:13.855 INFO:teuthology.orchestra.run.trial085.stdout: ceph-test-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:13.855 INFO:teuthology.orchestra.run.trial085.stdout: hwloc-libs-2.11.1-3.el10.x86_64 2026-02-23T08:15:13.855 INFO:teuthology.orchestra.run.trial085.stdout: libcephsqlite-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:13.856 INFO:teuthology.orchestra.run.trial085.stdout: libpciaccess-0.16-16.el10.x86_64 2026-02-23T08:15:13.856 INFO:teuthology.orchestra.run.trial085.stdout: libxslt-1.1.39-8.el10_0.x86_64 2026-02-23T08:15:13.856 INFO:teuthology.orchestra.run.trial085.stdout: ocl-icd-2.3.2-8.el10.x86_64 2026-02-23T08:15:13.856 INFO:teuthology.orchestra.run.trial085.stdout: socat-1.7.4.4-8.el10.x86_64 2026-02-23T08:15:13.856 INFO:teuthology.orchestra.run.trial085.stdout: xmlstarlet-1.6.1-27.el10.x86_64 2026-02-23T08:15:13.857 INFO:teuthology.orchestra.run.trial085.stdout: yaml-cpp0.7-0.7.0-1.el10_2.x86_64 2026-02-23T08:15:13.857 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:13.857 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-23T08:15:13.888 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install ceph 2026-02-23T08:15:14.175 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:26 ago on Mon 23 Feb 2026 08:14:48 AM UTC. 2026-02-23T08:15:14.215 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:15:14.217 INFO:teuthology.orchestra.run.trial085.stdout:======================================================================================== 2026-02-23T08:15:14.218 INFO:teuthology.orchestra.run.trial085.stdout: Package Arch Version Repository Size 2026-02-23T08:15:14.218 INFO:teuthology.orchestra.run.trial085.stdout:======================================================================================== 2026-02-23T08:15:14.218 INFO:teuthology.orchestra.run.trial085.stdout:Installing: 2026-02-23T08:15:14.218 INFO:teuthology.orchestra.run.trial085.stdout: ceph x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 6.6 k 2026-02-23T08:15:14.218 INFO:teuthology.orchestra.run.trial085.stdout:Installing dependencies: 2026-02-23T08:15:14.218 INFO:teuthology.orchestra.run.trial085.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5433.g5adce3ff.el10 ceph-noarch 57 k 2026-02-23T08:15:14.218 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mds x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 2.4 M 2026-02-23T08:15:14.218 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mgr x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 980 k 2026-02-23T08:15:14.218 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5433.g5adce3ff.el10 ceph-noarch 298 k 2026-02-23T08:15:14.219 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mon x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 6.0 M 2026-02-23T08:15:14.219 INFO:teuthology.orchestra.run.trial085.stdout: ceph-osd x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 175 k 2026-02-23T08:15:14.219 INFO:teuthology.orchestra.run.trial085.stdout: ceph-osd-classic x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 17 M 2026-02-23T08:15:14.219 INFO:teuthology.orchestra.run.trial085.stdout: ceph-osd-crimson x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 20 M 2026-02-23T08:15:14.219 INFO:teuthology.orchestra.run.trial085.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5433.g5adce3ff.el10 ceph-noarch 17 k 2026-02-23T08:15:14.219 INFO:teuthology.orchestra.run.trial085.stdout: cephadm noarch 2:20.3.0-5433.g5adce3ff.el10 ceph-noarch 1.3 M 2026-02-23T08:15:14.219 INFO:teuthology.orchestra.run.trial085.stdout: cryptsetup x86_64 2.7.5-2.el10 baseos 335 k 2026-02-23T08:15:14.219 INFO:teuthology.orchestra.run.trial085.stdout: flexiblas x86_64 3.4.2-3.el10 appstream 25 k 2026-02-23T08:15:14.219 INFO:teuthology.orchestra.run.trial085.stdout: flexiblas-netlib x86_64 3.4.2-3.el10 appstream 3.2 M 2026-02-23T08:15:14.219 INFO:teuthology.orchestra.run.trial085.stdout: flexiblas-openblas-openmp x86_64 3.4.2-3.el10 appstream 17 k 2026-02-23T08:15:14.219 INFO:teuthology.orchestra.run.trial085.stdout: grpc-data noarch 1.48.4-44.el10_0 epel 21 k 2026-02-23T08:15:14.220 INFO:teuthology.orchestra.run.trial085.stdout: ledmon-libs x86_64 1.1.0-2.el10 appstream 42 k 2026-02-23T08:15:14.220 INFO:teuthology.orchestra.run.trial085.stdout: libconfig x86_64 1.7.3-10.el10 baseos 72 k 2026-02-23T08:15:14.220 INFO:teuthology.orchestra.run.trial085.stdout: libgfortran x86_64 14.3.1-2.1.el10 baseos 827 k 2026-02-23T08:15:14.220 INFO:teuthology.orchestra.run.trial085.stdout: libquadmath x86_64 14.3.1-2.1.el10 baseos 215 k 2026-02-23T08:15:14.220 INFO:teuthology.orchestra.run.trial085.stdout: libstoragemgmt x86_64 1.10.1-4.el10 appstream 251 k 2026-02-23T08:15:14.220 INFO:teuthology.orchestra.run.trial085.stdout: libtool-ltdl x86_64 2.4.7-13.el10 appstream 36 k 2026-02-23T08:15:14.220 INFO:teuthology.orchestra.run.trial085.stdout: lua x86_64 5.4.6-7.el10 appstream 190 k 2026-02-23T08:15:14.220 INFO:teuthology.orchestra.run.trial085.stdout: lua-devel x86_64 5.4.6-7.el10 crb 22 k 2026-02-23T08:15:14.220 INFO:teuthology.orchestra.run.trial085.stdout: luarocks noarch 3.9.2-6.el10_0 epel 152 k 2026-02-23T08:15:14.220 INFO:teuthology.orchestra.run.trial085.stdout: openblas x86_64 0.3.29-2.el10 appstream 43 k 2026-02-23T08:15:14.220 INFO:teuthology.orchestra.run.trial085.stdout: openblas-openmp x86_64 0.3.29-2.el10 appstream 5.3 M 2026-02-23T08:15:14.221 INFO:teuthology.orchestra.run.trial085.stdout: protobuf-compiler x86_64 3.19.6-11.el10 crb 787 k 2026-02-23T08:15:14.221 INFO:teuthology.orchestra.run.trial085.stdout: python3-asyncssh noarch 2.17.0-1.el10_0 epel 756 k 2026-02-23T08:15:14.221 INFO:teuthology.orchestra.run.trial085.stdout: python3-autocommand noarch 2.2.2-9.el10_0 epel 32 k 2026-02-23T08:15:14.221 INFO:teuthology.orchestra.run.trial085.stdout: python3-bcrypt x86_64 4.3.0-3.el10_1 epel 238 k 2026-02-23T08:15:14.221 INFO:teuthology.orchestra.run.trial085.stdout: python3-cachetools noarch 5.4.0-6.el10_0 epel 37 k 2026-02-23T08:15:14.221 INFO:teuthology.orchestra.run.trial085.stdout: python3-certifi noarch 2023.05.07-6.el10_0 epel 14 k 2026-02-23T08:15:14.221 INFO:teuthology.orchestra.run.trial085.stdout: python3-cffi x86_64 1.16.0-7.el10 baseos 310 k 2026-02-23T08:15:14.221 INFO:teuthology.orchestra.run.trial085.stdout: python3-cheroot noarch 10.0.1-4.el10_0 epel 215 k 2026-02-23T08:15:14.221 INFO:teuthology.orchestra.run.trial085.stdout: python3-cherrypy noarch 18.10.0-4.el10_0 epel 359 k 2026-02-23T08:15:14.221 INFO:teuthology.orchestra.run.trial085.stdout: python3-cryptography x86_64 43.0.0-4.el10 baseos 1.3 M 2026-02-23T08:15:14.221 INFO:teuthology.orchestra.run.trial085.stdout: python3-devel x86_64 3.12.12-3.el10_1 appstream 329 k 2026-02-23T08:15:14.222 INFO:teuthology.orchestra.run.trial085.stdout: python3-durationpy noarch 0.9-2.el10_0 epel 15 k 2026-02-23T08:15:14.222 INFO:teuthology.orchestra.run.trial085.stdout: python3-google-auth noarch 1:2.40.3-1.el10_1 epel 286 k 2026-02-23T08:15:14.222 INFO:teuthology.orchestra.run.trial085.stdout: python3-grpcio x86_64 1.48.4-44.el10_0 epel 2.3 M 2026-02-23T08:15:14.222 INFO:teuthology.orchestra.run.trial085.stdout: python3-grpcio-tools x86_64 1.48.4-44.el10_0 epel 157 k 2026-02-23T08:15:14.222 INFO:teuthology.orchestra.run.trial085.stdout: python3-isodate noarch 0.6.1-14.el10_0 epel 66 k 2026-02-23T08:15:14.222 INFO:teuthology.orchestra.run.trial085.stdout: python3-jaraco-collections noarch 5.1.0-1.el10_0 epel 29 k 2026-02-23T08:15:14.222 INFO:teuthology.orchestra.run.trial085.stdout: python3-jaraco-context noarch 6.0.1-4.el10_0 epel 21 k 2026-02-23T08:15:14.222 INFO:teuthology.orchestra.run.trial085.stdout: python3-jaraco-functools noarch 4.0.2-4.el10_0 epel 23 k 2026-02-23T08:15:14.222 INFO:teuthology.orchestra.run.trial085.stdout: python3-jaraco-text noarch 4.0.0-3.el10_0 epel 29 k 2026-02-23T08:15:14.222 INFO:teuthology.orchestra.run.trial085.stdout: python3-jinja2 noarch 3.1.6-1.el10_0 appstream 330 k 2026-02-23T08:15:14.222 INFO:teuthology.orchestra.run.trial085.stdout: python3-jmespath noarch 1.0.1-8.el10 appstream 60 k 2026-02-23T08:15:14.223 INFO:teuthology.orchestra.run.trial085.stdout: python3-kubernetes noarch 1:32.0.1-1.el10_1 epel 1.3 M 2026-02-23T08:15:14.223 INFO:teuthology.orchestra.run.trial085.stdout: python3-libstoragemgmt x86_64 1.10.1-4.el10 appstream 219 k 2026-02-23T08:15:14.223 INFO:teuthology.orchestra.run.trial085.stdout: python3-lxml x86_64 5.2.1-4.el10 appstream 1.4 M 2026-02-23T08:15:14.223 INFO:teuthology.orchestra.run.trial085.stdout: python3-markupsafe x86_64 2.1.3-6.el10 appstream 34 k 2026-02-23T08:15:14.223 INFO:teuthology.orchestra.run.trial085.stdout: python3-more-itertools noarch 10.1.0-8.el10_0 epel 100 k 2026-02-23T08:15:14.223 INFO:teuthology.orchestra.run.trial085.stdout: python3-natsort noarch 8.4.0-2.el10_0 epel 72 k 2026-02-23T08:15:14.223 INFO:teuthology.orchestra.run.trial085.stdout: python3-numpy x86_64 1:1.26.4-5.el10 appstream 6.7 M 2026-02-23T08:15:14.223 INFO:teuthology.orchestra.run.trial085.stdout: python3-numpy-f2py x86_64 1:1.26.4-5.el10 appstream 490 k 2026-02-23T08:15:14.223 INFO:teuthology.orchestra.run.trial085.stdout: python3-packaging noarch 24.2-2.el10 baseos 155 k 2026-02-23T08:15:14.223 INFO:teuthology.orchestra.run.trial085.stdout: python3-ply noarch 3.11-25.el10 baseos 137 k 2026-02-23T08:15:14.223 INFO:teuthology.orchestra.run.trial085.stdout: python3-portend noarch 3.2.0-6.el10_0 epel 18 k 2026-02-23T08:15:14.224 INFO:teuthology.orchestra.run.trial085.stdout: python3-protobuf x86_64 3.19.6-11.el10 appstream 419 k 2026-02-23T08:15:14.224 INFO:teuthology.orchestra.run.trial085.stdout: python3-pyOpenSSL noarch 25.0.0-1.el10_1 epel 113 k 2026-02-23T08:15:14.224 INFO:teuthology.orchestra.run.trial085.stdout: python3-pyasn1 noarch 0.6.1-1.el10 appstream 198 k 2026-02-23T08:15:14.224 INFO:teuthology.orchestra.run.trial085.stdout: python3-pyasn1-modules noarch 0.6.1-1.el10 appstream 402 k 2026-02-23T08:15:14.224 INFO:teuthology.orchestra.run.trial085.stdout: python3-pycparser noarch 2.20-16.el10 baseos 160 k 2026-02-23T08:15:14.224 INFO:teuthology.orchestra.run.trial085.stdout: python3-repoze-lru noarch 0.7-23.el10_0 epel 36 k 2026-02-23T08:15:14.224 INFO:teuthology.orchestra.run.trial085.stdout: python3-requests noarch 2.32.4-1.el10_0 baseos 160 k 2026-02-23T08:15:14.224 INFO:teuthology.orchestra.run.trial085.stdout: python3-requests-oauthlib noarch 1.3.1-11.el10 appstream 60 k 2026-02-23T08:15:14.224 INFO:teuthology.orchestra.run.trial085.stdout: python3-routes noarch 2.5.1-11.el10_0 epel 201 k 2026-02-23T08:15:14.224 INFO:teuthology.orchestra.run.trial085.stdout: python3-rsa noarch 4.9-7.el10_0 epel 70 k 2026-02-23T08:15:14.224 INFO:teuthology.orchestra.run.trial085.stdout: python3-scipy x86_64 1.11.3-17.el10 appstream 16 M 2026-02-23T08:15:14.225 INFO:teuthology.orchestra.run.trial085.stdout: python3-tempora noarch 5.7.0-1.el10_0 epel 37 k 2026-02-23T08:15:14.225 INFO:teuthology.orchestra.run.trial085.stdout: python3-urllib3 noarch 1.26.19-2.el10_1.1 baseos 285 k 2026-02-23T08:15:14.225 INFO:teuthology.orchestra.run.trial085.stdout: python3-websocket-client noarch 1.8.0-2.el10_0 epel 124 k 2026-02-23T08:15:14.225 INFO:teuthology.orchestra.run.trial085.stdout: python3-xmlsec x86_64 1.3.16-1.el10 lab-extras 49 k 2026-02-23T08:15:14.225 INFO:teuthology.orchestra.run.trial085.stdout: python3-xmltodict noarch 0.13.0-5.el10_0 epel 26 k 2026-02-23T08:15:14.225 INFO:teuthology.orchestra.run.trial085.stdout: python3-zc-lockfile noarch 3.0.post1-11.el10_0 epel 23 k 2026-02-23T08:15:14.225 INFO:teuthology.orchestra.run.trial085.stdout: unzip x86_64 6.0-69.el10 baseos 188 k 2026-02-23T08:15:14.225 INFO:teuthology.orchestra.run.trial085.stdout: xmlsec1 x86_64 1:1.2.39-3.el10 appstream 193 k 2026-02-23T08:15:14.225 INFO:teuthology.orchestra.run.trial085.stdout: xmlsec1-openssl x86_64 1:1.2.39-3.el10 appstream 96 k 2026-02-23T08:15:14.225 INFO:teuthology.orchestra.run.trial085.stdout: zip x86_64 3.0-45.el10 baseos 271 k 2026-02-23T08:15:14.225 INFO:teuthology.orchestra.run.trial085.stdout:Installing weak dependencies: 2026-02-23T08:15:14.226 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5433.g5adce3ff.el10 ceph-noarch 184 k 2026-02-23T08:15:14.226 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5433.g5adce3ff.el10 ceph-noarch 51 M 2026-02-23T08:15:14.226 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5433.g5adce3ff.el10 ceph-noarch 7.4 M 2026-02-23T08:15:14.226 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mgr-k8sevents noarch 2:20.3.0-5433.g5adce3ff.el10 ceph-noarch 22 k 2026-02-23T08:15:14.226 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mgr-rook noarch 2:20.3.0-5433.g5adce3ff.el10 ceph-noarch 50 k 2026-02-23T08:15:14.226 INFO:teuthology.orchestra.run.trial085.stdout: ceph-volume noarch 2:20.3.0-5433.g5adce3ff.el10 ceph-noarch 376 k 2026-02-23T08:15:14.226 INFO:teuthology.orchestra.run.trial085.stdout: python3-saml noarch 1.16.0-11.el10 lab-extras 150 k 2026-02-23T08:15:14.226 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:14.226 INFO:teuthology.orchestra.run.trial085.stdout:Transaction Summary 2026-02-23T08:15:14.226 INFO:teuthology.orchestra.run.trial085.stdout:======================================================================================== 2026-02-23T08:15:14.226 INFO:teuthology.orchestra.run.trial085.stdout:Install 88 Packages 2026-02-23T08:15:14.227 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:14.227 INFO:teuthology.orchestra.run.trial085.stdout:Total download size: 155 M 2026-02-23T08:15:14.228 INFO:teuthology.orchestra.run.trial085.stdout:Installed size: 718 M 2026-02-23T08:15:14.228 INFO:teuthology.orchestra.run.trial085.stdout:Downloading Packages: 2026-02-23T08:15:14.405 INFO:teuthology.orchestra.run.trial085.stdout:(1/88): ceph-20.3.0-5433.g5adce3ff.el10.x86_64. 63 kB/s | 6.6 kB 00:00 2026-02-23T08:15:14.532 INFO:teuthology.orchestra.run.trial085.stdout:(2/88): ceph-mgr-20.3.0-5433.g5adce3ff.el10.x86 4.1 MB/s | 980 kB 00:00 2026-02-23T08:15:14.559 INFO:teuthology.orchestra.run.trial085.stdout:(3/88): ceph-osd-20.3.0-5433.g5adce3ff.el10.x86 6.4 MB/s | 175 kB 00:00 2026-02-23T08:15:14.672 INFO:teuthology.orchestra.run.trial085.stdout:(4/88): ceph-mds-20.3.0-5433.g5adce3ff.el10.x86 6.6 MB/s | 2.4 MB 00:00 2026-02-23T08:15:14.962 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5433.g5adce3ff.el10.x86_64 8/9 2026-02-23T08:15:14.982 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-test-2:20.3.0-5433.g5adce3ff.el10.x86_64 9/9 2026-02-23T08:15:15.331 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-test-2:20.3.0-5433.g5adce3ff.el10.x86_64 9/9 2026-02-23T08:15:15.331 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:15.331 INFO:teuthology.orchestra.run.trial151.stdout:Installed: 2026-02-23T08:15:15.331 INFO:teuthology.orchestra.run.trial151.stdout: ceph-test-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:15.331 INFO:teuthology.orchestra.run.trial151.stdout: hwloc-libs-2.11.1-3.el10.x86_64 2026-02-23T08:15:15.331 INFO:teuthology.orchestra.run.trial151.stdout: libcephsqlite-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:15.331 INFO:teuthology.orchestra.run.trial151.stdout: libpciaccess-0.16-16.el10.x86_64 2026-02-23T08:15:15.331 INFO:teuthology.orchestra.run.trial151.stdout: libxslt-1.1.39-8.el10_0.x86_64 2026-02-23T08:15:15.331 INFO:teuthology.orchestra.run.trial151.stdout: ocl-icd-2.3.2-8.el10.x86_64 2026-02-23T08:15:15.331 INFO:teuthology.orchestra.run.trial151.stdout: socat-1.7.4.4-8.el10.x86_64 2026-02-23T08:15:15.331 INFO:teuthology.orchestra.run.trial151.stdout: xmlstarlet-1.6.1-27.el10.x86_64 2026-02-23T08:15:15.331 INFO:teuthology.orchestra.run.trial151.stdout: yaml-cpp0.7-0.7.0-1.el10_2.x86_64 2026-02-23T08:15:15.331 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:15.331 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-23T08:15:15.366 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install ceph 2026-02-23T08:15:15.649 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:28 ago on Mon 23 Feb 2026 08:14:47 AM UTC. 2026-02-23T08:15:15.687 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:15:15.689 INFO:teuthology.orchestra.run.trial151.stdout:======================================================================================== 2026-02-23T08:15:15.689 INFO:teuthology.orchestra.run.trial151.stdout: Package Arch Version Repository Size 2026-02-23T08:15:15.689 INFO:teuthology.orchestra.run.trial151.stdout:======================================================================================== 2026-02-23T08:15:15.689 INFO:teuthology.orchestra.run.trial151.stdout:Installing: 2026-02-23T08:15:15.689 INFO:teuthology.orchestra.run.trial151.stdout: ceph x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 6.6 k 2026-02-23T08:15:15.689 INFO:teuthology.orchestra.run.trial151.stdout:Installing dependencies: 2026-02-23T08:15:15.689 INFO:teuthology.orchestra.run.trial151.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5433.g5adce3ff.el10 ceph-noarch 57 k 2026-02-23T08:15:15.689 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mds x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 2.4 M 2026-02-23T08:15:15.689 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mgr x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 980 k 2026-02-23T08:15:15.689 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5433.g5adce3ff.el10 ceph-noarch 298 k 2026-02-23T08:15:15.689 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mon x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 6.0 M 2026-02-23T08:15:15.689 INFO:teuthology.orchestra.run.trial151.stdout: ceph-osd x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 175 k 2026-02-23T08:15:15.689 INFO:teuthology.orchestra.run.trial151.stdout: ceph-osd-classic x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 17 M 2026-02-23T08:15:15.689 INFO:teuthology.orchestra.run.trial151.stdout: ceph-osd-crimson x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 20 M 2026-02-23T08:15:15.689 INFO:teuthology.orchestra.run.trial151.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5433.g5adce3ff.el10 ceph-noarch 17 k 2026-02-23T08:15:15.689 INFO:teuthology.orchestra.run.trial151.stdout: cephadm noarch 2:20.3.0-5433.g5adce3ff.el10 ceph-noarch 1.3 M 2026-02-23T08:15:15.689 INFO:teuthology.orchestra.run.trial151.stdout: cryptsetup x86_64 2.7.5-2.el10 baseos 335 k 2026-02-23T08:15:15.689 INFO:teuthology.orchestra.run.trial151.stdout: flexiblas x86_64 3.4.2-3.el10 appstream 25 k 2026-02-23T08:15:15.689 INFO:teuthology.orchestra.run.trial151.stdout: flexiblas-netlib x86_64 3.4.2-3.el10 appstream 3.2 M 2026-02-23T08:15:15.689 INFO:teuthology.orchestra.run.trial151.stdout: flexiblas-openblas-openmp x86_64 3.4.2-3.el10 appstream 17 k 2026-02-23T08:15:15.689 INFO:teuthology.orchestra.run.trial151.stdout: grpc-data noarch 1.48.4-44.el10_0 epel 21 k 2026-02-23T08:15:15.689 INFO:teuthology.orchestra.run.trial151.stdout: ledmon-libs x86_64 1.1.0-2.el10 appstream 42 k 2026-02-23T08:15:15.689 INFO:teuthology.orchestra.run.trial151.stdout: libconfig x86_64 1.7.3-10.el10 baseos 72 k 2026-02-23T08:15:15.689 INFO:teuthology.orchestra.run.trial151.stdout: libgfortran x86_64 14.3.1-2.1.el10 baseos 827 k 2026-02-23T08:15:15.689 INFO:teuthology.orchestra.run.trial151.stdout: libquadmath x86_64 14.3.1-2.1.el10 baseos 215 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: libstoragemgmt x86_64 1.10.1-4.el10 appstream 251 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: libtool-ltdl x86_64 2.4.7-13.el10 appstream 36 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: lua x86_64 5.4.6-7.el10 appstream 190 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: lua-devel x86_64 5.4.6-7.el10 crb 22 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: luarocks noarch 3.9.2-6.el10_0 epel 152 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: openblas x86_64 0.3.29-2.el10 appstream 43 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: openblas-openmp x86_64 0.3.29-2.el10 appstream 5.3 M 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: protobuf-compiler x86_64 3.19.6-11.el10 crb 787 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: python3-asyncssh noarch 2.17.0-1.el10_0 epel 756 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: python3-autocommand noarch 2.2.2-9.el10_0 epel 32 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: python3-bcrypt x86_64 4.3.0-3.el10_1 epel 238 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: python3-cachetools noarch 5.4.0-6.el10_0 epel 37 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: python3-certifi noarch 2023.05.07-6.el10_0 epel 14 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: python3-cffi x86_64 1.16.0-7.el10 baseos 310 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: python3-cheroot noarch 10.0.1-4.el10_0 epel 215 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: python3-cherrypy noarch 18.10.0-4.el10_0 epel 359 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: python3-cryptography x86_64 43.0.0-4.el10 baseos 1.3 M 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: python3-devel x86_64 3.12.12-3.el10_1 appstream 329 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: python3-durationpy noarch 0.9-2.el10_0 epel 15 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: python3-google-auth noarch 1:2.40.3-1.el10_1 epel 286 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: python3-grpcio x86_64 1.48.4-44.el10_0 epel 2.3 M 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: python3-grpcio-tools x86_64 1.48.4-44.el10_0 epel 157 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: python3-isodate noarch 0.6.1-14.el10_0 epel 66 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: python3-jaraco-collections noarch 5.1.0-1.el10_0 epel 29 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: python3-jaraco-context noarch 6.0.1-4.el10_0 epel 21 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: python3-jaraco-functools noarch 4.0.2-4.el10_0 epel 23 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: python3-jaraco-text noarch 4.0.0-3.el10_0 epel 29 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: python3-jinja2 noarch 3.1.6-1.el10_0 appstream 330 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: python3-jmespath noarch 1.0.1-8.el10 appstream 60 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: python3-kubernetes noarch 1:32.0.1-1.el10_1 epel 1.3 M 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: python3-libstoragemgmt x86_64 1.10.1-4.el10 appstream 219 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: python3-lxml x86_64 5.2.1-4.el10 appstream 1.4 M 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: python3-markupsafe x86_64 2.1.3-6.el10 appstream 34 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: python3-more-itertools noarch 10.1.0-8.el10_0 epel 100 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: python3-natsort noarch 8.4.0-2.el10_0 epel 72 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: python3-numpy x86_64 1:1.26.4-5.el10 appstream 6.7 M 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: python3-numpy-f2py x86_64 1:1.26.4-5.el10 appstream 490 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: python3-packaging noarch 24.2-2.el10 baseos 155 k 2026-02-23T08:15:15.690 INFO:teuthology.orchestra.run.trial151.stdout: python3-ply noarch 3.11-25.el10 baseos 137 k 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout: python3-portend noarch 3.2.0-6.el10_0 epel 18 k 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout: python3-protobuf x86_64 3.19.6-11.el10 appstream 419 k 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout: python3-pyOpenSSL noarch 25.0.0-1.el10_1 epel 113 k 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout: python3-pyasn1 noarch 0.6.1-1.el10 appstream 198 k 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout: python3-pyasn1-modules noarch 0.6.1-1.el10 appstream 402 k 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout: python3-pycparser noarch 2.20-16.el10 baseos 160 k 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout: python3-repoze-lru noarch 0.7-23.el10_0 epel 36 k 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout: python3-requests noarch 2.32.4-1.el10_0 baseos 160 k 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout: python3-requests-oauthlib noarch 1.3.1-11.el10 appstream 60 k 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout: python3-routes noarch 2.5.1-11.el10_0 epel 201 k 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout: python3-rsa noarch 4.9-7.el10_0 epel 70 k 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout: python3-scipy x86_64 1.11.3-17.el10 appstream 16 M 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout: python3-tempora noarch 5.7.0-1.el10_0 epel 37 k 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout: python3-urllib3 noarch 1.26.19-2.el10_1.1 baseos 285 k 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout: python3-websocket-client noarch 1.8.0-2.el10_0 epel 124 k 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout: python3-xmlsec x86_64 1.3.16-1.el10 lab-extras 49 k 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout: python3-xmltodict noarch 0.13.0-5.el10_0 epel 26 k 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout: python3-zc-lockfile noarch 3.0.post1-11.el10_0 epel 23 k 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout: unzip x86_64 6.0-69.el10 baseos 188 k 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout: xmlsec1 x86_64 1:1.2.39-3.el10 appstream 193 k 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout: xmlsec1-openssl x86_64 1:1.2.39-3.el10 appstream 96 k 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout: zip x86_64 3.0-45.el10 baseos 271 k 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout:Installing weak dependencies: 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5433.g5adce3ff.el10 ceph-noarch 184 k 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5433.g5adce3ff.el10 ceph-noarch 51 M 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5433.g5adce3ff.el10 ceph-noarch 7.4 M 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mgr-k8sevents noarch 2:20.3.0-5433.g5adce3ff.el10 ceph-noarch 22 k 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mgr-rook noarch 2:20.3.0-5433.g5adce3ff.el10 ceph-noarch 50 k 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout: ceph-volume noarch 2:20.3.0-5433.g5adce3ff.el10 ceph-noarch 376 k 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout: python3-saml noarch 1.16.0-11.el10 lab-extras 150 k 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout:Transaction Summary 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout:======================================================================================== 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout:Install 88 Packages 2026-02-23T08:15:15.691 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:15.692 INFO:teuthology.orchestra.run.trial151.stdout:Total download size: 155 M 2026-02-23T08:15:15.692 INFO:teuthology.orchestra.run.trial151.stdout:Installed size: 718 M 2026-02-23T08:15:15.692 INFO:teuthology.orchestra.run.trial151.stdout:Downloading Packages: 2026-02-23T08:15:15.792 INFO:teuthology.orchestra.run.trial085.stdout:(5/88): ceph-osd-classic-20.3.0-5433.g5adce3ff. 14 MB/s | 17 MB 00:01 2026-02-23T08:15:15.799 INFO:teuthology.orchestra.run.trial085.stdout:(6/88): ceph-mon-20.3.0-5433.g5adce3ff.el10.x86 4.3 MB/s | 6.0 MB 00:01 2026-02-23T08:15:15.858 INFO:teuthology.orchestra.run.trial085.stdout:(7/88): ceph-osd-crimson-20.3.0-5433.g5adce3ff. 17 MB/s | 20 MB 00:01 2026-02-23T08:15:15.859 INFO:teuthology.orchestra.run.trial085.stdout:(8/88): ceph-grafana-dashboards-20.3.0-5433.g5a 856 kB/s | 57 kB 00:00 2026-02-23T08:15:15.859 INFO:teuthology.orchestra.run.trial085.stdout:(9/88): ceph-mgr-cephadm-20.3.0-5433.g5adce3ff. 3.0 MB/s | 184 kB 00:00 2026-02-23T08:15:15.919 INFO:teuthology.orchestra.run.trial085.stdout:(10/88): ceph-mgr-k8sevents-20.3.0-5433.g5adce3 374 kB/s | 22 kB 00:00 2026-02-23T08:15:15.935 INFO:teuthology.orchestra.run.trial151.stdout:(1/88): ceph-20.3.0-5433.g5adce3ff.el10.x86_64. 39 kB/s | 6.6 kB 00:00 2026-02-23T08:15:15.981 INFO:teuthology.orchestra.run.trial085.stdout:(11/88): ceph-mgr-modules-core-20.3.0-5433.g5ad 4.7 MB/s | 298 kB 00:00 2026-02-23T08:15:16.042 INFO:teuthology.orchestra.run.trial085.stdout:(12/88): ceph-mgr-rook-20.3.0-5433.g5adce3ff.el 835 kB/s | 50 kB 00:00 2026-02-23T08:15:16.105 INFO:teuthology.orchestra.run.trial085.stdout:(13/88): ceph-prometheus-alerts-20.3.0-5433.g5a 278 kB/s | 17 kB 00:00 2026-02-23T08:15:16.168 INFO:teuthology.orchestra.run.trial085.stdout:(14/88): ceph-mgr-diskprediction-local-20.3.0-5 24 MB/s | 7.4 MB 00:00 2026-02-23T08:15:16.174 INFO:teuthology.orchestra.run.trial085.stdout:(15/88): ceph-volume-20.3.0-5433.g5adce3ff.el10 5.3 MB/s | 376 kB 00:00 2026-02-23T08:15:16.214 INFO:teuthology.orchestra.run.trial085.stdout:(16/88): flexiblas-3.4.2-3.el10.x86_64.rpm 627 kB/s | 25 kB 00:00 2026-02-23T08:15:16.236 INFO:teuthology.orchestra.run.trial085.stdout:(17/88): cephadm-20.3.0-5433.g5adce3ff.el10.noa 20 MB/s | 1.3 MB 00:00 2026-02-23T08:15:16.250 INFO:teuthology.orchestra.run.trial085.stdout:(18/88): flexiblas-openblas-openmp-3.4.2-3.el10 1.2 MB/s | 17 kB 00:00 2026-02-23T08:15:16.264 INFO:teuthology.orchestra.run.trial085.stdout:(19/88): ledmon-libs-1.1.0-2.el10.x86_64.rpm 3.0 MB/s | 42 kB 00:00 2026-02-23T08:15:16.278 INFO:teuthology.orchestra.run.trial085.stdout:(20/88): libstoragemgmt-1.10.1-4.el10.x86_64.rp 17 MB/s | 251 kB 00:00 2026-02-23T08:15:16.286 INFO:teuthology.orchestra.run.trial085.stdout:(21/88): flexiblas-netlib-3.4.2-3.el10.x86_64.r 45 MB/s | 3.2 MB 00:00 2026-02-23T08:15:16.300 INFO:teuthology.orchestra.run.trial085.stdout:(22/88): libtool-ltdl-2.4.7-13.el10.x86_64.rpm 1.6 MB/s | 36 kB 00:00 2026-02-23T08:15:16.312 INFO:teuthology.orchestra.run.trial085.stdout:(23/88): openblas-0.3.29-2.el10.x86_64.rpm 3.4 MB/s | 43 kB 00:00 2026-02-23T08:15:16.318 INFO:teuthology.orchestra.run.trial085.stdout:(24/88): lua-5.4.6-7.el10.x86_64.rpm 5.7 MB/s | 190 kB 00:00 2026-02-23T08:15:16.344 INFO:teuthology.orchestra.run.trial085.stdout:(25/88): python3-devel-3.12.12-3.el10_1.x86_64. 13 MB/s | 329 kB 00:00 2026-02-23T08:15:16.360 INFO:teuthology.orchestra.run.trial085.stdout:(26/88): python3-jinja2-3.1.6-1.el10_0.noarch.r 20 MB/s | 330 kB 00:00 2026-02-23T08:15:16.372 INFO:teuthology.orchestra.run.trial085.stdout:(27/88): python3-jmespath-1.0.1-8.el10.noarch.r 4.7 MB/s | 60 kB 00:00 2026-02-23T08:15:16.388 INFO:teuthology.orchestra.run.trial085.stdout:(28/88): openblas-openmp-0.3.29-2.el10.x86_64.r 70 MB/s | 5.3 MB 00:00 2026-02-23T08:15:16.393 INFO:teuthology.orchestra.run.trial085.stdout:(29/88): python3-libstoragemgmt-1.10.1-4.el10.x 11 MB/s | 219 kB 00:00 2026-02-23T08:15:16.406 INFO:teuthology.orchestra.run.trial085.stdout:(30/88): python3-markupsafe-2.1.3-6.el10.x86_64 2.7 MB/s | 34 kB 00:00 2026-02-23T08:15:16.415 INFO:teuthology.orchestra.run.trial085.stdout:(31/88): python3-lxml-5.2.1-4.el10.x86_64.rpm 53 MB/s | 1.4 MB 00:00 2026-02-23T08:15:16.435 INFO:teuthology.orchestra.run.trial085.stdout:(32/88): python3-numpy-f2py-1.26.4-5.el10.x86_6 24 MB/s | 490 kB 00:00 2026-02-23T08:15:16.453 INFO:teuthology.orchestra.run.trial085.stdout:(33/88): python3-protobuf-3.19.6-11.el10.x86_64 22 MB/s | 419 kB 00:00 2026-02-23T08:15:16.469 INFO:teuthology.orchestra.run.trial085.stdout:(34/88): python3-pyasn1-0.6.1-1.el10.noarch.rpm 12 MB/s | 198 kB 00:00 2026-02-23T08:15:16.487 INFO:teuthology.orchestra.run.trial085.stdout:(35/88): python3-numpy-1.26.4-5.el10.x86_64.rpm 82 MB/s | 6.7 MB 00:00 2026-02-23T08:15:16.492 INFO:teuthology.orchestra.run.trial085.stdout:(36/88): python3-pyasn1-modules-0.6.1-1.el10.no 17 MB/s | 402 kB 00:00 2026-02-23T08:15:16.500 INFO:teuthology.orchestra.run.trial085.stdout:(37/88): python3-requests-oauthlib-1.3.1-11.el1 4.8 MB/s | 60 kB 00:00 2026-02-23T08:15:16.515 INFO:teuthology.orchestra.run.trial085.stdout:(38/88): xmlsec1-1.2.39-3.el10.x86_64.rpm 12 MB/s | 193 kB 00:00 2026-02-23T08:15:16.530 INFO:teuthology.orchestra.run.trial085.stdout:(39/88): xmlsec1-openssl-1.2.39-3.el10.x86_64.r 6.7 MB/s | 96 kB 00:00 2026-02-23T08:15:16.546 INFO:teuthology.orchestra.run.trial085.stdout:(40/88): cryptsetup-2.7.5-2.el10.x86_64.rpm 20 MB/s | 335 kB 00:00 2026-02-23T08:15:16.561 INFO:teuthology.orchestra.run.trial085.stdout:(41/88): libconfig-1.7.3-10.el10.x86_64.rpm 4.8 MB/s | 72 kB 00:00 2026-02-23T08:15:16.587 INFO:teuthology.orchestra.run.trial085.stdout:(42/88): libgfortran-14.3.1-2.1.el10.x86_64.rpm 32 MB/s | 827 kB 00:00 2026-02-23T08:15:16.602 INFO:teuthology.orchestra.run.trial085.stdout:(43/88): libquadmath-14.3.1-2.1.el10.x86_64.rpm 14 MB/s | 215 kB 00:00 2026-02-23T08:15:16.618 INFO:teuthology.orchestra.run.trial085.stdout:(44/88): python3-cffi-1.16.0-7.el10.x86_64.rpm 18 MB/s | 310 kB 00:00 2026-02-23T08:15:16.642 INFO:teuthology.orchestra.run.trial085.stdout:(45/88): python3-cryptography-43.0.0-4.el10.x86 56 MB/s | 1.3 MB 00:00 2026-02-23T08:15:16.658 INFO:teuthology.orchestra.run.trial085.stdout:(46/88): python3-packaging-24.2-2.el10.noarch.r 9.7 MB/s | 155 kB 00:00 2026-02-23T08:15:16.691 INFO:teuthology.orchestra.run.trial085.stdout:(47/88): python3-scipy-1.11.3-17.el10.x86_64.rp 82 MB/s | 16 MB 00:00 2026-02-23T08:15:16.694 INFO:teuthology.orchestra.run.trial085.stdout:(48/88): python3-ply-3.11-25.el10.noarch.rpm 3.7 MB/s | 137 kB 00:00 2026-02-23T08:15:16.706 INFO:teuthology.orchestra.run.trial085.stdout:(49/88): python3-pycparser-2.20-16.el10.noarch. 11 MB/s | 160 kB 00:00 2026-02-23T08:15:16.709 INFO:teuthology.orchestra.run.trial085.stdout:(50/88): python3-requests-2.32.4-1.el10_0.noarc 11 MB/s | 160 kB 00:00 2026-02-23T08:15:16.724 INFO:teuthology.orchestra.run.trial085.stdout:(51/88): unzip-6.0-69.el10.x86_64.rpm 12 MB/s | 188 kB 00:00 2026-02-23T08:15:16.742 INFO:teuthology.orchestra.run.trial085.stdout:(52/88): zip-3.0-45.el10.x86_64.rpm 15 MB/s | 271 kB 00:00 2026-02-23T08:15:16.748 INFO:teuthology.orchestra.run.trial085.stdout:(53/88): python3-urllib3-1.26.19-2.el10_1.1.noa 6.6 MB/s | 285 kB 00:00 2026-02-23T08:15:16.755 INFO:teuthology.orchestra.run.trial085.stdout:(54/88): lua-devel-5.4.6-7.el10.x86_64.rpm 1.6 MB/s | 22 kB 00:00 2026-02-23T08:15:16.756 INFO:teuthology.orchestra.run.trial151.stdout:(2/88): ceph-mgr-20.3.0-5433.g5adce3ff.el10.x86 989 kB/s | 980 kB 00:00 2026-02-23T08:15:16.836 INFO:teuthology.orchestra.run.trial085.stdout:(55/88): protobuf-compiler-3.19.6-11.el10.x86_6 8.7 MB/s | 787 kB 00:00 2026-02-23T08:15:16.864 INFO:teuthology.orchestra.run.trial085.stdout:(56/88): grpc-data-1.48.4-44.el10_0.noarch.rpm 193 kB/s | 21 kB 00:00 2026-02-23T08:15:16.881 INFO:teuthology.orchestra.run.trial151.stdout:(3/88): ceph-osd-20.3.0-5433.g5adce3ff.el10.x86 1.4 MB/s | 175 kB 00:00 2026-02-23T08:15:16.985 INFO:teuthology.orchestra.run.trial085.stdout:(57/88): luarocks-3.9.2-6.el10_0.noarch.rpm 1.0 MB/s | 152 kB 00:00 2026-02-23T08:15:16.993 INFO:teuthology.orchestra.run.trial085.stdout:(58/88): python3-asyncssh-2.17.0-1.el10_0.noarc 5.7 MB/s | 756 kB 00:00 2026-02-23T08:15:17.010 INFO:teuthology.orchestra.run.trial085.stdout:(59/88): python3-autocommand-2.2.2-9.el10_0.noa 1.2 MB/s | 32 kB 00:00 2026-02-23T08:15:17.020 INFO:teuthology.orchestra.run.trial085.stdout:(60/88): python3-bcrypt-4.3.0-3.el10_1.x86_64.r 8.6 MB/s | 238 kB 00:00 2026-02-23T08:15:17.036 INFO:teuthology.orchestra.run.trial085.stdout:(61/88): python3-cachetools-5.4.0-6.el10_0.noar 1.4 MB/s | 37 kB 00:00 2026-02-23T08:15:17.043 INFO:teuthology.orchestra.run.trial085.stdout:(62/88): python3-certifi-2023.05.07-6.el10_0.no 629 kB/s | 14 kB 00:00 2026-02-23T08:15:17.073 INFO:teuthology.orchestra.run.trial085.stdout:(63/88): python3-cherrypy-18.10.0-4.el10_0.noar 12 MB/s | 359 kB 00:00 2026-02-23T08:15:17.080 INFO:teuthology.orchestra.run.trial085.stdout:(64/88): python3-cheroot-10.0.1-4.el10_0.noarch 4.8 MB/s | 215 kB 00:00 2026-02-23T08:15:17.097 INFO:teuthology.orchestra.run.trial085.stdout:(65/88): python3-durationpy-0.9-2.el10_0.noarch 628 kB/s | 15 kB 00:00 2026-02-23T08:15:17.121 INFO:teuthology.orchestra.run.trial085.stdout:(66/88): python3-google-auth-2.40.3-1.el10_1.no 6.7 MB/s | 286 kB 00:00 2026-02-23T08:15:17.151 INFO:teuthology.orchestra.run.trial085.stdout:(67/88): python3-grpcio-tools-1.48.4-44.el10_0. 5.1 MB/s | 157 kB 00:00 2026-02-23T08:15:17.167 INFO:teuthology.orchestra.run.trial085.stdout:(68/88): python3-grpcio-1.48.4-44.el10_0.x86_64 33 MB/s | 2.3 MB 00:00 2026-02-23T08:15:17.177 INFO:teuthology.orchestra.run.trial085.stdout:(69/88): python3-isodate-0.6.1-14.el10_0.noarch 2.6 MB/s | 66 kB 00:00 2026-02-23T08:15:17.190 INFO:teuthology.orchestra.run.trial085.stdout:(70/88): python3-jaraco-collections-5.1.0-1.el1 1.2 MB/s | 29 kB 00:00 2026-02-23T08:15:17.200 INFO:teuthology.orchestra.run.trial085.stdout:(71/88): python3-jaraco-context-6.0.1-4.el10_0. 920 kB/s | 21 kB 00:00 2026-02-23T08:15:17.214 INFO:teuthology.orchestra.run.trial085.stdout:(72/88): python3-jaraco-functools-4.0.2-4.el10_ 976 kB/s | 23 kB 00:00 2026-02-23T08:15:17.223 INFO:teuthology.orchestra.run.trial085.stdout:(73/88): python3-jaraco-text-4.0.0-3.el10_0.noa 1.2 MB/s | 29 kB 00:00 2026-02-23T08:15:17.225 INFO:teuthology.orchestra.run.trial151.stdout:(4/88): ceph-mds-20.3.0-5433.g5adce3ff.el10.x86 1.7 MB/s | 2.4 MB 00:01 2026-02-23T08:15:17.246 INFO:teuthology.orchestra.run.trial085.stdout:(74/88): python3-kubernetes-32.0.1-1.el10_1.noa 41 MB/s | 1.3 MB 00:00 2026-02-23T08:15:17.250 INFO:teuthology.orchestra.run.trial085.stdout:(75/88): python3-more-itertools-10.1.0-8.el10_0 3.6 MB/s | 100 kB 00:00 2026-02-23T08:15:17.271 INFO:teuthology.orchestra.run.trial085.stdout:(76/88): python3-natsort-8.4.0-2.el10_0.noarch. 2.9 MB/s | 72 kB 00:00 2026-02-23T08:15:17.273 INFO:teuthology.orchestra.run.trial085.stdout:(77/88): python3-portend-3.2.0-6.el10_0.noarch. 772 kB/s | 18 kB 00:00 2026-02-23T08:15:17.295 INFO:teuthology.orchestra.run.trial085.stdout:(78/88): python3-pyOpenSSL-25.0.0-1.el10_1.noar 4.7 MB/s | 113 kB 00:00 2026-02-23T08:15:17.297 INFO:teuthology.orchestra.run.trial085.stdout:(79/88): python3-repoze-lru-0.7-23.el10_0.noarc 1.5 MB/s | 36 kB 00:00 2026-02-23T08:15:17.320 INFO:teuthology.orchestra.run.trial085.stdout:(80/88): python3-routes-2.5.1-11.el10_0.noarch. 7.8 MB/s | 201 kB 00:00 2026-02-23T08:15:17.322 INFO:teuthology.orchestra.run.trial085.stdout:(81/88): python3-rsa-4.9-7.el10_0.noarch.rpm 2.7 MB/s | 70 kB 00:00 2026-02-23T08:15:17.343 INFO:teuthology.orchestra.run.trial085.stdout:(82/88): python3-tempora-5.7.0-1.el10_0.noarch. 1.6 MB/s | 37 kB 00:00 2026-02-23T08:15:17.351 INFO:teuthology.orchestra.run.trial085.stdout:(83/88): python3-websocket-client-1.8.0-2.el10_ 4.3 MB/s | 124 kB 00:00 2026-02-23T08:15:17.366 INFO:teuthology.orchestra.run.trial085.stdout:(84/88): python3-xmltodict-0.13.0-5.el10_0.noar 1.1 MB/s | 26 kB 00:00 2026-02-23T08:15:17.373 INFO:teuthology.orchestra.run.trial085.stdout:(85/88): python3-saml-1.16.0-11.el10.noarch.rpm 24 MB/s | 150 kB 00:00 2026-02-23T08:15:17.373 INFO:teuthology.orchestra.run.trial085.stdout:(86/88): python3-zc-lockfile-3.0.post1-11.el10_ 996 kB/s | 23 kB 00:00 2026-02-23T08:15:17.374 INFO:teuthology.orchestra.run.trial085.stdout:(87/88): python3-xmlsec-1.3.16-1.el10.x86_64.rp 27 MB/s | 49 kB 00:00 2026-02-23T08:15:18.365 INFO:teuthology.orchestra.run.trial151.stdout:(5/88): ceph-mon-20.3.0-5433.g5adce3ff.el10.x86 2.5 MB/s | 6.0 MB 00:02 2026-02-23T08:15:18.424 INFO:teuthology.orchestra.run.trial151.stdout:(6/88): ceph-grafana-dashboards-20.3.0-5433.g5a 972 kB/s | 57 kB 00:00 2026-02-23T08:15:18.478 INFO:teuthology.orchestra.run.trial151.stdout:(7/88): ceph-mgr-cephadm-20.3.0-5433.g5adce3ff. 3.4 MB/s | 184 kB 00:00 2026-02-23T08:15:20.669 INFO:teuthology.orchestra.run.trial085.stdout:(88/88): ceph-mgr-dashboard-20.3.0-5433.g5adce3 11 MB/s | 51 MB 00:04 2026-02-23T08:15:20.670 INFO:teuthology.orchestra.run.trial085.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:15:20.670 INFO:teuthology.orchestra.run.trial085.stdout:Total 24 MB/s | 155 MB 00:06 2026-02-23T08:15:20.670 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction check 2026-02-23T08:15:20.711 INFO:teuthology.orchestra.run.trial085.stdout:Transaction check succeeded. 2026-02-23T08:15:20.711 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction test 2026-02-23T08:15:21.284 INFO:teuthology.orchestra.run.trial085.stdout:Transaction test succeeded. 2026-02-23T08:15:21.284 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction 2026-02-23T08:15:21.875 INFO:teuthology.orchestra.run.trial085.stdout: Preparing : 1/1 2026-02-23T08:15:21.878 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-more-itertools-10.1.0-8.el10_0.noarch 1/88 2026-02-23T08:15:21.884 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-jaraco-functools-4.0.2-4.el10_0.noarch 2/88 2026-02-23T08:15:21.887 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libgfortran-14.3.1-2.1.el10.x86_64 3/88 2026-02-23T08:15:21.897 INFO:teuthology.orchestra.run.trial085.stdout: Installing : unzip-6.0-69.el10.x86_64 4/88 2026-02-23T08:15:21.902 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-urllib3-1.26.19-2.el10_1.1.noarch 5/88 2026-02-23T08:15:21.908 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-requests-2.32.4-1.el10_0.noarch 6/88 2026-02-23T08:15:21.916 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-packaging-24.2-2.el10.noarch 7/88 2026-02-23T08:15:21.935 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-pyasn1-0.6.1-1.el10.noarch 8/88 2026-02-23T08:15:21.939 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-lxml-5.2.1-4.el10.x86_64 9/88 2026-02-23T08:15:21.941 INFO:teuthology.orchestra.run.trial085.stdout: Installing : lua-5.4.6-7.el10.x86_64 10/88 2026-02-23T08:15:21.944 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libtool-ltdl-2.4.7-13.el10.x86_64 11/88 2026-02-23T08:15:21.945 INFO:teuthology.orchestra.run.trial085.stdout: Installing : xmlsec1-1:1.2.39-3.el10.x86_64 12/88 2026-02-23T08:15:21.947 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ledmon-libs-1.1.0-2.el10.x86_64 13/88 2026-02-23T08:15:21.950 INFO:teuthology.orchestra.run.trial085.stdout: Installing : xmlsec1-openssl-1:1.2.39-3.el10.x86_64 14/88 2026-02-23T08:15:21.951 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-xmlsec-1.3.16-1.el10.x86_64 15/88 2026-02-23T08:15:21.973 INFO:teuthology.orchestra.run.trial085.stdout: Installing : lua-devel-5.4.6-7.el10.x86_64 16/88 2026-02-23T08:15:21.978 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-pyasn1-modules-0.6.1-1.el10.noarch 17/88 2026-02-23T08:15:21.983 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-rsa-4.9-7.el10_0.noarch 18/88 2026-02-23T08:15:21.987 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-requests-oauthlib-1.3.1-11.el10.noarch 19/88 2026-02-23T08:15:21.996 INFO:teuthology.orchestra.run.trial085.stdout: Installing : zip-3.0-45.el10.x86_64 20/88 2026-02-23T08:15:22.000 INFO:teuthology.orchestra.run.trial085.stdout: Installing : luarocks-3.9.2-6.el10_0.noarch 21/88 2026-02-23T08:15:22.001 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-tempora-5.7.0-1.el10_0.noarch 22/88 2026-02-23T08:15:22.003 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-portend-3.2.0-6.el10_0.noarch 23/88 2026-02-23T08:15:22.005 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-zc-lockfile-3.0.post1-11.el10_0.noarch 24/88 2026-02-23T08:15:22.011 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-xmltodict-0.13.0-5.el10_0.noarch 25/88 2026-02-23T08:15:22.013 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-websocket-client-1.8.0-2.el10_0.noarch 26/88 2026-02-23T08:15:22.018 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-repoze-lru-0.7-23.el10_0.noarch 27/88 2026-02-23T08:15:22.022 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-routes-2.5.1-11.el10_0.noarch 28/88 2026-02-23T08:15:22.024 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-natsort-8.4.0-2.el10_0.noarch 29/88 2026-02-23T08:15:22.029 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-jaraco-context-6.0.1-4.el10_0.noarch 30/88 2026-02-23T08:15:22.035 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-isodate-0.6.1-14.el10_0.noarch 31/88 2026-02-23T08:15:22.037 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-saml-1.16.0-11.el10.noarch 32/88 2026-02-23T08:15:22.039 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-durationpy-0.9-2.el10_0.noarch 33/88 2026-02-23T08:15:22.041 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-certifi-2023.05.07-6.el10_0.noarch 34/88 2026-02-23T08:15:22.055 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-cachetools-5.4.0-6.el10_0.noarch 35/88 2026-02-23T08:15:22.189 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-google-auth-1:2.40.3-1.el10_1.noarch 36/88 2026-02-23T08:15:22.196 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-kubernetes-1:32.0.1-1.el10_1.noarch 37/88 2026-02-23T08:15:22.199 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-bcrypt-4.3.0-3.el10_1.x86_64 38/88 2026-02-23T08:15:22.202 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-autocommand-2.2.2-9.el10_0.noarch 39/88 2026-02-23T08:15:22.204 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-jaraco-text-4.0.0-3.el10_0.noarch 40/88 2026-02-23T08:15:22.205 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-jaraco-collections-5.1.0-1.el10_0.noarch 41/88 2026-02-23T08:15:22.229 INFO:teuthology.orchestra.run.trial085.stdout: Installing : grpc-data-1.48.4-44.el10_0.noarch 42/88 2026-02-23T08:15:22.236 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-grpcio-1.48.4-44.el10_0.x86_64 43/88 2026-02-23T08:15:22.240 INFO:teuthology.orchestra.run.trial085.stdout: Installing : protobuf-compiler-3.19.6-11.el10.x86_64 44/88 2026-02-23T08:15:22.245 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-ply-3.11-25.el10.noarch 45/88 2026-02-23T08:15:22.252 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-pycparser-2.20-16.el10.noarch 46/88 2026-02-23T08:15:22.283 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-cffi-1.16.0-7.el10.x86_64 47/88 2026-02-23T08:15:22.289 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-cryptography-43.0.0-4.el10.x86_64 48/88 2026-02-23T08:15:22.298 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-pyOpenSSL-25.0.0-1.el10_1.noarch 49/88 2026-02-23T08:15:22.309 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-cheroot-10.0.1-4.el10_0.noarch 50/88 2026-02-23T08:15:22.330 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-cherrypy-18.10.0-4.el10_0.noarch 51/88 2026-02-23T08:15:22.333 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-asyncssh-2.17.0-1.el10_0.noarch 52/88 2026-02-23T08:15:22.335 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libquadmath-14.3.1-2.1.el10.x86_64 53/88 2026-02-23T08:15:22.336 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libconfig-1.7.3-10.el10.x86_64 54/88 2026-02-23T08:15:22.357 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: libstoragemgmt-1.10.1-4.el10.x86_64 55/88 2026-02-23T08:15:22.357 INFO:teuthology.orchestra.run.trial085.stdout:Creating group 'libstoragemgmt' with GID 992. 2026-02-23T08:15:22.357 INFO:teuthology.orchestra.run.trial085.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 992 and GID 992. 2026-02-23T08:15:22.357 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:22.363 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libstoragemgmt-1.10.1-4.el10.x86_64 55/88 2026-02-23T08:15:22.388 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: libstoragemgmt-1.10.1-4.el10.x86_64 55/88 2026-02-23T08:15:22.388 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink '/etc/systemd/system/multi-user.target.wants/libstoragemgmt.service' → '/usr/lib/systemd/system/libstoragemgmt.service'. 2026-02-23T08:15:22.388 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:22.403 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-libstoragemgmt-1.10.1-4.el10.x86_64 56/88 2026-02-23T08:15:22.496 INFO:teuthology.orchestra.run.trial151.stdout:(8/88): ceph-mgr-dashboard-20.3.0-5433.g5adce3f 13 MB/s | 51 MB 00:04 2026-02-23T08:15:22.892 INFO:teuthology.orchestra.run.trial085.stdout: Installing : cryptsetup-2.7.5-2.el10.x86_64 57/88 2026-02-23T08:15:23.008 INFO:teuthology.orchestra.run.trial151.stdout:(9/88): ceph-mgr-diskprediction-local-20.3.0-54 14 MB/s | 7.4 MB 00:00 2026-02-23T08:15:23.053 INFO:teuthology.orchestra.run.trial151.stdout:(10/88): ceph-mgr-k8sevents-20.3.0-5433.g5adce3 505 kB/s | 22 kB 00:00 2026-02-23T08:15:23.101 INFO:teuthology.orchestra.run.trial151.stdout:(11/88): ceph-mgr-modules-core-20.3.0-5433.g5ad 6.0 MB/s | 298 kB 00:00 2026-02-23T08:15:23.145 INFO:teuthology.orchestra.run.trial151.stdout:(12/88): ceph-mgr-rook-20.3.0-5433.g5adce3ff.el 1.1 MB/s | 50 kB 00:00 2026-02-23T08:15:23.187 INFO:teuthology.orchestra.run.trial151.stdout:(13/88): ceph-prometheus-alerts-20.3.0-5433.g5a 409 kB/s | 17 kB 00:00 2026-02-23T08:15:23.238 INFO:teuthology.orchestra.run.trial151.stdout:(14/88): ceph-volume-20.3.0-5433.g5adce3ff.el10 7.3 MB/s | 376 kB 00:00 2026-02-23T08:15:23.348 INFO:teuthology.orchestra.run.trial151.stdout:(15/88): cephadm-20.3.0-5433.g5adce3ff.el10.noa 12 MB/s | 1.3 MB 00:00 2026-02-23T08:15:23.382 INFO:teuthology.orchestra.run.trial151.stdout:(16/88): flexiblas-3.4.2-3.el10.x86_64.rpm 726 kB/s | 25 kB 00:00 2026-02-23T08:15:23.454 INFO:teuthology.orchestra.run.trial151.stdout:(17/88): flexiblas-netlib-3.4.2-3.el10.x86_64.r 45 MB/s | 3.2 MB 00:00 2026-02-23T08:15:23.470 INFO:teuthology.orchestra.run.trial151.stdout:(18/88): flexiblas-openblas-openmp-3.4.2-3.el10 1.0 MB/s | 17 kB 00:00 2026-02-23T08:15:23.485 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-osd-classic-2:20.3.0-5433.g5adce3ff.el10.x86_ 58/88 2026-02-23T08:15:23.489 INFO:teuthology.orchestra.run.trial151.stdout:(19/88): ledmon-libs-1.1.0-2.el10.x86_64.rpm 2.2 MB/s | 42 kB 00:00 2026-02-23T08:15:23.512 INFO:teuthology.orchestra.run.trial151.stdout:(20/88): libstoragemgmt-1.10.1-4.el10.x86_64.rp 11 MB/s | 251 kB 00:00 2026-02-23T08:15:23.515 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-osd-crimson-2:20.3.0-5433.g5adce3ff.el10.x86_ 59/88 2026-02-23T08:15:23.517 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-volume-2:20.3.0-5433.g5adce3ff.el10.noarch 60/88 2026-02-23T08:15:23.528 INFO:teuthology.orchestra.run.trial151.stdout:(21/88): libtool-ltdl-2.4.7-13.el10.x86_64.rpm 2.1 MB/s | 36 kB 00:00 2026-02-23T08:15:23.531 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-volume-2:20.3.0-5433.g5adce3ff.el10.noarch 60/88 2026-02-23T08:15:23.532 INFO:teuthology.orchestra.run.trial085.stdout:Glob pattern passed to preset, but globs are not supported for this. 2026-02-23T08:15:23.532 INFO:teuthology.orchestra.run.trial085.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-23T08:15:23.532 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:23.539 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-osd-2:20.3.0-5433.g5adce3ff.el10.x86_64 61/88 2026-02-23T08:15:23.549 INFO:teuthology.orchestra.run.trial151.stdout:(22/88): lua-5.4.6-7.el10.x86_64.rpm 9.0 MB/s | 190 kB 00:00 2026-02-23T08:15:23.564 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-osd-2:20.3.0-5433.g5adce3ff.el10.x86_64 61/88 2026-02-23T08:15:23.564 INFO:teuthology.orchestra.run.trial085.stdout:Glob pattern passed to preset, but globs are not supported for this. 2026-02-23T08:15:23.564 INFO:teuthology.orchestra.run.trial085.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-23T08:15:23.564 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink '/etc/systemd/system/multi-user.target.wants/ceph-osd.target' → '/usr/lib/systemd/system/ceph-osd.target'. 2026-02-23T08:15:23.565 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink '/etc/systemd/system/ceph.target.wants/ceph-osd.target' → '/usr/lib/systemd/system/ceph-osd.target'. 2026-02-23T08:15:23.565 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:23.574 INFO:teuthology.orchestra.run.trial151.stdout:(23/88): openblas-0.3.29-2.el10.x86_64.rpm 1.7 MB/s | 43 kB 00:00 2026-02-23T08:15:23.580 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-protobuf-3.19.6-11.el10.x86_64 62/88 2026-02-23T08:15:23.583 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-grpcio-tools-1.48.4-44.el10_0.x86_64 63/88 2026-02-23T08:15:23.591 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-markupsafe-2.1.3-6.el10.x86_64 64/88 2026-02-23T08:15:23.594 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-jinja2-3.1.6-1.el10_0.noarch 65/88 2026-02-23T08:15:23.608 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-jmespath-1.0.1-8.el10.noarch 66/88 2026-02-23T08:15:23.611 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-devel-3.12.12-3.el10_1.x86_64 67/88 2026-02-23T08:15:23.666 INFO:teuthology.orchestra.run.trial085.stdout: Installing : openblas-0.3.29-2.el10.x86_64 68/88 2026-02-23T08:15:23.669 INFO:teuthology.orchestra.run.trial151.stdout:(24/88): openblas-openmp-0.3.29-2.el10.x86_64.r 56 MB/s | 5.3 MB 00:00 2026-02-23T08:15:23.686 INFO:teuthology.orchestra.run.trial085.stdout: Installing : openblas-openmp-0.3.29-2.el10.x86_64 69/88 2026-02-23T08:15:23.688 INFO:teuthology.orchestra.run.trial085.stdout: Installing : flexiblas-netlib-3.4.2-3.el10.x86_64 70/88 2026-02-23T08:15:23.689 INFO:teuthology.orchestra.run.trial085.stdout: Installing : flexiblas-openblas-openmp-3.4.2-3.el10.x86_64 71/88 2026-02-23T08:15:23.690 INFO:teuthology.orchestra.run.trial151.stdout:(25/88): python3-devel-3.12.12-3.el10_1.x86_64. 15 MB/s | 329 kB 00:00 2026-02-23T08:15:23.727 INFO:teuthology.orchestra.run.trial151.stdout:(26/88): python3-jinja2-3.1.6-1.el10_0.noarch.r 8.8 MB/s | 330 kB 00:00 2026-02-23T08:15:23.743 INFO:teuthology.orchestra.run.trial151.stdout:(27/88): python3-jmespath-1.0.1-8.el10.noarch.r 3.8 MB/s | 60 kB 00:00 2026-02-23T08:15:23.773 INFO:teuthology.orchestra.run.trial151.stdout:(28/88): python3-libstoragemgmt-1.10.1-4.el10.x 7.1 MB/s | 219 kB 00:00 2026-02-23T08:15:23.811 INFO:teuthology.orchestra.run.trial085.stdout: Installing : flexiblas-3.4.2-3.el10.x86_64 72/88 2026-02-23T08:15:23.814 INFO:teuthology.orchestra.run.trial151.stdout:(29/88): python3-lxml-5.2.1-4.el10.x86_64.rpm 34 MB/s | 1.4 MB 00:00 2026-02-23T08:15:23.829 INFO:teuthology.orchestra.run.trial151.stdout:(30/88): python3-markupsafe-2.1.3-6.el10.x86_64 2.3 MB/s | 34 kB 00:00 2026-02-23T08:15:23.837 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-numpy-1:1.26.4-5.el10.x86_64 73/88 2026-02-23T08:15:23.863 INFO:teuthology.orchestra.run.trial151.stdout:(31/88): ceph-osd-classic-20.3.0-5433.g5adce3ff 2.4 MB/s | 17 MB 00:06 2026-02-23T08:15:23.890 INFO:teuthology.orchestra.run.trial151.stdout:(32/88): ceph-osd-crimson-20.3.0-5433.g5adce3ff 3.0 MB/s | 20 MB 00:06 2026-02-23T08:15:23.900 INFO:teuthology.orchestra.run.trial151.stdout:(33/88): python3-numpy-f2py-1.26.4-5.el10.x86_6 13 MB/s | 490 kB 00:00 2026-02-23T08:15:23.921 INFO:teuthology.orchestra.run.trial151.stdout:(34/88): python3-pyasn1-0.6.1-1.el10.noarch.rpm 9.0 MB/s | 198 kB 00:00 2026-02-23T08:15:23.943 INFO:teuthology.orchestra.run.trial151.stdout:(35/88): python3-numpy-1.26.4-5.el10.x86_64.rpm 58 MB/s | 6.7 MB 00:00 2026-02-23T08:15:23.944 INFO:teuthology.orchestra.run.trial151.stdout:(36/88): python3-protobuf-3.19.6-11.el10.x86_64 7.5 MB/s | 419 kB 00:00 2026-02-23T08:15:23.945 INFO:teuthology.orchestra.run.trial151.stdout:(37/88): python3-pyasn1-modules-0.6.1-1.el10.no 16 MB/s | 402 kB 00:00 2026-02-23T08:15:23.957 INFO:teuthology.orchestra.run.trial151.stdout:(38/88): python3-requests-oauthlib-1.3.1-11.el1 4.1 MB/s | 60 kB 00:00 2026-02-23T08:15:23.965 INFO:teuthology.orchestra.run.trial151.stdout:(39/88): xmlsec1-1.2.39-3.el10.x86_64.rpm 9.6 MB/s | 193 kB 00:00 2026-02-23T08:15:23.977 INFO:teuthology.orchestra.run.trial151.stdout:(40/88): xmlsec1-openssl-1.2.39-3.el10.x86_64.r 5.1 MB/s | 96 kB 00:00 2026-02-23T08:15:23.985 INFO:teuthology.orchestra.run.trial151.stdout:(41/88): cryptsetup-2.7.5-2.el10.x86_64.rpm 16 MB/s | 335 kB 00:00 2026-02-23T08:15:23.996 INFO:teuthology.orchestra.run.trial151.stdout:(42/88): libconfig-1.7.3-10.el10.x86_64.rpm 3.7 MB/s | 72 kB 00:00 2026-02-23T08:15:24.015 INFO:teuthology.orchestra.run.trial151.stdout:(43/88): libquadmath-14.3.1-2.1.el10.x86_64.rpm 11 MB/s | 215 kB 00:00 2026-02-23T08:15:24.026 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-numpy-f2py-1:1.26.4-5.el10.x86_64 74/88 2026-02-23T08:15:24.034 INFO:teuthology.orchestra.run.trial085.stdout: Installing : python3-scipy-1.11.3-17.el10.x86_64 75/88 2026-02-23T08:15:24.035 INFO:teuthology.orchestra.run.trial151.stdout:(44/88): python3-cffi-1.16.0-7.el10.x86_64.rpm 15 MB/s | 310 kB 00:00 2026-02-23T08:15:24.064 INFO:teuthology.orchestra.run.trial151.stdout:(45/88): python3-cryptography-43.0.0-4.el10.x86 46 MB/s | 1.3 MB 00:00 2026-02-23T08:15:24.068 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: cephadm-2:20.3.0-5433.g5adce3ff.el10.noarch 76/88 2026-02-23T08:15:24.070 INFO:teuthology.orchestra.run.trial085.stdout: Installing : cephadm-2:20.3.0-5433.g5adce3ff.el10.noarch 76/88 2026-02-23T08:15:24.078 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5433.g5adce3ff.el1 77/88 2026-02-23T08:15:24.083 INFO:teuthology.orchestra.run.trial151.stdout:(46/88): python3-packaging-24.2-2.el10.noarch.r 8.3 MB/s | 155 kB 00:00 2026-02-23T08:15:24.084 INFO:teuthology.orchestra.run.trial151.stdout:(47/88): libgfortran-14.3.1-2.1.el10.x86_64.rpm 8.2 MB/s | 827 kB 00:00 2026-02-23T08:15:24.089 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5433.g5adce3ff.el 78/88 2026-02-23T08:15:24.090 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5433.g5adce3ff.el10.noar 79/88 2026-02-23T08:15:24.103 INFO:teuthology.orchestra.run.trial151.stdout:(48/88): python3-pycparser-2.20-16.el10.noarch. 8.2 MB/s | 160 kB 00:00 2026-02-23T08:15:24.104 INFO:teuthology.orchestra.run.trial151.stdout:(49/88): python3-ply-3.11-25.el10.noarch.rpm 6.4 MB/s | 137 kB 00:00 2026-02-23T08:15:24.120 INFO:teuthology.orchestra.run.trial151.stdout:(50/88): python3-requests-2.32.4-1.el10_0.noarc 9.2 MB/s | 160 kB 00:00 2026-02-23T08:15:24.143 INFO:teuthology.orchestra.run.trial151.stdout:(51/88): python3-scipy-1.11.3-17.el10.x86_64.rp 81 MB/s | 16 MB 00:00 2026-02-23T08:15:24.148 INFO:teuthology.orchestra.run.trial151.stdout:(52/88): unzip-6.0-69.el10.x86_64.rpm 6.5 MB/s | 188 kB 00:00 2026-02-23T08:15:24.158 INFO:teuthology.orchestra.run.trial151.stdout:(53/88): python3-urllib3-1.26.19-2.el10_1.1.noa 5.1 MB/s | 285 kB 00:00 2026-02-23T08:15:24.164 INFO:teuthology.orchestra.run.trial151.stdout:(54/88): zip-3.0-45.el10.x86_64.rpm 13 MB/s | 271 kB 00:00 2026-02-23T08:15:24.164 INFO:teuthology.orchestra.run.trial151.stdout:(55/88): lua-devel-5.4.6-7.el10.x86_64.rpm 1.4 MB/s | 22 kB 00:00 2026-02-23T08:15:24.179 INFO:teuthology.orchestra.run.trial151.stdout:(56/88): protobuf-compiler-3.19.6-11.el10.x86_6 37 MB/s | 787 kB 00:00 2026-02-23T08:15:24.303 INFO:teuthology.orchestra.run.trial151.stdout:(57/88): grpc-data-1.48.4-44.el10_0.noarch.rpm 150 kB/s | 21 kB 00:00 2026-02-23T08:15:24.351 INFO:teuthology.orchestra.run.trial151.stdout:(58/88): python3-autocommand-2.2.2-9.el10_0.noa 655 kB/s | 32 kB 00:00 2026-02-23T08:15:24.373 INFO:teuthology.orchestra.run.trial151.stdout:(59/88): luarocks-3.9.2-6.el10_0.noarch.rpm 727 kB/s | 152 kB 00:00 2026-02-23T08:15:24.407 INFO:teuthology.orchestra.run.trial151.stdout:(60/88): python3-cachetools-5.4.0-6.el10_0.noar 1.0 MB/s | 37 kB 00:00 2026-02-23T08:15:24.439 INFO:teuthology.orchestra.run.trial151.stdout:(61/88): python3-certifi-2023.05.07-6.el10_0.no 456 kB/s | 14 kB 00:00 2026-02-23T08:15:24.444 INFO:teuthology.orchestra.run.trial151.stdout:(62/88): python3-asyncssh-2.17.0-1.el10_0.noarc 2.8 MB/s | 756 kB 00:00 2026-02-23T08:15:24.463 INFO:teuthology.orchestra.run.trial151.stdout:(63/88): python3-bcrypt-4.3.0-3.el10_1.x86_64.r 2.1 MB/s | 238 kB 00:00 2026-02-23T08:15:24.484 INFO:teuthology.orchestra.run.trial151.stdout:(64/88): python3-cherrypy-18.10.0-4.el10_0.noar 8.9 MB/s | 359 kB 00:00 2026-02-23T08:15:24.493 INFO:teuthology.orchestra.run.trial151.stdout:(65/88): python3-durationpy-0.9-2.el10_0.noarch 480 kB/s | 15 kB 00:00 2026-02-23T08:15:24.498 INFO:teuthology.orchestra.run.trial151.stdout:(66/88): python3-cheroot-10.0.1-4.el10_0.noarch 3.6 MB/s | 215 kB 00:00 2026-02-23T08:15:24.522 INFO:teuthology.orchestra.run.trial151.stdout:(67/88): python3-google-auth-2.40.3-1.el10_1.no 7.3 MB/s | 286 kB 00:00 2026-02-23T08:15:24.543 INFO:teuthology.orchestra.run.trial151.stdout:(68/88): python3-grpcio-tools-1.48.4-44.el10_0. 3.4 MB/s | 157 kB 00:00 2026-02-23T08:15:24.554 INFO:teuthology.orchestra.run.trial151.stdout:(69/88): python3-isodate-0.6.1-14.el10_0.noarch 2.1 MB/s | 66 kB 00:00 2026-02-23T08:15:24.574 INFO:teuthology.orchestra.run.trial151.stdout:(70/88): python3-jaraco-collections-5.1.0-1.el1 923 kB/s | 29 kB 00:00 2026-02-23T08:15:24.584 INFO:teuthology.orchestra.run.trial151.stdout:(71/88): python3-jaraco-context-6.0.1-4.el10_0. 704 kB/s | 21 kB 00:00 2026-02-23T08:15:24.606 INFO:teuthology.orchestra.run.trial151.stdout:(72/88): python3-jaraco-functools-4.0.2-4.el10_ 725 kB/s | 23 kB 00:00 2026-02-23T08:15:24.614 INFO:teuthology.orchestra.run.trial151.stdout:(73/88): python3-jaraco-text-4.0.0-3.el10_0.noa 957 kB/s | 29 kB 00:00 2026-02-23T08:15:24.631 INFO:teuthology.orchestra.run.trial151.stdout:(74/88): python3-grpcio-1.48.4-44.el10_0.x86_64 17 MB/s | 2.3 MB 00:00 2026-02-23T08:15:24.647 INFO:teuthology.orchestra.run.trial151.stdout:(75/88): python3-more-itertools-10.1.0-8.el10_0 3.1 MB/s | 100 kB 00:00 2026-02-23T08:15:24.662 INFO:teuthology.orchestra.run.trial151.stdout:(76/88): python3-natsort-8.4.0-2.el10_0.noarch. 2.3 MB/s | 72 kB 00:00 2026-02-23T08:15:24.677 INFO:teuthology.orchestra.run.trial151.stdout:(77/88): python3-portend-3.2.0-6.el10_0.noarch. 587 kB/s | 18 kB 00:00 2026-02-23T08:15:24.692 INFO:teuthology.orchestra.run.trial151.stdout:(78/88): python3-pyOpenSSL-25.0.0-1.el10_1.noar 3.6 MB/s | 113 kB 00:00 2026-02-23T08:15:24.707 INFO:teuthology.orchestra.run.trial151.stdout:(79/88): python3-repoze-lru-0.7-23.el10_0.noarc 1.2 MB/s | 36 kB 00:00 2026-02-23T08:15:24.721 INFO:teuthology.orchestra.run.trial151.stdout:(80/88): python3-kubernetes-32.0.1-1.el10_1.noa 12 MB/s | 1.3 MB 00:00 2026-02-23T08:15:24.724 INFO:teuthology.orchestra.run.trial151.stdout:(81/88): python3-routes-2.5.1-11.el10_0.noarch. 6.2 MB/s | 201 kB 00:00 2026-02-23T08:15:24.738 INFO:teuthology.orchestra.run.trial151.stdout:(82/88): python3-rsa-4.9-7.el10_0.noarch.rpm 2.2 MB/s | 70 kB 00:00 2026-02-23T08:15:24.751 INFO:teuthology.orchestra.run.trial151.stdout:(83/88): python3-tempora-5.7.0-1.el10_0.noarch. 1.2 MB/s | 37 kB 00:00 2026-02-23T08:15:24.755 INFO:teuthology.orchestra.run.trial151.stdout:(84/88): python3-websocket-client-1.8.0-2.el10_ 3.9 MB/s | 124 kB 00:00 2026-02-23T08:15:24.760 INFO:teuthology.orchestra.run.trial151.stdout:(85/88): python3-saml-1.16.0-11.el10.noarch.rpm 29 MB/s | 150 kB 00:00 2026-02-23T08:15:24.762 INFO:teuthology.orchestra.run.trial151.stdout:(86/88): python3-xmlsec-1.3.16-1.el10.x86_64.rp 28 MB/s | 49 kB 00:00 2026-02-23T08:15:24.769 INFO:teuthology.orchestra.run.trial151.stdout:(87/88): python3-xmltodict-0.13.0-5.el10_0.noar 854 kB/s | 26 kB 00:00 2026-02-23T08:15:24.781 INFO:teuthology.orchestra.run.trial151.stdout:(88/88): python3-zc-lockfile-3.0.post1-11.el10_ 753 kB/s | 23 kB 00:00 2026-02-23T08:15:24.783 INFO:teuthology.orchestra.run.trial151.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:15:24.783 INFO:teuthology.orchestra.run.trial151.stdout:Total 17 MB/s | 155 MB 00:09 2026-02-23T08:15:24.783 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction check 2026-02-23T08:15:24.825 INFO:teuthology.orchestra.run.trial151.stdout:Transaction check succeeded. 2026-02-23T08:15:24.825 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction test 2026-02-23T08:15:25.390 INFO:teuthology.orchestra.run.trial151.stdout:Transaction test succeeded. 2026-02-23T08:15:25.390 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction 2026-02-23T08:15:25.845 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5433.g5adce3ff.el10.noar 79/88 2026-02-23T08:15:25.852 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5433.g5adce3ff.el10.no 80/88 2026-02-23T08:15:25.977 INFO:teuthology.orchestra.run.trial151.stdout: Preparing : 1/1 2026-02-23T08:15:25.980 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-more-itertools-10.1.0-8.el10_0.noarch 1/88 2026-02-23T08:15:25.986 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-jaraco-functools-4.0.2-4.el10_0.noarch 2/88 2026-02-23T08:15:25.990 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libgfortran-14.3.1-2.1.el10.x86_64 3/88 2026-02-23T08:15:26.000 INFO:teuthology.orchestra.run.trial151.stdout: Installing : unzip-6.0-69.el10.x86_64 4/88 2026-02-23T08:15:26.005 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-urllib3-1.26.19-2.el10_1.1.noarch 5/88 2026-02-23T08:15:26.011 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-requests-2.32.4-1.el10_0.noarch 6/88 2026-02-23T08:15:26.019 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-packaging-24.2-2.el10.noarch 7/88 2026-02-23T08:15:26.038 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-pyasn1-0.6.1-1.el10.noarch 8/88 2026-02-23T08:15:26.044 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-lxml-5.2.1-4.el10.x86_64 9/88 2026-02-23T08:15:26.046 INFO:teuthology.orchestra.run.trial151.stdout: Installing : lua-5.4.6-7.el10.x86_64 10/88 2026-02-23T08:15:26.048 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libtool-ltdl-2.4.7-13.el10.x86_64 11/88 2026-02-23T08:15:26.050 INFO:teuthology.orchestra.run.trial151.stdout: Installing : xmlsec1-1:1.2.39-3.el10.x86_64 12/88 2026-02-23T08:15:26.052 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ledmon-libs-1.1.0-2.el10.x86_64 13/88 2026-02-23T08:15:26.054 INFO:teuthology.orchestra.run.trial151.stdout: Installing : xmlsec1-openssl-1:1.2.39-3.el10.x86_64 14/88 2026-02-23T08:15:26.056 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-xmlsec-1.3.16-1.el10.x86_64 15/88 2026-02-23T08:15:26.078 INFO:teuthology.orchestra.run.trial151.stdout: Installing : lua-devel-5.4.6-7.el10.x86_64 16/88 2026-02-23T08:15:26.083 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-pyasn1-modules-0.6.1-1.el10.noarch 17/88 2026-02-23T08:15:26.087 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-rsa-4.9-7.el10_0.noarch 18/88 2026-02-23T08:15:26.092 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-requests-oauthlib-1.3.1-11.el10.noarch 19/88 2026-02-23T08:15:26.101 INFO:teuthology.orchestra.run.trial151.stdout: Installing : zip-3.0-45.el10.x86_64 20/88 2026-02-23T08:15:26.104 INFO:teuthology.orchestra.run.trial151.stdout: Installing : luarocks-3.9.2-6.el10_0.noarch 21/88 2026-02-23T08:15:26.106 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-tempora-5.7.0-1.el10_0.noarch 22/88 2026-02-23T08:15:26.108 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-portend-3.2.0-6.el10_0.noarch 23/88 2026-02-23T08:15:26.110 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-zc-lockfile-3.0.post1-11.el10_0.noarch 24/88 2026-02-23T08:15:26.115 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-xmltodict-0.13.0-5.el10_0.noarch 25/88 2026-02-23T08:15:26.118 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-websocket-client-1.8.0-2.el10_0.noarch 26/88 2026-02-23T08:15:26.123 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-repoze-lru-0.7-23.el10_0.noarch 27/88 2026-02-23T08:15:26.127 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-routes-2.5.1-11.el10_0.noarch 28/88 2026-02-23T08:15:26.129 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-natsort-8.4.0-2.el10_0.noarch 29/88 2026-02-23T08:15:26.134 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-jaraco-context-6.0.1-4.el10_0.noarch 30/88 2026-02-23T08:15:26.140 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-isodate-0.6.1-14.el10_0.noarch 31/88 2026-02-23T08:15:26.143 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-saml-1.16.0-11.el10.noarch 32/88 2026-02-23T08:15:26.145 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-durationpy-0.9-2.el10_0.noarch 33/88 2026-02-23T08:15:26.148 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-certifi-2023.05.07-6.el10_0.noarch 34/88 2026-02-23T08:15:26.162 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-cachetools-5.4.0-6.el10_0.noarch 35/88 2026-02-23T08:15:26.208 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5433.g5adce3ff.el10.no 80/88 2026-02-23T08:15:26.209 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5433.g5adce 81/88 2026-02-23T08:15:26.221 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5433.g5adce 81/88 2026-02-23T08:15:26.221 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-mgr-k8sevents-2:20.3.0-5433.g5adce3ff.el10.no 82/88 2026-02-23T08:15:26.255 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.3.0-5433.g5adce3ff.el10.no 82/88 2026-02-23T08:15:26.290 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5433.g5adce3ff.el10 83/88 2026-02-23T08:15:26.291 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-mgr-2:20.3.0-5433.g5adce3ff.el10.x86_64 84/88 2026-02-23T08:15:26.298 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-google-auth-1:2.40.3-1.el10_1.noarch 36/88 2026-02-23T08:15:26.306 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-kubernetes-1:32.0.1-1.el10_1.noarch 37/88 2026-02-23T08:15:26.309 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-bcrypt-4.3.0-3.el10_1.x86_64 38/88 2026-02-23T08:15:26.312 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-autocommand-2.2.2-9.el10_0.noarch 39/88 2026-02-23T08:15:26.313 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5433.g5adce3ff.el10.x86_64 84/88 2026-02-23T08:15:26.313 INFO:teuthology.orchestra.run.trial085.stdout:Glob pattern passed to preset, but globs are not supported for this. 2026-02-23T08:15:26.313 INFO:teuthology.orchestra.run.trial085.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-23T08:15:26.314 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink '/etc/systemd/system/multi-user.target.wants/ceph-mgr.target' → '/usr/lib/systemd/system/ceph-mgr.target'. 2026-02-23T08:15:26.314 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink '/etc/systemd/system/ceph.target.wants/ceph-mgr.target' → '/usr/lib/systemd/system/ceph-mgr.target'. 2026-02-23T08:15:26.314 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:26.314 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-jaraco-text-4.0.0-3.el10_0.noarch 40/88 2026-02-23T08:15:26.315 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-jaraco-collections-5.1.0-1.el10_0.noarch 41/88 2026-02-23T08:15:26.320 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-mgr-rook-2:20.3.0-5433.g5adce3ff.el10.noarch 85/88 2026-02-23T08:15:26.338 INFO:teuthology.orchestra.run.trial151.stdout: Installing : grpc-data-1.48.4-44.el10_0.noarch 42/88 2026-02-23T08:15:26.345 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-grpcio-1.48.4-44.el10_0.x86_64 43/88 2026-02-23T08:15:26.349 INFO:teuthology.orchestra.run.trial151.stdout: Installing : protobuf-compiler-3.19.6-11.el10.x86_64 44/88 2026-02-23T08:15:26.355 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-ply-3.11-25.el10.noarch 45/88 2026-02-23T08:15:26.362 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-pycparser-2.20-16.el10.noarch 46/88 2026-02-23T08:15:26.393 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-cffi-1.16.0-7.el10.x86_64 47/88 2026-02-23T08:15:26.399 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-cryptography-43.0.0-4.el10.x86_64 48/88 2026-02-23T08:15:26.407 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-pyOpenSSL-25.0.0-1.el10_1.noarch 49/88 2026-02-23T08:15:26.420 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-cheroot-10.0.1-4.el10_0.noarch 50/88 2026-02-23T08:15:26.440 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-cherrypy-18.10.0-4.el10_0.noarch 51/88 2026-02-23T08:15:26.443 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-asyncssh-2.17.0-1.el10_0.noarch 52/88 2026-02-23T08:15:26.448 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libquadmath-14.3.1-2.1.el10.x86_64 53/88 2026-02-23T08:15:26.449 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libconfig-1.7.3-10.el10.x86_64 54/88 2026-02-23T08:15:26.469 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: libstoragemgmt-1.10.1-4.el10.x86_64 55/88 2026-02-23T08:15:26.469 INFO:teuthology.orchestra.run.trial151.stdout:Creating group 'libstoragemgmt' with GID 992. 2026-02-23T08:15:26.470 INFO:teuthology.orchestra.run.trial151.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 992 and GID 992. 2026-02-23T08:15:26.470 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:26.476 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libstoragemgmt-1.10.1-4.el10.x86_64 55/88 2026-02-23T08:15:26.500 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: libstoragemgmt-1.10.1-4.el10.x86_64 55/88 2026-02-23T08:15:26.500 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink '/etc/systemd/system/multi-user.target.wants/libstoragemgmt.service' → '/usr/lib/systemd/system/libstoragemgmt.service'. 2026-02-23T08:15:26.500 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:26.515 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-libstoragemgmt-1.10.1-4.el10.x86_64 56/88 2026-02-23T08:15:26.516 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5433.g5adce3ff.el10.noarch 85/88 2026-02-23T08:15:26.518 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-mon-2:20.3.0-5433.g5adce3ff.el10.x86_64 86/88 2026-02-23T08:15:26.540 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-mon-2:20.3.0-5433.g5adce3ff.el10.x86_64 86/88 2026-02-23T08:15:26.540 INFO:teuthology.orchestra.run.trial085.stdout:Glob pattern passed to preset, but globs are not supported for this. 2026-02-23T08:15:26.540 INFO:teuthology.orchestra.run.trial085.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-23T08:15:26.540 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink '/etc/systemd/system/multi-user.target.wants/ceph-mon.target' → '/usr/lib/systemd/system/ceph-mon.target'. 2026-02-23T08:15:26.540 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink '/etc/systemd/system/ceph.target.wants/ceph-mon.target' → '/usr/lib/systemd/system/ceph-mon.target'. 2026-02-23T08:15:26.540 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:26.617 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-mds-2:20.3.0-5433.g5adce3ff.el10.x86_64 87/88 2026-02-23T08:15:26.639 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-mds-2:20.3.0-5433.g5adce3ff.el10.x86_64 87/88 2026-02-23T08:15:26.639 INFO:teuthology.orchestra.run.trial085.stdout:Glob pattern passed to preset, but globs are not supported for this. 2026-02-23T08:15:26.639 INFO:teuthology.orchestra.run.trial085.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-23T08:15:26.639 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink '/etc/systemd/system/multi-user.target.wants/ceph-mds.target' → '/usr/lib/systemd/system/ceph-mds.target'. 2026-02-23T08:15:26.640 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink '/etc/systemd/system/ceph.target.wants/ceph-mds.target' → '/usr/lib/systemd/system/ceph-mds.target'. 2026-02-23T08:15:26.640 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:26.640 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-2:20.3.0-5433.g5adce3ff.el10.x86_64 88/88 2026-02-23T08:15:26.648 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5433.g5adce3ff.el10.x86_ 88/88 2026-02-23T08:15:26.674 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5433.g5adce3ff.el10.x86_ 88/88 2026-02-23T08:15:27.005 INFO:teuthology.orchestra.run.trial151.stdout: Installing : cryptsetup-2.7.5-2.el10.x86_64 57/88 2026-02-23T08:15:27.582 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-2:20.3.0-5433.g5adce3ff.el10.x86_64 88/88 2026-02-23T08:15:27.582 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:27.582 INFO:teuthology.orchestra.run.trial085.stdout:Installed: 2026-02-23T08:15:27.583 INFO:teuthology.orchestra.run.trial085.stdout: ceph-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:27.583 INFO:teuthology.orchestra.run.trial085.stdout: ceph-grafana-dashboards-2:20.3.0-5433.g5adce3ff.el10.noarch 2026-02-23T08:15:27.583 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mds-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:27.583 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mgr-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:27.583 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mgr-cephadm-2:20.3.0-5433.g5adce3ff.el10.noarch 2026-02-23T08:15:27.583 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mgr-dashboard-2:20.3.0-5433.g5adce3ff.el10.noarch 2026-02-23T08:15:27.583 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5433.g5adce3ff.el10.noarch 2026-02-23T08:15:27.583 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mgr-k8sevents-2:20.3.0-5433.g5adce3ff.el10.noarch 2026-02-23T08:15:27.583 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mgr-modules-core-2:20.3.0-5433.g5adce3ff.el10.noarch 2026-02-23T08:15:27.583 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mgr-rook-2:20.3.0-5433.g5adce3ff.el10.noarch 2026-02-23T08:15:27.584 INFO:teuthology.orchestra.run.trial085.stdout: ceph-mon-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:27.584 INFO:teuthology.orchestra.run.trial085.stdout: ceph-osd-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:27.584 INFO:teuthology.orchestra.run.trial085.stdout: ceph-osd-classic-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:27.584 INFO:teuthology.orchestra.run.trial085.stdout: ceph-osd-crimson-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:27.584 INFO:teuthology.orchestra.run.trial085.stdout: ceph-prometheus-alerts-2:20.3.0-5433.g5adce3ff.el10.noarch 2026-02-23T08:15:27.584 INFO:teuthology.orchestra.run.trial085.stdout: ceph-volume-2:20.3.0-5433.g5adce3ff.el10.noarch 2026-02-23T08:15:27.584 INFO:teuthology.orchestra.run.trial085.stdout: cephadm-2:20.3.0-5433.g5adce3ff.el10.noarch 2026-02-23T08:15:27.584 INFO:teuthology.orchestra.run.trial085.stdout: cryptsetup-2.7.5-2.el10.x86_64 2026-02-23T08:15:27.584 INFO:teuthology.orchestra.run.trial085.stdout: flexiblas-3.4.2-3.el10.x86_64 2026-02-23T08:15:27.584 INFO:teuthology.orchestra.run.trial085.stdout: flexiblas-netlib-3.4.2-3.el10.x86_64 2026-02-23T08:15:27.584 INFO:teuthology.orchestra.run.trial085.stdout: flexiblas-openblas-openmp-3.4.2-3.el10.x86_64 2026-02-23T08:15:27.584 INFO:teuthology.orchestra.run.trial085.stdout: grpc-data-1.48.4-44.el10_0.noarch 2026-02-23T08:15:27.585 INFO:teuthology.orchestra.run.trial085.stdout: ledmon-libs-1.1.0-2.el10.x86_64 2026-02-23T08:15:27.585 INFO:teuthology.orchestra.run.trial085.stdout: libconfig-1.7.3-10.el10.x86_64 2026-02-23T08:15:27.585 INFO:teuthology.orchestra.run.trial085.stdout: libgfortran-14.3.1-2.1.el10.x86_64 2026-02-23T08:15:27.585 INFO:teuthology.orchestra.run.trial085.stdout: libquadmath-14.3.1-2.1.el10.x86_64 2026-02-23T08:15:27.585 INFO:teuthology.orchestra.run.trial085.stdout: libstoragemgmt-1.10.1-4.el10.x86_64 2026-02-23T08:15:27.585 INFO:teuthology.orchestra.run.trial085.stdout: libtool-ltdl-2.4.7-13.el10.x86_64 2026-02-23T08:15:27.585 INFO:teuthology.orchestra.run.trial085.stdout: lua-5.4.6-7.el10.x86_64 2026-02-23T08:15:27.585 INFO:teuthology.orchestra.run.trial085.stdout: lua-devel-5.4.6-7.el10.x86_64 2026-02-23T08:15:27.585 INFO:teuthology.orchestra.run.trial085.stdout: luarocks-3.9.2-6.el10_0.noarch 2026-02-23T08:15:27.585 INFO:teuthology.orchestra.run.trial085.stdout: openblas-0.3.29-2.el10.x86_64 2026-02-23T08:15:27.585 INFO:teuthology.orchestra.run.trial085.stdout: openblas-openmp-0.3.29-2.el10.x86_64 2026-02-23T08:15:27.586 INFO:teuthology.orchestra.run.trial085.stdout: protobuf-compiler-3.19.6-11.el10.x86_64 2026-02-23T08:15:27.586 INFO:teuthology.orchestra.run.trial085.stdout: python3-asyncssh-2.17.0-1.el10_0.noarch 2026-02-23T08:15:27.586 INFO:teuthology.orchestra.run.trial085.stdout: python3-autocommand-2.2.2-9.el10_0.noarch 2026-02-23T08:15:27.586 INFO:teuthology.orchestra.run.trial085.stdout: python3-bcrypt-4.3.0-3.el10_1.x86_64 2026-02-23T08:15:27.586 INFO:teuthology.orchestra.run.trial085.stdout: python3-cachetools-5.4.0-6.el10_0.noarch 2026-02-23T08:15:27.586 INFO:teuthology.orchestra.run.trial085.stdout: python3-certifi-2023.05.07-6.el10_0.noarch 2026-02-23T08:15:27.586 INFO:teuthology.orchestra.run.trial085.stdout: python3-cffi-1.16.0-7.el10.x86_64 2026-02-23T08:15:27.586 INFO:teuthology.orchestra.run.trial085.stdout: python3-cheroot-10.0.1-4.el10_0.noarch 2026-02-23T08:15:27.586 INFO:teuthology.orchestra.run.trial085.stdout: python3-cherrypy-18.10.0-4.el10_0.noarch 2026-02-23T08:15:27.586 INFO:teuthology.orchestra.run.trial085.stdout: python3-cryptography-43.0.0-4.el10.x86_64 2026-02-23T08:15:27.586 INFO:teuthology.orchestra.run.trial085.stdout: python3-devel-3.12.12-3.el10_1.x86_64 2026-02-23T08:15:27.587 INFO:teuthology.orchestra.run.trial085.stdout: python3-durationpy-0.9-2.el10_0.noarch 2026-02-23T08:15:27.587 INFO:teuthology.orchestra.run.trial085.stdout: python3-google-auth-1:2.40.3-1.el10_1.noarch 2026-02-23T08:15:27.587 INFO:teuthology.orchestra.run.trial085.stdout: python3-grpcio-1.48.4-44.el10_0.x86_64 2026-02-23T08:15:27.587 INFO:teuthology.orchestra.run.trial085.stdout: python3-grpcio-tools-1.48.4-44.el10_0.x86_64 2026-02-23T08:15:27.587 INFO:teuthology.orchestra.run.trial085.stdout: python3-isodate-0.6.1-14.el10_0.noarch 2026-02-23T08:15:27.587 INFO:teuthology.orchestra.run.trial085.stdout: python3-jaraco-collections-5.1.0-1.el10_0.noarch 2026-02-23T08:15:27.587 INFO:teuthology.orchestra.run.trial085.stdout: python3-jaraco-context-6.0.1-4.el10_0.noarch 2026-02-23T08:15:27.587 INFO:teuthology.orchestra.run.trial085.stdout: python3-jaraco-functools-4.0.2-4.el10_0.noarch 2026-02-23T08:15:27.587 INFO:teuthology.orchestra.run.trial085.stdout: python3-jaraco-text-4.0.0-3.el10_0.noarch 2026-02-23T08:15:27.587 INFO:teuthology.orchestra.run.trial085.stdout: python3-jinja2-3.1.6-1.el10_0.noarch 2026-02-23T08:15:27.587 INFO:teuthology.orchestra.run.trial085.stdout: python3-jmespath-1.0.1-8.el10.noarch 2026-02-23T08:15:27.587 INFO:teuthology.orchestra.run.trial085.stdout: python3-kubernetes-1:32.0.1-1.el10_1.noarch 2026-02-23T08:15:27.588 INFO:teuthology.orchestra.run.trial085.stdout: python3-libstoragemgmt-1.10.1-4.el10.x86_64 2026-02-23T08:15:27.588 INFO:teuthology.orchestra.run.trial085.stdout: python3-lxml-5.2.1-4.el10.x86_64 2026-02-23T08:15:27.588 INFO:teuthology.orchestra.run.trial085.stdout: python3-markupsafe-2.1.3-6.el10.x86_64 2026-02-23T08:15:27.588 INFO:teuthology.orchestra.run.trial085.stdout: python3-more-itertools-10.1.0-8.el10_0.noarch 2026-02-23T08:15:27.588 INFO:teuthology.orchestra.run.trial085.stdout: python3-natsort-8.4.0-2.el10_0.noarch 2026-02-23T08:15:27.588 INFO:teuthology.orchestra.run.trial085.stdout: python3-numpy-1:1.26.4-5.el10.x86_64 2026-02-23T08:15:27.588 INFO:teuthology.orchestra.run.trial085.stdout: python3-numpy-f2py-1:1.26.4-5.el10.x86_64 2026-02-23T08:15:27.588 INFO:teuthology.orchestra.run.trial085.stdout: python3-packaging-24.2-2.el10.noarch 2026-02-23T08:15:27.588 INFO:teuthology.orchestra.run.trial085.stdout: python3-ply-3.11-25.el10.noarch 2026-02-23T08:15:27.588 INFO:teuthology.orchestra.run.trial085.stdout: python3-portend-3.2.0-6.el10_0.noarch 2026-02-23T08:15:27.588 INFO:teuthology.orchestra.run.trial085.stdout: python3-protobuf-3.19.6-11.el10.x86_64 2026-02-23T08:15:27.588 INFO:teuthology.orchestra.run.trial085.stdout: python3-pyOpenSSL-25.0.0-1.el10_1.noarch 2026-02-23T08:15:27.589 INFO:teuthology.orchestra.run.trial085.stdout: python3-pyasn1-0.6.1-1.el10.noarch 2026-02-23T08:15:27.589 INFO:teuthology.orchestra.run.trial085.stdout: python3-pyasn1-modules-0.6.1-1.el10.noarch 2026-02-23T08:15:27.589 INFO:teuthology.orchestra.run.trial085.stdout: python3-pycparser-2.20-16.el10.noarch 2026-02-23T08:15:27.589 INFO:teuthology.orchestra.run.trial085.stdout: python3-repoze-lru-0.7-23.el10_0.noarch 2026-02-23T08:15:27.589 INFO:teuthology.orchestra.run.trial085.stdout: python3-requests-2.32.4-1.el10_0.noarch 2026-02-23T08:15:27.589 INFO:teuthology.orchestra.run.trial085.stdout: python3-requests-oauthlib-1.3.1-11.el10.noarch 2026-02-23T08:15:27.589 INFO:teuthology.orchestra.run.trial085.stdout: python3-routes-2.5.1-11.el10_0.noarch 2026-02-23T08:15:27.589 INFO:teuthology.orchestra.run.trial085.stdout: python3-rsa-4.9-7.el10_0.noarch 2026-02-23T08:15:27.589 INFO:teuthology.orchestra.run.trial085.stdout: python3-saml-1.16.0-11.el10.noarch 2026-02-23T08:15:27.589 INFO:teuthology.orchestra.run.trial085.stdout: python3-scipy-1.11.3-17.el10.x86_64 2026-02-23T08:15:27.589 INFO:teuthology.orchestra.run.trial085.stdout: python3-tempora-5.7.0-1.el10_0.noarch 2026-02-23T08:15:27.589 INFO:teuthology.orchestra.run.trial085.stdout: python3-urllib3-1.26.19-2.el10_1.1.noarch 2026-02-23T08:15:27.589 INFO:teuthology.orchestra.run.trial085.stdout: python3-websocket-client-1.8.0-2.el10_0.noarch 2026-02-23T08:15:27.590 INFO:teuthology.orchestra.run.trial085.stdout: python3-xmlsec-1.3.16-1.el10.x86_64 2026-02-23T08:15:27.590 INFO:teuthology.orchestra.run.trial085.stdout: python3-xmltodict-0.13.0-5.el10_0.noarch 2026-02-23T08:15:27.590 INFO:teuthology.orchestra.run.trial085.stdout: python3-zc-lockfile-3.0.post1-11.el10_0.noarch 2026-02-23T08:15:27.590 INFO:teuthology.orchestra.run.trial085.stdout: unzip-6.0-69.el10.x86_64 2026-02-23T08:15:27.590 INFO:teuthology.orchestra.run.trial085.stdout: xmlsec1-1:1.2.39-3.el10.x86_64 2026-02-23T08:15:27.590 INFO:teuthology.orchestra.run.trial085.stdout: xmlsec1-openssl-1:1.2.39-3.el10.x86_64 2026-02-23T08:15:27.590 INFO:teuthology.orchestra.run.trial085.stdout: zip-3.0-45.el10.x86_64 2026-02-23T08:15:27.590 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:27.590 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-23T08:15:27.593 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-osd-classic-2:20.3.0-5433.g5adce3ff.el10.x86_ 58/88 2026-02-23T08:15:27.623 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-osd-crimson-2:20.3.0-5433.g5adce3ff.el10.x86_ 59/88 2026-02-23T08:15:27.624 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-volume-2:20.3.0-5433.g5adce3ff.el10.noarch 60/88 2026-02-23T08:15:27.638 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install ceph-base 2026-02-23T08:15:27.639 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-volume-2:20.3.0-5433.g5adce3ff.el10.noarch 60/88 2026-02-23T08:15:27.639 INFO:teuthology.orchestra.run.trial151.stdout:Glob pattern passed to preset, but globs are not supported for this. 2026-02-23T08:15:27.639 INFO:teuthology.orchestra.run.trial151.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-23T08:15:27.639 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:27.646 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-osd-2:20.3.0-5433.g5adce3ff.el10.x86_64 61/88 2026-02-23T08:15:27.668 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-osd-2:20.3.0-5433.g5adce3ff.el10.x86_64 61/88 2026-02-23T08:15:27.669 INFO:teuthology.orchestra.run.trial151.stdout:Glob pattern passed to preset, but globs are not supported for this. 2026-02-23T08:15:27.669 INFO:teuthology.orchestra.run.trial151.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-23T08:15:27.669 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink '/etc/systemd/system/multi-user.target.wants/ceph-osd.target' → '/usr/lib/systemd/system/ceph-osd.target'. 2026-02-23T08:15:27.669 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink '/etc/systemd/system/ceph.target.wants/ceph-osd.target' → '/usr/lib/systemd/system/ceph-osd.target'. 2026-02-23T08:15:27.669 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:27.686 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-protobuf-3.19.6-11.el10.x86_64 62/88 2026-02-23T08:15:27.690 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-grpcio-tools-1.48.4-44.el10_0.x86_64 63/88 2026-02-23T08:15:27.697 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-markupsafe-2.1.3-6.el10.x86_64 64/88 2026-02-23T08:15:27.701 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-jinja2-3.1.6-1.el10_0.noarch 65/88 2026-02-23T08:15:27.715 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-jmespath-1.0.1-8.el10.noarch 66/88 2026-02-23T08:15:27.718 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-devel-3.12.12-3.el10_1.x86_64 67/88 2026-02-23T08:15:27.773 INFO:teuthology.orchestra.run.trial151.stdout: Installing : openblas-0.3.29-2.el10.x86_64 68/88 2026-02-23T08:15:27.793 INFO:teuthology.orchestra.run.trial151.stdout: Installing : openblas-openmp-0.3.29-2.el10.x86_64 69/88 2026-02-23T08:15:27.795 INFO:teuthology.orchestra.run.trial151.stdout: Installing : flexiblas-netlib-3.4.2-3.el10.x86_64 70/88 2026-02-23T08:15:27.796 INFO:teuthology.orchestra.run.trial151.stdout: Installing : flexiblas-openblas-openmp-3.4.2-3.el10.x86_64 71/88 2026-02-23T08:15:27.922 INFO:teuthology.orchestra.run.trial151.stdout: Installing : flexiblas-3.4.2-3.el10.x86_64 72/88 2026-02-23T08:15:27.926 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:39 ago on Mon 23 Feb 2026 08:14:48 AM UTC. 2026-02-23T08:15:27.950 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-numpy-1:1.26.4-5.el10.x86_64 73/88 2026-02-23T08:15:27.954 INFO:teuthology.orchestra.run.trial085.stdout:Package ceph-base-2:20.3.0-5433.g5adce3ff.el10.x86_64 is already installed. 2026-02-23T08:15:27.964 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:15:27.965 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-23T08:15:27.965 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-23T08:15:27.985 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install cephadm 2026-02-23T08:15:28.137 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-numpy-f2py-1:1.26.4-5.el10.x86_64 74/88 2026-02-23T08:15:28.146 INFO:teuthology.orchestra.run.trial151.stdout: Installing : python3-scipy-1.11.3-17.el10.x86_64 75/88 2026-02-23T08:15:28.180 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: cephadm-2:20.3.0-5433.g5adce3ff.el10.noarch 76/88 2026-02-23T08:15:28.182 INFO:teuthology.orchestra.run.trial151.stdout: Installing : cephadm-2:20.3.0-5433.g5adce3ff.el10.noarch 76/88 2026-02-23T08:15:28.189 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5433.g5adce3ff.el1 77/88 2026-02-23T08:15:28.201 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5433.g5adce3ff.el 78/88 2026-02-23T08:15:28.202 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5433.g5adce3ff.el10.noar 79/88 2026-02-23T08:15:28.272 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:40 ago on Mon 23 Feb 2026 08:14:48 AM UTC. 2026-02-23T08:15:28.301 INFO:teuthology.orchestra.run.trial085.stdout:Package cephadm-2:20.3.0-5433.g5adce3ff.el10.noarch is already installed. 2026-02-23T08:15:28.311 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:15:28.311 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-23T08:15:28.312 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-23T08:15:28.330 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install ceph-immutable-object-cache 2026-02-23T08:15:28.619 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:40 ago on Mon 23 Feb 2026 08:14:48 AM UTC. 2026-02-23T08:15:28.658 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:15:28.659 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:15:28.659 INFO:teuthology.orchestra.run.trial085.stdout: Package Arch Version Repo Size 2026-02-23T08:15:28.659 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:15:28.659 INFO:teuthology.orchestra.run.trial085.stdout:Installing: 2026-02-23T08:15:28.659 INFO:teuthology.orchestra.run.trial085.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 151 k 2026-02-23T08:15:28.659 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:28.660 INFO:teuthology.orchestra.run.trial085.stdout:Transaction Summary 2026-02-23T08:15:28.660 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:15:28.660 INFO:teuthology.orchestra.run.trial085.stdout:Install 1 Package 2026-02-23T08:15:28.660 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:28.660 INFO:teuthology.orchestra.run.trial085.stdout:Total download size: 151 k 2026-02-23T08:15:28.660 INFO:teuthology.orchestra.run.trial085.stdout:Installed size: 425 k 2026-02-23T08:15:28.660 INFO:teuthology.orchestra.run.trial085.stdout:Downloading Packages: 2026-02-23T08:15:28.740 INFO:teuthology.orchestra.run.trial085.stdout:ceph-immutable-object-cache-20.3.0-5433.g5adce3 1.8 MB/s | 151 kB 00:00 2026-02-23T08:15:28.741 INFO:teuthology.orchestra.run.trial085.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:15:28.741 INFO:teuthology.orchestra.run.trial085.stdout:Total 1.8 MB/s | 151 kB 00:00 2026-02-23T08:15:28.741 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction check 2026-02-23T08:15:28.745 INFO:teuthology.orchestra.run.trial085.stdout:Transaction check succeeded. 2026-02-23T08:15:28.745 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction test 2026-02-23T08:15:28.775 INFO:teuthology.orchestra.run.trial085.stdout:Transaction test succeeded. 2026-02-23T08:15:28.775 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction 2026-02-23T08:15:28.827 INFO:teuthology.orchestra.run.trial085.stdout: Preparing : 1/1 2026-02-23T08:15:28.829 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5433.g5adce3ff. 1/1 2026-02-23T08:15:28.852 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5433.g5adce3ff. 1/1 2026-02-23T08:15:28.852 INFO:teuthology.orchestra.run.trial085.stdout:Glob pattern passed to preset, but globs are not supported for this. 2026-02-23T08:15:28.852 INFO:teuthology.orchestra.run.trial085.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-23T08:15:28.852 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:29.117 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:29.117 INFO:teuthology.orchestra.run.trial085.stdout:Installed: 2026-02-23T08:15:29.117 INFO:teuthology.orchestra.run.trial085.stdout: ceph-immutable-object-cache-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:29.117 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:29.117 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-23T08:15:29.143 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install ceph-mgr 2026-02-23T08:15:29.432 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:41 ago on Mon 23 Feb 2026 08:14:48 AM UTC. 2026-02-23T08:15:29.458 INFO:teuthology.orchestra.run.trial085.stdout:Package ceph-mgr-2:20.3.0-5433.g5adce3ff.el10.x86_64 is already installed. 2026-02-23T08:15:29.468 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:15:29.469 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-23T08:15:29.469 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-23T08:15:29.489 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install ceph-mgr-dashboard 2026-02-23T08:15:29.773 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:41 ago on Mon 23 Feb 2026 08:14:48 AM UTC. 2026-02-23T08:15:29.801 INFO:teuthology.orchestra.run.trial085.stdout:Package ceph-mgr-dashboard-2:20.3.0-5433.g5adce3ff.el10.noarch is already installed. 2026-02-23T08:15:29.811 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:15:29.812 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-23T08:15:29.812 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-23T08:15:29.832 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-23T08:15:29.963 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5433.g5adce3ff.el10.noar 79/88 2026-02-23T08:15:29.970 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5433.g5adce3ff.el10.no 80/88 2026-02-23T08:15:30.122 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:42 ago on Mon 23 Feb 2026 08:14:48 AM UTC. 2026-02-23T08:15:30.150 INFO:teuthology.orchestra.run.trial085.stdout:Package ceph-mgr-diskprediction-local-2:20.3.0-5433.g5adce3ff.el10.noarch is already installed. 2026-02-23T08:15:30.159 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:15:30.160 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-23T08:15:30.160 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-23T08:15:30.180 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install ceph-mgr-rook 2026-02-23T08:15:30.328 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5433.g5adce3ff.el10.no 80/88 2026-02-23T08:15:30.329 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5433.g5adce 81/88 2026-02-23T08:15:30.340 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5433.g5adce 81/88 2026-02-23T08:15:30.341 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-mgr-k8sevents-2:20.3.0-5433.g5adce3ff.el10.no 82/88 2026-02-23T08:15:30.372 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.3.0-5433.g5adce3ff.el10.no 82/88 2026-02-23T08:15:30.405 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5433.g5adce3ff.el10 83/88 2026-02-23T08:15:30.406 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-mgr-2:20.3.0-5433.g5adce3ff.el10.x86_64 84/88 2026-02-23T08:15:30.427 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5433.g5adce3ff.el10.x86_64 84/88 2026-02-23T08:15:30.427 INFO:teuthology.orchestra.run.trial151.stdout:Glob pattern passed to preset, but globs are not supported for this. 2026-02-23T08:15:30.427 INFO:teuthology.orchestra.run.trial151.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-23T08:15:30.427 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink '/etc/systemd/system/multi-user.target.wants/ceph-mgr.target' → '/usr/lib/systemd/system/ceph-mgr.target'. 2026-02-23T08:15:30.428 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink '/etc/systemd/system/ceph.target.wants/ceph-mgr.target' → '/usr/lib/systemd/system/ceph-mgr.target'. 2026-02-23T08:15:30.428 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:30.434 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-mgr-rook-2:20.3.0-5433.g5adce3ff.el10.noarch 85/88 2026-02-23T08:15:30.467 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:42 ago on Mon 23 Feb 2026 08:14:48 AM UTC. 2026-02-23T08:15:30.492 INFO:teuthology.orchestra.run.trial085.stdout:Package ceph-mgr-rook-2:20.3.0-5433.g5adce3ff.el10.noarch is already installed. 2026-02-23T08:15:30.502 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:15:30.503 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-23T08:15:30.503 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-23T08:15:30.523 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install ceph-mgr-cephadm 2026-02-23T08:15:30.633 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5433.g5adce3ff.el10.noarch 85/88 2026-02-23T08:15:30.634 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-mon-2:20.3.0-5433.g5adce3ff.el10.x86_64 86/88 2026-02-23T08:15:30.656 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-mon-2:20.3.0-5433.g5adce3ff.el10.x86_64 86/88 2026-02-23T08:15:30.656 INFO:teuthology.orchestra.run.trial151.stdout:Glob pattern passed to preset, but globs are not supported for this. 2026-02-23T08:15:30.656 INFO:teuthology.orchestra.run.trial151.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-23T08:15:30.656 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink '/etc/systemd/system/multi-user.target.wants/ceph-mon.target' → '/usr/lib/systemd/system/ceph-mon.target'. 2026-02-23T08:15:30.656 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink '/etc/systemd/system/ceph.target.wants/ceph-mon.target' → '/usr/lib/systemd/system/ceph-mon.target'. 2026-02-23T08:15:30.657 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:30.731 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-mds-2:20.3.0-5433.g5adce3ff.el10.x86_64 87/88 2026-02-23T08:15:30.751 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-mds-2:20.3.0-5433.g5adce3ff.el10.x86_64 87/88 2026-02-23T08:15:30.751 INFO:teuthology.orchestra.run.trial151.stdout:Glob pattern passed to preset, but globs are not supported for this. 2026-02-23T08:15:30.751 INFO:teuthology.orchestra.run.trial151.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-23T08:15:30.751 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink '/etc/systemd/system/multi-user.target.wants/ceph-mds.target' → '/usr/lib/systemd/system/ceph-mds.target'. 2026-02-23T08:15:30.752 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink '/etc/systemd/system/ceph.target.wants/ceph-mds.target' → '/usr/lib/systemd/system/ceph-mds.target'. 2026-02-23T08:15:30.752 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:30.753 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-2:20.3.0-5433.g5adce3ff.el10.x86_64 88/88 2026-02-23T08:15:30.759 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5433.g5adce3ff.el10.x86_ 88/88 2026-02-23T08:15:30.784 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5433.g5adce3ff.el10.x86_ 88/88 2026-02-23T08:15:30.804 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:42 ago on Mon 23 Feb 2026 08:14:48 AM UTC. 2026-02-23T08:15:30.831 INFO:teuthology.orchestra.run.trial085.stdout:Package ceph-mgr-cephadm-2:20.3.0-5433.g5adce3ff.el10.noarch is already installed. 2026-02-23T08:15:30.841 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:15:30.841 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-23T08:15:30.841 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-23T08:15:30.861 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install ceph-osd 2026-02-23T08:15:31.146 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:43 ago on Mon 23 Feb 2026 08:14:48 AM UTC. 2026-02-23T08:15:31.172 INFO:teuthology.orchestra.run.trial085.stdout:Package ceph-osd-2:20.3.0-5433.g5adce3ff.el10.x86_64 is already installed. 2026-02-23T08:15:31.182 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:15:31.183 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-23T08:15:31.183 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-23T08:15:31.204 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install ceph-osd-classic 2026-02-23T08:15:31.489 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:43 ago on Mon 23 Feb 2026 08:14:48 AM UTC. 2026-02-23T08:15:31.516 INFO:teuthology.orchestra.run.trial085.stdout:Package ceph-osd-classic-2:20.3.0-5433.g5adce3ff.el10.x86_64 is already installed. 2026-02-23T08:15:31.526 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:15:31.526 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-23T08:15:31.526 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-23T08:15:31.547 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install ceph-fuse 2026-02-23T08:15:31.681 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-2:20.3.0-5433.g5adce3ff.el10.x86_64 88/88 2026-02-23T08:15:31.681 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:31.681 INFO:teuthology.orchestra.run.trial151.stdout:Installed: 2026-02-23T08:15:31.681 INFO:teuthology.orchestra.run.trial151.stdout: ceph-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:31.681 INFO:teuthology.orchestra.run.trial151.stdout: ceph-grafana-dashboards-2:20.3.0-5433.g5adce3ff.el10.noarch 2026-02-23T08:15:31.681 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mds-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:31.681 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mgr-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:31.681 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mgr-cephadm-2:20.3.0-5433.g5adce3ff.el10.noarch 2026-02-23T08:15:31.681 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mgr-dashboard-2:20.3.0-5433.g5adce3ff.el10.noarch 2026-02-23T08:15:31.681 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5433.g5adce3ff.el10.noarch 2026-02-23T08:15:31.681 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mgr-k8sevents-2:20.3.0-5433.g5adce3ff.el10.noarch 2026-02-23T08:15:31.681 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mgr-modules-core-2:20.3.0-5433.g5adce3ff.el10.noarch 2026-02-23T08:15:31.681 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mgr-rook-2:20.3.0-5433.g5adce3ff.el10.noarch 2026-02-23T08:15:31.681 INFO:teuthology.orchestra.run.trial151.stdout: ceph-mon-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:31.681 INFO:teuthology.orchestra.run.trial151.stdout: ceph-osd-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:31.681 INFO:teuthology.orchestra.run.trial151.stdout: ceph-osd-classic-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:31.681 INFO:teuthology.orchestra.run.trial151.stdout: ceph-osd-crimson-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:31.682 INFO:teuthology.orchestra.run.trial151.stdout: ceph-prometheus-alerts-2:20.3.0-5433.g5adce3ff.el10.noarch 2026-02-23T08:15:31.682 INFO:teuthology.orchestra.run.trial151.stdout: ceph-volume-2:20.3.0-5433.g5adce3ff.el10.noarch 2026-02-23T08:15:31.682 INFO:teuthology.orchestra.run.trial151.stdout: cephadm-2:20.3.0-5433.g5adce3ff.el10.noarch 2026-02-23T08:15:31.682 INFO:teuthology.orchestra.run.trial151.stdout: cryptsetup-2.7.5-2.el10.x86_64 2026-02-23T08:15:31.682 INFO:teuthology.orchestra.run.trial151.stdout: flexiblas-3.4.2-3.el10.x86_64 2026-02-23T08:15:31.682 INFO:teuthology.orchestra.run.trial151.stdout: flexiblas-netlib-3.4.2-3.el10.x86_64 2026-02-23T08:15:31.682 INFO:teuthology.orchestra.run.trial151.stdout: flexiblas-openblas-openmp-3.4.2-3.el10.x86_64 2026-02-23T08:15:31.682 INFO:teuthology.orchestra.run.trial151.stdout: grpc-data-1.48.4-44.el10_0.noarch 2026-02-23T08:15:31.682 INFO:teuthology.orchestra.run.trial151.stdout: ledmon-libs-1.1.0-2.el10.x86_64 2026-02-23T08:15:31.682 INFO:teuthology.orchestra.run.trial151.stdout: libconfig-1.7.3-10.el10.x86_64 2026-02-23T08:15:31.682 INFO:teuthology.orchestra.run.trial151.stdout: libgfortran-14.3.1-2.1.el10.x86_64 2026-02-23T08:15:31.682 INFO:teuthology.orchestra.run.trial151.stdout: libquadmath-14.3.1-2.1.el10.x86_64 2026-02-23T08:15:31.682 INFO:teuthology.orchestra.run.trial151.stdout: libstoragemgmt-1.10.1-4.el10.x86_64 2026-02-23T08:15:31.682 INFO:teuthology.orchestra.run.trial151.stdout: libtool-ltdl-2.4.7-13.el10.x86_64 2026-02-23T08:15:31.682 INFO:teuthology.orchestra.run.trial151.stdout: lua-5.4.6-7.el10.x86_64 2026-02-23T08:15:31.682 INFO:teuthology.orchestra.run.trial151.stdout: lua-devel-5.4.6-7.el10.x86_64 2026-02-23T08:15:31.682 INFO:teuthology.orchestra.run.trial151.stdout: luarocks-3.9.2-6.el10_0.noarch 2026-02-23T08:15:31.682 INFO:teuthology.orchestra.run.trial151.stdout: openblas-0.3.29-2.el10.x86_64 2026-02-23T08:15:31.682 INFO:teuthology.orchestra.run.trial151.stdout: openblas-openmp-0.3.29-2.el10.x86_64 2026-02-23T08:15:31.682 INFO:teuthology.orchestra.run.trial151.stdout: protobuf-compiler-3.19.6-11.el10.x86_64 2026-02-23T08:15:31.682 INFO:teuthology.orchestra.run.trial151.stdout: python3-asyncssh-2.17.0-1.el10_0.noarch 2026-02-23T08:15:31.682 INFO:teuthology.orchestra.run.trial151.stdout: python3-autocommand-2.2.2-9.el10_0.noarch 2026-02-23T08:15:31.682 INFO:teuthology.orchestra.run.trial151.stdout: python3-bcrypt-4.3.0-3.el10_1.x86_64 2026-02-23T08:15:31.682 INFO:teuthology.orchestra.run.trial151.stdout: python3-cachetools-5.4.0-6.el10_0.noarch 2026-02-23T08:15:31.682 INFO:teuthology.orchestra.run.trial151.stdout: python3-certifi-2023.05.07-6.el10_0.noarch 2026-02-23T08:15:31.682 INFO:teuthology.orchestra.run.trial151.stdout: python3-cffi-1.16.0-7.el10.x86_64 2026-02-23T08:15:31.682 INFO:teuthology.orchestra.run.trial151.stdout: python3-cheroot-10.0.1-4.el10_0.noarch 2026-02-23T08:15:31.682 INFO:teuthology.orchestra.run.trial151.stdout: python3-cherrypy-18.10.0-4.el10_0.noarch 2026-02-23T08:15:31.682 INFO:teuthology.orchestra.run.trial151.stdout: python3-cryptography-43.0.0-4.el10.x86_64 2026-02-23T08:15:31.682 INFO:teuthology.orchestra.run.trial151.stdout: python3-devel-3.12.12-3.el10_1.x86_64 2026-02-23T08:15:31.682 INFO:teuthology.orchestra.run.trial151.stdout: python3-durationpy-0.9-2.el10_0.noarch 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-google-auth-1:2.40.3-1.el10_1.noarch 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-grpcio-1.48.4-44.el10_0.x86_64 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-grpcio-tools-1.48.4-44.el10_0.x86_64 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-isodate-0.6.1-14.el10_0.noarch 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-jaraco-collections-5.1.0-1.el10_0.noarch 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-jaraco-context-6.0.1-4.el10_0.noarch 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-jaraco-functools-4.0.2-4.el10_0.noarch 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-jaraco-text-4.0.0-3.el10_0.noarch 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-jinja2-3.1.6-1.el10_0.noarch 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-jmespath-1.0.1-8.el10.noarch 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-kubernetes-1:32.0.1-1.el10_1.noarch 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-libstoragemgmt-1.10.1-4.el10.x86_64 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-lxml-5.2.1-4.el10.x86_64 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-markupsafe-2.1.3-6.el10.x86_64 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-more-itertools-10.1.0-8.el10_0.noarch 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-natsort-8.4.0-2.el10_0.noarch 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-numpy-1:1.26.4-5.el10.x86_64 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-numpy-f2py-1:1.26.4-5.el10.x86_64 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-packaging-24.2-2.el10.noarch 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-ply-3.11-25.el10.noarch 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-portend-3.2.0-6.el10_0.noarch 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-protobuf-3.19.6-11.el10.x86_64 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-pyOpenSSL-25.0.0-1.el10_1.noarch 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-pyasn1-0.6.1-1.el10.noarch 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-pyasn1-modules-0.6.1-1.el10.noarch 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-pycparser-2.20-16.el10.noarch 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-repoze-lru-0.7-23.el10_0.noarch 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-requests-2.32.4-1.el10_0.noarch 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-requests-oauthlib-1.3.1-11.el10.noarch 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-routes-2.5.1-11.el10_0.noarch 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-rsa-4.9-7.el10_0.noarch 2026-02-23T08:15:31.683 INFO:teuthology.orchestra.run.trial151.stdout: python3-saml-1.16.0-11.el10.noarch 2026-02-23T08:15:31.684 INFO:teuthology.orchestra.run.trial151.stdout: python3-scipy-1.11.3-17.el10.x86_64 2026-02-23T08:15:31.684 INFO:teuthology.orchestra.run.trial151.stdout: python3-tempora-5.7.0-1.el10_0.noarch 2026-02-23T08:15:31.684 INFO:teuthology.orchestra.run.trial151.stdout: python3-urllib3-1.26.19-2.el10_1.1.noarch 2026-02-23T08:15:31.684 INFO:teuthology.orchestra.run.trial151.stdout: python3-websocket-client-1.8.0-2.el10_0.noarch 2026-02-23T08:15:31.684 INFO:teuthology.orchestra.run.trial151.stdout: python3-xmlsec-1.3.16-1.el10.x86_64 2026-02-23T08:15:31.684 INFO:teuthology.orchestra.run.trial151.stdout: python3-xmltodict-0.13.0-5.el10_0.noarch 2026-02-23T08:15:31.684 INFO:teuthology.orchestra.run.trial151.stdout: python3-zc-lockfile-3.0.post1-11.el10_0.noarch 2026-02-23T08:15:31.684 INFO:teuthology.orchestra.run.trial151.stdout: unzip-6.0-69.el10.x86_64 2026-02-23T08:15:31.684 INFO:teuthology.orchestra.run.trial151.stdout: xmlsec1-1:1.2.39-3.el10.x86_64 2026-02-23T08:15:31.684 INFO:teuthology.orchestra.run.trial151.stdout: xmlsec1-openssl-1:1.2.39-3.el10.x86_64 2026-02-23T08:15:31.684 INFO:teuthology.orchestra.run.trial151.stdout: zip-3.0-45.el10.x86_64 2026-02-23T08:15:31.684 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:31.684 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-23T08:15:31.735 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install ceph-base 2026-02-23T08:15:31.841 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:43 ago on Mon 23 Feb 2026 08:14:48 AM UTC. 2026-02-23T08:15:31.877 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:15:31.879 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:15:31.880 INFO:teuthology.orchestra.run.trial085.stdout: Package Arch Version Repository Size 2026-02-23T08:15:31.880 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:15:31.880 INFO:teuthology.orchestra.run.trial085.stdout:Installing: 2026-02-23T08:15:31.880 INFO:teuthology.orchestra.run.trial085.stdout: ceph-fuse x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 1.1 M 2026-02-23T08:15:31.880 INFO:teuthology.orchestra.run.trial085.stdout:Installing dependencies: 2026-02-23T08:15:31.881 INFO:teuthology.orchestra.run.trial085.stdout: fuse3 x86_64 3.16.2-5.el10 baseos 58 k 2026-02-23T08:15:31.881 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:31.881 INFO:teuthology.orchestra.run.trial085.stdout:Transaction Summary 2026-02-23T08:15:31.881 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:15:31.881 INFO:teuthology.orchestra.run.trial085.stdout:Install 2 Packages 2026-02-23T08:15:31.881 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:31.882 INFO:teuthology.orchestra.run.trial085.stdout:Total download size: 1.1 M 2026-02-23T08:15:31.882 INFO:teuthology.orchestra.run.trial085.stdout:Installed size: 3.2 M 2026-02-23T08:15:31.882 INFO:teuthology.orchestra.run.trial085.stdout:Downloading Packages: 2026-02-23T08:15:31.926 INFO:teuthology.orchestra.run.trial085.stdout:(1/2): fuse3-3.16.2-5.el10.x86_64.rpm 1.2 MB/s | 58 kB 00:00 2026-02-23T08:15:31.995 INFO:teuthology.orchestra.run.trial085.stdout:(2/2): ceph-fuse-20.3.0-5433.g5adce3ff.el10.x86 9.0 MB/s | 1.1 MB 00:00 2026-02-23T08:15:31.995 INFO:teuthology.orchestra.run.trial085.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:15:31.995 INFO:teuthology.orchestra.run.trial085.stdout:Total 9.4 MB/s | 1.1 MB 00:00 2026-02-23T08:15:31.995 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction check 2026-02-23T08:15:32.004 INFO:teuthology.orchestra.run.trial085.stdout:Transaction check succeeded. 2026-02-23T08:15:32.005 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction test 2026-02-23T08:15:32.025 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:45 ago on Mon 23 Feb 2026 08:14:47 AM UTC. 2026-02-23T08:15:32.040 INFO:teuthology.orchestra.run.trial085.stdout:Transaction test succeeded. 2026-02-23T08:15:32.040 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction 2026-02-23T08:15:32.050 INFO:teuthology.orchestra.run.trial151.stdout:Package ceph-base-2:20.3.0-5433.g5adce3ff.el10.x86_64 is already installed. 2026-02-23T08:15:32.060 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:15:32.061 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-23T08:15:32.061 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-23T08:15:32.081 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install cephadm 2026-02-23T08:15:32.094 INFO:teuthology.orchestra.run.trial085.stdout: Preparing : 1/1 2026-02-23T08:15:32.128 INFO:teuthology.orchestra.run.trial085.stdout: Installing : fuse3-3.16.2-5.el10.x86_64 1/2 2026-02-23T08:15:32.147 INFO:teuthology.orchestra.run.trial085.stdout: Installing : ceph-fuse-2:20.3.0-5433.g5adce3ff.el10.x86_64 2/2 2026-02-23T08:15:32.367 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:45 ago on Mon 23 Feb 2026 08:14:47 AM UTC. 2026-02-23T08:15:32.393 INFO:teuthology.orchestra.run.trial151.stdout:Package cephadm-2:20.3.0-5433.g5adce3ff.el10.noarch is already installed. 2026-02-23T08:15:32.403 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:15:32.404 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-23T08:15:32.404 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-23T08:15:32.424 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install ceph-immutable-object-cache 2026-02-23T08:15:32.432 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5433.g5adce3ff.el10.x86_64 2/2 2026-02-23T08:15:32.432 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:32.432 INFO:teuthology.orchestra.run.trial085.stdout:Installed: 2026-02-23T08:15:32.432 INFO:teuthology.orchestra.run.trial085.stdout: ceph-fuse-2:20.3.0-5433.g5adce3ff.el10.x86_64 fuse3-3.16.2-5.el10.x86_64 2026-02-23T08:15:32.432 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:32.432 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-23T08:15:32.459 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install ceph-volume 2026-02-23T08:15:32.710 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:45 ago on Mon 23 Feb 2026 08:14:47 AM UTC. 2026-02-23T08:15:32.748 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:15:32.748 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:15:32.748 INFO:teuthology.orchestra.run.trial151.stdout: Package Arch Version Repo Size 2026-02-23T08:15:32.748 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:15:32.748 INFO:teuthology.orchestra.run.trial151.stdout:Installing: 2026-02-23T08:15:32.749 INFO:teuthology.orchestra.run.trial151.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 151 k 2026-02-23T08:15:32.749 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:32.749 INFO:teuthology.orchestra.run.trial151.stdout:Transaction Summary 2026-02-23T08:15:32.749 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:15:32.749 INFO:teuthology.orchestra.run.trial151.stdout:Install 1 Package 2026-02-23T08:15:32.749 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:32.749 INFO:teuthology.orchestra.run.trial151.stdout:Total download size: 151 k 2026-02-23T08:15:32.749 INFO:teuthology.orchestra.run.trial151.stdout:Installed size: 425 k 2026-02-23T08:15:32.749 INFO:teuthology.orchestra.run.trial151.stdout:Downloading Packages: 2026-02-23T08:15:32.754 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:44 ago on Mon 23 Feb 2026 08:14:48 AM UTC. 2026-02-23T08:15:32.781 INFO:teuthology.orchestra.run.trial085.stdout:Package ceph-volume-2:20.3.0-5433.g5adce3ff.el10.noarch is already installed. 2026-02-23T08:15:32.791 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:15:32.791 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-23T08:15:32.791 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-23T08:15:32.812 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install librados-devel 2026-02-23T08:15:33.097 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:45 ago on Mon 23 Feb 2026 08:14:48 AM UTC. 2026-02-23T08:15:33.115 INFO:teuthology.orchestra.run.trial151.stdout:ceph-immutable-object-cache-20.3.0-5433.g5adce3 412 kB/s | 151 kB 00:00 2026-02-23T08:15:33.116 INFO:teuthology.orchestra.run.trial151.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:15:33.116 INFO:teuthology.orchestra.run.trial151.stdout:Total 411 kB/s | 151 kB 00:00 2026-02-23T08:15:33.116 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction check 2026-02-23T08:15:33.121 INFO:teuthology.orchestra.run.trial151.stdout:Transaction check succeeded. 2026-02-23T08:15:33.121 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction test 2026-02-23T08:15:33.134 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:15:33.135 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:15:33.135 INFO:teuthology.orchestra.run.trial085.stdout: Package Arch Version Repo Size 2026-02-23T08:15:33.135 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:15:33.135 INFO:teuthology.orchestra.run.trial085.stdout:Installing: 2026-02-23T08:15:33.135 INFO:teuthology.orchestra.run.trial085.stdout: librados-devel x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 128 k 2026-02-23T08:15:33.135 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:33.135 INFO:teuthology.orchestra.run.trial085.stdout:Transaction Summary 2026-02-23T08:15:33.135 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:15:33.135 INFO:teuthology.orchestra.run.trial085.stdout:Install 1 Package 2026-02-23T08:15:33.135 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:33.135 INFO:teuthology.orchestra.run.trial085.stdout:Total download size: 128 k 2026-02-23T08:15:33.135 INFO:teuthology.orchestra.run.trial085.stdout:Installed size: 448 k 2026-02-23T08:15:33.135 INFO:teuthology.orchestra.run.trial085.stdout:Downloading Packages: 2026-02-23T08:15:33.150 INFO:teuthology.orchestra.run.trial151.stdout:Transaction test succeeded. 2026-02-23T08:15:33.150 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction 2026-02-23T08:15:33.202 INFO:teuthology.orchestra.run.trial151.stdout: Preparing : 1/1 2026-02-23T08:15:33.203 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5433.g5adce3ff. 1/1 2026-02-23T08:15:33.228 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5433.g5adce3ff. 1/1 2026-02-23T08:15:33.228 INFO:teuthology.orchestra.run.trial151.stdout:Glob pattern passed to preset, but globs are not supported for this. 2026-02-23T08:15:33.228 INFO:teuthology.orchestra.run.trial151.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-23T08:15:33.228 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:33.496 INFO:teuthology.orchestra.run.trial085.stdout:librados-devel-20.3.0-5433.g5adce3ff.el10.x86_6 354 kB/s | 128 kB 00:00 2026-02-23T08:15:33.496 INFO:teuthology.orchestra.run.trial085.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:15:33.496 INFO:teuthology.orchestra.run.trial085.stdout:Total 353 kB/s | 128 kB 00:00 2026-02-23T08:15:33.496 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:33.496 INFO:teuthology.orchestra.run.trial151.stdout:Installed: 2026-02-23T08:15:33.496 INFO:teuthology.orchestra.run.trial151.stdout: ceph-immutable-object-cache-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:33.496 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:33.496 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-23T08:15:33.496 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction check 2026-02-23T08:15:33.500 INFO:teuthology.orchestra.run.trial085.stdout:Transaction check succeeded. 2026-02-23T08:15:33.500 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction test 2026-02-23T08:15:33.522 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install ceph-mgr 2026-02-23T08:15:33.530 INFO:teuthology.orchestra.run.trial085.stdout:Transaction test succeeded. 2026-02-23T08:15:33.530 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction 2026-02-23T08:15:33.582 INFO:teuthology.orchestra.run.trial085.stdout: Preparing : 1/1 2026-02-23T08:15:33.600 INFO:teuthology.orchestra.run.trial085.stdout: Installing : librados-devel-2:20.3.0-5433.g5adce3ff.el10.x86_64 1/1 2026-02-23T08:15:33.717 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: librados-devel-2:20.3.0-5433.g5adce3ff.el10.x86_64 1/1 2026-02-23T08:15:33.717 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:33.717 INFO:teuthology.orchestra.run.trial085.stdout:Installed: 2026-02-23T08:15:33.717 INFO:teuthology.orchestra.run.trial085.stdout: librados-devel-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:33.717 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:33.717 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-23T08:15:33.742 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install libcephfs2 2026-02-23T08:15:33.821 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:46 ago on Mon 23 Feb 2026 08:14:47 AM UTC. 2026-02-23T08:15:33.846 INFO:teuthology.orchestra.run.trial151.stdout:Package ceph-mgr-2:20.3.0-5433.g5adce3ff.el10.x86_64 is already installed. 2026-02-23T08:15:33.856 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:15:33.857 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-23T08:15:33.857 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-23T08:15:33.877 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install ceph-mgr-dashboard 2026-02-23T08:15:34.026 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:46 ago on Mon 23 Feb 2026 08:14:48 AM UTC. 2026-02-23T08:15:34.052 INFO:teuthology.orchestra.run.trial085.stdout:Package libcephfs2-2:20.3.0-5433.g5adce3ff.el10.x86_64 is already installed. 2026-02-23T08:15:34.062 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:15:34.063 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-23T08:15:34.063 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-23T08:15:34.082 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install libcephfs-devel 2026-02-23T08:15:34.166 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:47 ago on Mon 23 Feb 2026 08:14:47 AM UTC. 2026-02-23T08:15:34.193 INFO:teuthology.orchestra.run.trial151.stdout:Package ceph-mgr-dashboard-2:20.3.0-5433.g5adce3ff.el10.noarch is already installed. 2026-02-23T08:15:34.203 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:15:34.204 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-23T08:15:34.204 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-23T08:15:34.223 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-23T08:15:34.369 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:46 ago on Mon 23 Feb 2026 08:14:48 AM UTC. 2026-02-23T08:15:34.405 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:15:34.406 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:15:34.406 INFO:teuthology.orchestra.run.trial085.stdout: Package Arch Version Repo Size 2026-02-23T08:15:34.406 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:15:34.406 INFO:teuthology.orchestra.run.trial085.stdout:Installing: 2026-02-23T08:15:34.406 INFO:teuthology.orchestra.run.trial085.stdout: libcephfs-devel x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 37 k 2026-02-23T08:15:34.406 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:34.406 INFO:teuthology.orchestra.run.trial085.stdout:Transaction Summary 2026-02-23T08:15:34.407 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:15:34.407 INFO:teuthology.orchestra.run.trial085.stdout:Install 1 Package 2026-02-23T08:15:34.407 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:34.407 INFO:teuthology.orchestra.run.trial085.stdout:Total download size: 37 k 2026-02-23T08:15:34.407 INFO:teuthology.orchestra.run.trial085.stdout:Installed size: 171 k 2026-02-23T08:15:34.407 INFO:teuthology.orchestra.run.trial085.stdout:Downloading Packages: 2026-02-23T08:15:34.514 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:47 ago on Mon 23 Feb 2026 08:14:47 AM UTC. 2026-02-23T08:15:34.540 INFO:teuthology.orchestra.run.trial151.stdout:Package ceph-mgr-diskprediction-local-2:20.3.0-5433.g5adce3ff.el10.noarch is already installed. 2026-02-23T08:15:34.550 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:15:34.550 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-23T08:15:34.550 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-23T08:15:34.569 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install ceph-mgr-rook 2026-02-23T08:15:34.677 INFO:teuthology.orchestra.run.trial085.stdout:libcephfs-devel-20.3.0-5433.g5adce3ff.el10.x86_ 138 kB/s | 37 kB 00:00 2026-02-23T08:15:34.678 INFO:teuthology.orchestra.run.trial085.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:15:34.678 INFO:teuthology.orchestra.run.trial085.stdout:Total 138 kB/s | 37 kB 00:00 2026-02-23T08:15:34.678 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction check 2026-02-23T08:15:34.680 INFO:teuthology.orchestra.run.trial085.stdout:Transaction check succeeded. 2026-02-23T08:15:34.681 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction test 2026-02-23T08:15:34.683 INFO:teuthology.orchestra.run.trial085.stdout:Transaction test succeeded. 2026-02-23T08:15:34.683 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction 2026-02-23T08:15:34.704 INFO:teuthology.orchestra.run.trial085.stdout: Preparing : 1/1 2026-02-23T08:15:34.722 INFO:teuthology.orchestra.run.trial085.stdout: Installing : libcephfs-devel-2:20.3.0-5433.g5adce3ff.el10.x86_64 1/1 2026-02-23T08:15:34.820 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5433.g5adce3ff.el10.x86_64 1/1 2026-02-23T08:15:34.820 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:34.820 INFO:teuthology.orchestra.run.trial085.stdout:Installed: 2026-02-23T08:15:34.820 INFO:teuthology.orchestra.run.trial085.stdout: libcephfs-devel-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:34.820 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:34.820 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-23T08:15:34.846 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install librados2 2026-02-23T08:15:34.859 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:47 ago on Mon 23 Feb 2026 08:14:47 AM UTC. 2026-02-23T08:15:34.885 INFO:teuthology.orchestra.run.trial151.stdout:Package ceph-mgr-rook-2:20.3.0-5433.g5adce3ff.el10.noarch is already installed. 2026-02-23T08:15:34.895 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:15:34.895 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-23T08:15:34.895 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-23T08:15:34.915 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install ceph-mgr-cephadm 2026-02-23T08:15:35.131 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:47 ago on Mon 23 Feb 2026 08:14:48 AM UTC. 2026-02-23T08:15:35.160 INFO:teuthology.orchestra.run.trial085.stdout:Package librados2-2:20.3.0-5433.g5adce3ff.el10.x86_64 is already installed. 2026-02-23T08:15:35.170 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:15:35.170 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-23T08:15:35.170 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-23T08:15:35.190 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install librbd1 2026-02-23T08:15:35.200 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:48 ago on Mon 23 Feb 2026 08:14:47 AM UTC. 2026-02-23T08:15:35.228 INFO:teuthology.orchestra.run.trial151.stdout:Package ceph-mgr-cephadm-2:20.3.0-5433.g5adce3ff.el10.noarch is already installed. 2026-02-23T08:15:35.238 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:15:35.239 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-23T08:15:35.239 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-23T08:15:35.258 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install ceph-osd 2026-02-23T08:15:35.472 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:47 ago on Mon 23 Feb 2026 08:14:48 AM UTC. 2026-02-23T08:15:35.503 INFO:teuthology.orchestra.run.trial085.stdout:Package librbd1-2:20.3.0-5433.g5adce3ff.el10.x86_64 is already installed. 2026-02-23T08:15:35.513 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:15:35.514 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-23T08:15:35.514 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-23T08:15:35.535 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install python3-rados 2026-02-23T08:15:35.548 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:48 ago on Mon 23 Feb 2026 08:14:47 AM UTC. 2026-02-23T08:15:35.574 INFO:teuthology.orchestra.run.trial151.stdout:Package ceph-osd-2:20.3.0-5433.g5adce3ff.el10.x86_64 is already installed. 2026-02-23T08:15:35.584 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:15:35.584 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-23T08:15:35.584 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-23T08:15:35.604 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install ceph-osd-classic 2026-02-23T08:15:35.817 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:47 ago on Mon 23 Feb 2026 08:14:48 AM UTC. 2026-02-23T08:15:35.845 INFO:teuthology.orchestra.run.trial085.stdout:Package python3-rados-2:20.3.0-5433.g5adce3ff.el10.x86_64 is already installed. 2026-02-23T08:15:35.855 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:15:35.856 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-23T08:15:35.856 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-23T08:15:35.877 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install python3-rgw 2026-02-23T08:15:35.891 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:48 ago on Mon 23 Feb 2026 08:14:47 AM UTC. 2026-02-23T08:15:35.918 INFO:teuthology.orchestra.run.trial151.stdout:Package ceph-osd-classic-2:20.3.0-5433.g5adce3ff.el10.x86_64 is already installed. 2026-02-23T08:15:35.927 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:15:35.928 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-23T08:15:35.928 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-23T08:15:35.948 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install ceph-fuse 2026-02-23T08:15:36.169 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:48 ago on Mon 23 Feb 2026 08:14:48 AM UTC. 2026-02-23T08:15:36.197 INFO:teuthology.orchestra.run.trial085.stdout:Package python3-rgw-2:20.3.0-5433.g5adce3ff.el10.x86_64 is already installed. 2026-02-23T08:15:36.207 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:15:36.207 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-23T08:15:36.207 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-23T08:15:36.229 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install python3-cephfs 2026-02-23T08:15:36.234 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:49 ago on Mon 23 Feb 2026 08:14:47 AM UTC. 2026-02-23T08:15:36.270 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:15:36.271 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:15:36.271 INFO:teuthology.orchestra.run.trial151.stdout: Package Arch Version Repository Size 2026-02-23T08:15:36.272 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:15:36.272 INFO:teuthology.orchestra.run.trial151.stdout:Installing: 2026-02-23T08:15:36.272 INFO:teuthology.orchestra.run.trial151.stdout: ceph-fuse x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 1.1 M 2026-02-23T08:15:36.272 INFO:teuthology.orchestra.run.trial151.stdout:Installing dependencies: 2026-02-23T08:15:36.272 INFO:teuthology.orchestra.run.trial151.stdout: fuse3 x86_64 3.16.2-5.el10 baseos 58 k 2026-02-23T08:15:36.272 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:36.272 INFO:teuthology.orchestra.run.trial151.stdout:Transaction Summary 2026-02-23T08:15:36.272 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:15:36.272 INFO:teuthology.orchestra.run.trial151.stdout:Install 2 Packages 2026-02-23T08:15:36.272 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:36.272 INFO:teuthology.orchestra.run.trial151.stdout:Total download size: 1.1 M 2026-02-23T08:15:36.273 INFO:teuthology.orchestra.run.trial151.stdout:Installed size: 3.2 M 2026-02-23T08:15:36.273 INFO:teuthology.orchestra.run.trial151.stdout:Downloading Packages: 2026-02-23T08:15:36.305 INFO:teuthology.orchestra.run.trial151.stdout:(1/2): fuse3-3.16.2-5.el10.x86_64.rpm 1.7 MB/s | 58 kB 00:00 2026-02-23T08:15:36.514 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:48 ago on Mon 23 Feb 2026 08:14:48 AM UTC. 2026-02-23T08:15:36.541 INFO:teuthology.orchestra.run.trial085.stdout:Package python3-cephfs-2:20.3.0-5433.g5adce3ff.el10.x86_64 is already installed. 2026-02-23T08:15:36.551 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:15:36.551 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-23T08:15:36.551 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-23T08:15:36.571 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install python3-rbd 2026-02-23T08:15:36.794 INFO:teuthology.orchestra.run.trial151.stdout:(2/2): ceph-fuse-20.3.0-5433.g5adce3ff.el10.x86 2.0 MB/s | 1.1 MB 00:00 2026-02-23T08:15:36.795 INFO:teuthology.orchestra.run.trial151.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:15:36.795 INFO:teuthology.orchestra.run.trial151.stdout:Total 2.1 MB/s | 1.1 MB 00:00 2026-02-23T08:15:36.795 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction check 2026-02-23T08:15:36.804 INFO:teuthology.orchestra.run.trial151.stdout:Transaction check succeeded. 2026-02-23T08:15:36.804 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction test 2026-02-23T08:15:36.839 INFO:teuthology.orchestra.run.trial151.stdout:Transaction test succeeded. 2026-02-23T08:15:36.839 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction 2026-02-23T08:15:36.865 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:48 ago on Mon 23 Feb 2026 08:14:48 AM UTC. 2026-02-23T08:15:36.891 INFO:teuthology.orchestra.run.trial085.stdout:Package python3-rbd-2:20.3.0-5433.g5adce3ff.el10.x86_64 is already installed. 2026-02-23T08:15:36.893 INFO:teuthology.orchestra.run.trial151.stdout: Preparing : 1/1 2026-02-23T08:15:36.901 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:15:36.902 INFO:teuthology.orchestra.run.trial085.stdout:Nothing to do. 2026-02-23T08:15:36.902 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-23T08:15:36.923 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install rbd-fuse 2026-02-23T08:15:36.928 INFO:teuthology.orchestra.run.trial151.stdout: Installing : fuse3-3.16.2-5.el10.x86_64 1/2 2026-02-23T08:15:36.946 INFO:teuthology.orchestra.run.trial151.stdout: Installing : ceph-fuse-2:20.3.0-5433.g5adce3ff.el10.x86_64 2/2 2026-02-23T08:15:37.201 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5433.g5adce3ff.el10.x86_64 2/2 2026-02-23T08:15:37.201 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:37.201 INFO:teuthology.orchestra.run.trial151.stdout:Installed: 2026-02-23T08:15:37.201 INFO:teuthology.orchestra.run.trial151.stdout: ceph-fuse-2:20.3.0-5433.g5adce3ff.el10.x86_64 fuse3-3.16.2-5.el10.x86_64 2026-02-23T08:15:37.202 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:37.202 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-23T08:15:37.218 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:49 ago on Mon 23 Feb 2026 08:14:48 AM UTC. 2026-02-23T08:15:37.228 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install ceph-volume 2026-02-23T08:15:37.257 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:15:37.257 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:15:37.257 INFO:teuthology.orchestra.run.trial085.stdout: Package Arch Version Repo Size 2026-02-23T08:15:37.257 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:15:37.257 INFO:teuthology.orchestra.run.trial085.stdout:Installing: 2026-02-23T08:15:37.257 INFO:teuthology.orchestra.run.trial085.stdout: rbd-fuse x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 87 k 2026-02-23T08:15:37.257 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:37.257 INFO:teuthology.orchestra.run.trial085.stdout:Transaction Summary 2026-02-23T08:15:37.257 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:15:37.257 INFO:teuthology.orchestra.run.trial085.stdout:Install 1 Package 2026-02-23T08:15:37.257 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:37.257 INFO:teuthology.orchestra.run.trial085.stdout:Total download size: 87 k 2026-02-23T08:15:37.257 INFO:teuthology.orchestra.run.trial085.stdout:Installed size: 215 k 2026-02-23T08:15:37.257 INFO:teuthology.orchestra.run.trial085.stdout:Downloading Packages: 2026-02-23T08:15:37.525 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:50 ago on Mon 23 Feb 2026 08:14:47 AM UTC. 2026-02-23T08:15:37.551 INFO:teuthology.orchestra.run.trial151.stdout:Package ceph-volume-2:20.3.0-5433.g5adce3ff.el10.noarch is already installed. 2026-02-23T08:15:37.561 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:15:37.561 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-23T08:15:37.561 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-23T08:15:37.575 INFO:teuthology.orchestra.run.trial085.stdout:rbd-fuse-20.3.0-5433.g5adce3ff.el10.x86_64.rpm 274 kB/s | 87 kB 00:00 2026-02-23T08:15:37.576 INFO:teuthology.orchestra.run.trial085.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:15:37.576 INFO:teuthology.orchestra.run.trial085.stdout:Total 274 kB/s | 87 kB 00:00 2026-02-23T08:15:37.576 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction check 2026-02-23T08:15:37.580 INFO:teuthology.orchestra.run.trial085.stdout:Transaction check succeeded. 2026-02-23T08:15:37.581 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction test 2026-02-23T08:15:37.581 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install librados-devel 2026-02-23T08:15:37.610 INFO:teuthology.orchestra.run.trial085.stdout:Transaction test succeeded. 2026-02-23T08:15:37.610 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction 2026-02-23T08:15:37.659 INFO:teuthology.orchestra.run.trial085.stdout: Preparing : 1/1 2026-02-23T08:15:37.678 INFO:teuthology.orchestra.run.trial085.stdout: Installing : rbd-fuse-2:20.3.0-5433.g5adce3ff.el10.x86_64 1/1 2026-02-23T08:15:37.791 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5433.g5adce3ff.el10.x86_64 1/1 2026-02-23T08:15:37.791 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:37.791 INFO:teuthology.orchestra.run.trial085.stdout:Installed: 2026-02-23T08:15:37.791 INFO:teuthology.orchestra.run.trial085.stdout: rbd-fuse-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:37.791 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:37.791 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-23T08:15:37.818 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install rbd-mirror 2026-02-23T08:15:37.875 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:50 ago on Mon 23 Feb 2026 08:14:47 AM UTC. 2026-02-23T08:15:37.912 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:15:37.913 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:15:37.913 INFO:teuthology.orchestra.run.trial151.stdout: Package Arch Version Repo Size 2026-02-23T08:15:37.913 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:15:37.913 INFO:teuthology.orchestra.run.trial151.stdout:Installing: 2026-02-23T08:15:37.913 INFO:teuthology.orchestra.run.trial151.stdout: librados-devel x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 128 k 2026-02-23T08:15:37.913 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:37.913 INFO:teuthology.orchestra.run.trial151.stdout:Transaction Summary 2026-02-23T08:15:37.913 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:15:37.913 INFO:teuthology.orchestra.run.trial151.stdout:Install 1 Package 2026-02-23T08:15:37.914 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:37.914 INFO:teuthology.orchestra.run.trial151.stdout:Total download size: 128 k 2026-02-23T08:15:37.914 INFO:teuthology.orchestra.run.trial151.stdout:Installed size: 448 k 2026-02-23T08:15:37.914 INFO:teuthology.orchestra.run.trial151.stdout:Downloading Packages: 2026-02-23T08:15:37.995 INFO:teuthology.orchestra.run.trial151.stdout:librados-devel-20.3.0-5433.g5adce3ff.el10.x86_6 1.5 MB/s | 128 kB 00:00 2026-02-23T08:15:37.995 INFO:teuthology.orchestra.run.trial151.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:15:37.995 INFO:teuthology.orchestra.run.trial151.stdout:Total 1.5 MB/s | 128 kB 00:00 2026-02-23T08:15:37.996 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction check 2026-02-23T08:15:37.999 INFO:teuthology.orchestra.run.trial151.stdout:Transaction check succeeded. 2026-02-23T08:15:37.999 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction test 2026-02-23T08:15:38.029 INFO:teuthology.orchestra.run.trial151.stdout:Transaction test succeeded. 2026-02-23T08:15:38.029 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction 2026-02-23T08:15:38.081 INFO:teuthology.orchestra.run.trial151.stdout: Preparing : 1/1 2026-02-23T08:15:38.099 INFO:teuthology.orchestra.run.trial151.stdout: Installing : librados-devel-2:20.3.0-5433.g5adce3ff.el10.x86_64 1/1 2026-02-23T08:15:38.114 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:50 ago on Mon 23 Feb 2026 08:14:48 AM UTC. 2026-02-23T08:15:38.150 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:15:38.151 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:15:38.151 INFO:teuthology.orchestra.run.trial085.stdout: Package Arch Version Repo Size 2026-02-23T08:15:38.151 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:15:38.152 INFO:teuthology.orchestra.run.trial085.stdout:Installing: 2026-02-23T08:15:38.152 INFO:teuthology.orchestra.run.trial085.stdout: rbd-mirror x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 2.9 M 2026-02-23T08:15:38.152 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:38.152 INFO:teuthology.orchestra.run.trial085.stdout:Transaction Summary 2026-02-23T08:15:38.152 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:15:38.152 INFO:teuthology.orchestra.run.trial085.stdout:Install 1 Package 2026-02-23T08:15:38.152 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:38.152 INFO:teuthology.orchestra.run.trial085.stdout:Total download size: 2.9 M 2026-02-23T08:15:38.152 INFO:teuthology.orchestra.run.trial085.stdout:Installed size: 11 M 2026-02-23T08:15:38.152 INFO:teuthology.orchestra.run.trial085.stdout:Downloading Packages: 2026-02-23T08:15:38.213 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: librados-devel-2:20.3.0-5433.g5adce3ff.el10.x86_64 1/1 2026-02-23T08:15:38.213 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:38.213 INFO:teuthology.orchestra.run.trial151.stdout:Installed: 2026-02-23T08:15:38.214 INFO:teuthology.orchestra.run.trial151.stdout: librados-devel-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:38.214 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:38.214 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-23T08:15:38.240 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install libcephfs2 2026-02-23T08:15:38.297 INFO:teuthology.orchestra.run.trial085.stdout:rbd-mirror-20.3.0-5433.g5adce3ff.el10.x86_64.rp 20 MB/s | 2.9 MB 00:00 2026-02-23T08:15:38.297 INFO:teuthology.orchestra.run.trial085.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:15:38.297 INFO:teuthology.orchestra.run.trial085.stdout:Total 20 MB/s | 2.9 MB 00:00 2026-02-23T08:15:38.297 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction check 2026-02-23T08:15:38.302 INFO:teuthology.orchestra.run.trial085.stdout:Transaction check succeeded. 2026-02-23T08:15:38.302 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction test 2026-02-23T08:15:38.340 INFO:teuthology.orchestra.run.trial085.stdout:Transaction test succeeded. 2026-02-23T08:15:38.340 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction 2026-02-23T08:15:38.487 INFO:teuthology.orchestra.run.trial085.stdout: Preparing : 1/1 2026-02-23T08:15:38.488 INFO:teuthology.orchestra.run.trial085.stdout: Installing : rbd-mirror-2:20.3.0-5433.g5adce3ff.el10.x86_64 1/1 2026-02-23T08:15:38.511 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5433.g5adce3ff.el10.x86_64 1/1 2026-02-23T08:15:38.511 INFO:teuthology.orchestra.run.trial085.stdout:Glob pattern passed to preset, but globs are not supported for this. 2026-02-23T08:15:38.511 INFO:teuthology.orchestra.run.trial085.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-23T08:15:38.511 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink '/etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target' → '/usr/lib/systemd/system/ceph-rbd-mirror.target'. 2026-02-23T08:15:38.511 INFO:teuthology.orchestra.run.trial085.stdout:Created symlink '/etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target' → '/usr/lib/systemd/system/ceph-rbd-mirror.target'. 2026-02-23T08:15:38.512 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:38.535 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:51 ago on Mon 23 Feb 2026 08:14:47 AM UTC. 2026-02-23T08:15:38.562 INFO:teuthology.orchestra.run.trial151.stdout:Package libcephfs2-2:20.3.0-5433.g5adce3ff.el10.x86_64 is already installed. 2026-02-23T08:15:38.572 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:15:38.572 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-23T08:15:38.573 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-23T08:15:38.593 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install libcephfs-devel 2026-02-23T08:15:38.785 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:38.785 INFO:teuthology.orchestra.run.trial085.stdout:Installed: 2026-02-23T08:15:38.785 INFO:teuthology.orchestra.run.trial085.stdout: rbd-mirror-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:38.785 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:38.785 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-23T08:15:38.812 DEBUG:teuthology.orchestra.run.trial085:> sudo yum -y install rbd-nbd 2026-02-23T08:15:38.888 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:51 ago on Mon 23 Feb 2026 08:14:47 AM UTC. 2026-02-23T08:15:38.924 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:15:38.925 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:15:38.925 INFO:teuthology.orchestra.run.trial151.stdout: Package Arch Version Repo Size 2026-02-23T08:15:38.925 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:15:38.925 INFO:teuthology.orchestra.run.trial151.stdout:Installing: 2026-02-23T08:15:38.925 INFO:teuthology.orchestra.run.trial151.stdout: libcephfs-devel x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 37 k 2026-02-23T08:15:38.925 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:38.925 INFO:teuthology.orchestra.run.trial151.stdout:Transaction Summary 2026-02-23T08:15:38.925 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:15:38.925 INFO:teuthology.orchestra.run.trial151.stdout:Install 1 Package 2026-02-23T08:15:38.926 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:38.926 INFO:teuthology.orchestra.run.trial151.stdout:Total download size: 37 k 2026-02-23T08:15:38.926 INFO:teuthology.orchestra.run.trial151.stdout:Installed size: 171 k 2026-02-23T08:15:38.926 INFO:teuthology.orchestra.run.trial151.stdout:Downloading Packages: 2026-02-23T08:15:38.985 INFO:teuthology.orchestra.run.trial151.stdout:libcephfs-devel-20.3.0-5433.g5adce3ff.el10.x86_ 626 kB/s | 37 kB 00:00 2026-02-23T08:15:38.985 INFO:teuthology.orchestra.run.trial151.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:15:38.985 INFO:teuthology.orchestra.run.trial151.stdout:Total 618 kB/s | 37 kB 00:00 2026-02-23T08:15:38.985 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction check 2026-02-23T08:15:38.987 INFO:teuthology.orchestra.run.trial151.stdout:Transaction check succeeded. 2026-02-23T08:15:38.988 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction test 2026-02-23T08:15:38.990 INFO:teuthology.orchestra.run.trial151.stdout:Transaction test succeeded. 2026-02-23T08:15:38.990 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction 2026-02-23T08:15:39.011 INFO:teuthology.orchestra.run.trial151.stdout: Preparing : 1/1 2026-02-23T08:15:39.029 INFO:teuthology.orchestra.run.trial151.stdout: Installing : libcephfs-devel-2:20.3.0-5433.g5adce3ff.el10.x86_64 1/1 2026-02-23T08:15:39.108 INFO:teuthology.orchestra.run.trial085.stdout:Last metadata expiration check: 0:00:51 ago on Mon 23 Feb 2026 08:14:48 AM UTC. 2026-02-23T08:15:39.127 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5433.g5adce3ff.el10.x86_64 1/1 2026-02-23T08:15:39.127 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:39.127 INFO:teuthology.orchestra.run.trial151.stdout:Installed: 2026-02-23T08:15:39.127 INFO:teuthology.orchestra.run.trial151.stdout: libcephfs-devel-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:39.127 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:39.127 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-23T08:15:39.147 INFO:teuthology.orchestra.run.trial085.stdout:Dependencies resolved. 2026-02-23T08:15:39.147 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:15:39.147 INFO:teuthology.orchestra.run.trial085.stdout: Package Architecture Version Repository Size 2026-02-23T08:15:39.147 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:15:39.147 INFO:teuthology.orchestra.run.trial085.stdout:Installing: 2026-02-23T08:15:39.147 INFO:teuthology.orchestra.run.trial085.stdout: rbd-nbd x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 180 k 2026-02-23T08:15:39.147 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:39.148 INFO:teuthology.orchestra.run.trial085.stdout:Transaction Summary 2026-02-23T08:15:39.148 INFO:teuthology.orchestra.run.trial085.stdout:================================================================================ 2026-02-23T08:15:39.148 INFO:teuthology.orchestra.run.trial085.stdout:Install 1 Package 2026-02-23T08:15:39.148 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:39.148 INFO:teuthology.orchestra.run.trial085.stdout:Total download size: 180 k 2026-02-23T08:15:39.148 INFO:teuthology.orchestra.run.trial085.stdout:Installed size: 479 k 2026-02-23T08:15:39.148 INFO:teuthology.orchestra.run.trial085.stdout:Downloading Packages: 2026-02-23T08:15:39.151 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install librados2 2026-02-23T08:15:39.230 INFO:teuthology.orchestra.run.trial085.stdout:rbd-nbd-20.3.0-5433.g5adce3ff.el10.x86_64.rpm 2.1 MB/s | 180 kB 00:00 2026-02-23T08:15:39.230 INFO:teuthology.orchestra.run.trial085.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:15:39.230 INFO:teuthology.orchestra.run.trial085.stdout:Total 2.1 MB/s | 180 kB 00:00 2026-02-23T08:15:39.230 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction check 2026-02-23T08:15:39.234 INFO:teuthology.orchestra.run.trial085.stdout:Transaction check succeeded. 2026-02-23T08:15:39.235 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction test 2026-02-23T08:15:39.264 INFO:teuthology.orchestra.run.trial085.stdout:Transaction test succeeded. 2026-02-23T08:15:39.264 INFO:teuthology.orchestra.run.trial085.stdout:Running transaction 2026-02-23T08:15:39.317 INFO:teuthology.orchestra.run.trial085.stdout: Preparing : 1/1 2026-02-23T08:15:39.336 INFO:teuthology.orchestra.run.trial085.stdout: Installing : rbd-nbd-2:20.3.0-5433.g5adce3ff.el10.x86_64 1/1 2026-02-23T08:15:39.442 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:52 ago on Mon 23 Feb 2026 08:14:47 AM UTC. 2026-02-23T08:15:39.448 INFO:teuthology.orchestra.run.trial085.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5433.g5adce3ff.el10.x86_64 1/1 2026-02-23T08:15:39.448 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:39.448 INFO:teuthology.orchestra.run.trial085.stdout:Installed: 2026-02-23T08:15:39.448 INFO:teuthology.orchestra.run.trial085.stdout: rbd-nbd-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:39.448 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:39.449 INFO:teuthology.orchestra.run.trial085.stdout:Complete! 2026-02-23T08:15:39.469 INFO:teuthology.orchestra.run.trial151.stdout:Package librados2-2:20.3.0-5433.g5adce3ff.el10.x86_64 is already installed. 2026-02-23T08:15:39.480 DEBUG:teuthology.parallel:result is None 2026-02-23T08:15:39.481 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:15:39.481 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-23T08:15:39.481 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-23T08:15:39.499 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install librbd1 2026-02-23T08:15:39.790 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:52 ago on Mon 23 Feb 2026 08:14:47 AM UTC. 2026-02-23T08:15:39.817 INFO:teuthology.orchestra.run.trial151.stdout:Package librbd1-2:20.3.0-5433.g5adce3ff.el10.x86_64 is already installed. 2026-02-23T08:15:39.827 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:15:39.827 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-23T08:15:39.827 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-23T08:15:39.848 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install python3-rados 2026-02-23T08:15:40.136 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:53 ago on Mon 23 Feb 2026 08:14:47 AM UTC. 2026-02-23T08:15:40.163 INFO:teuthology.orchestra.run.trial151.stdout:Package python3-rados-2:20.3.0-5433.g5adce3ff.el10.x86_64 is already installed. 2026-02-23T08:15:40.172 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:15:40.173 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-23T08:15:40.173 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-23T08:15:40.193 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install python3-rgw 2026-02-23T08:15:40.481 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:53 ago on Mon 23 Feb 2026 08:14:47 AM UTC. 2026-02-23T08:15:40.508 INFO:teuthology.orchestra.run.trial151.stdout:Package python3-rgw-2:20.3.0-5433.g5adce3ff.el10.x86_64 is already installed. 2026-02-23T08:15:40.518 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:15:40.519 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-23T08:15:40.519 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-23T08:15:40.539 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install python3-cephfs 2026-02-23T08:15:40.835 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:53 ago on Mon 23 Feb 2026 08:14:47 AM UTC. 2026-02-23T08:15:40.862 INFO:teuthology.orchestra.run.trial151.stdout:Package python3-cephfs-2:20.3.0-5433.g5adce3ff.el10.x86_64 is already installed. 2026-02-23T08:15:40.872 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:15:40.872 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-23T08:15:40.872 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-23T08:15:40.892 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install python3-rbd 2026-02-23T08:15:41.184 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:54 ago on Mon 23 Feb 2026 08:14:47 AM UTC. 2026-02-23T08:15:41.211 INFO:teuthology.orchestra.run.trial151.stdout:Package python3-rbd-2:20.3.0-5433.g5adce3ff.el10.x86_64 is already installed. 2026-02-23T08:15:41.221 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:15:41.222 INFO:teuthology.orchestra.run.trial151.stdout:Nothing to do. 2026-02-23T08:15:41.222 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-23T08:15:41.242 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install rbd-fuse 2026-02-23T08:15:41.538 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:54 ago on Mon 23 Feb 2026 08:14:47 AM UTC. 2026-02-23T08:15:41.574 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:15:41.574 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:15:41.575 INFO:teuthology.orchestra.run.trial151.stdout: Package Arch Version Repo Size 2026-02-23T08:15:41.575 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:15:41.575 INFO:teuthology.orchestra.run.trial151.stdout:Installing: 2026-02-23T08:15:41.575 INFO:teuthology.orchestra.run.trial151.stdout: rbd-fuse x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 87 k 2026-02-23T08:15:41.575 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:41.575 INFO:teuthology.orchestra.run.trial151.stdout:Transaction Summary 2026-02-23T08:15:41.575 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:15:41.575 INFO:teuthology.orchestra.run.trial151.stdout:Install 1 Package 2026-02-23T08:15:41.575 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:41.575 INFO:teuthology.orchestra.run.trial151.stdout:Total download size: 87 k 2026-02-23T08:15:41.576 INFO:teuthology.orchestra.run.trial151.stdout:Installed size: 215 k 2026-02-23T08:15:41.576 INFO:teuthology.orchestra.run.trial151.stdout:Downloading Packages: 2026-02-23T08:15:41.647 INFO:teuthology.orchestra.run.trial151.stdout:rbd-fuse-20.3.0-5433.g5adce3ff.el10.x86_64.rpm 1.2 MB/s | 87 kB 00:00 2026-02-23T08:15:41.647 INFO:teuthology.orchestra.run.trial151.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:15:41.648 INFO:teuthology.orchestra.run.trial151.stdout:Total 1.2 MB/s | 87 kB 00:00 2026-02-23T08:15:41.648 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction check 2026-02-23T08:15:41.652 INFO:teuthology.orchestra.run.trial151.stdout:Transaction check succeeded. 2026-02-23T08:15:41.652 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction test 2026-02-23T08:15:41.681 INFO:teuthology.orchestra.run.trial151.stdout:Transaction test succeeded. 2026-02-23T08:15:41.681 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction 2026-02-23T08:15:41.730 INFO:teuthology.orchestra.run.trial151.stdout: Preparing : 1/1 2026-02-23T08:15:41.749 INFO:teuthology.orchestra.run.trial151.stdout: Installing : rbd-fuse-2:20.3.0-5433.g5adce3ff.el10.x86_64 1/1 2026-02-23T08:15:41.861 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5433.g5adce3ff.el10.x86_64 1/1 2026-02-23T08:15:41.861 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:41.861 INFO:teuthology.orchestra.run.trial151.stdout:Installed: 2026-02-23T08:15:41.861 INFO:teuthology.orchestra.run.trial151.stdout: rbd-fuse-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:41.861 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:41.861 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-23T08:15:41.886 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install rbd-mirror 2026-02-23T08:15:42.178 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:55 ago on Mon 23 Feb 2026 08:14:47 AM UTC. 2026-02-23T08:15:42.213 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:15:42.214 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:15:42.214 INFO:teuthology.orchestra.run.trial151.stdout: Package Arch Version Repo Size 2026-02-23T08:15:42.214 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:15:42.214 INFO:teuthology.orchestra.run.trial151.stdout:Installing: 2026-02-23T08:15:42.214 INFO:teuthology.orchestra.run.trial151.stdout: rbd-mirror x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 2.9 M 2026-02-23T08:15:42.214 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:42.214 INFO:teuthology.orchestra.run.trial151.stdout:Transaction Summary 2026-02-23T08:15:42.214 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:15:42.214 INFO:teuthology.orchestra.run.trial151.stdout:Install 1 Package 2026-02-23T08:15:42.214 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:42.214 INFO:teuthology.orchestra.run.trial151.stdout:Total download size: 2.9 M 2026-02-23T08:15:42.214 INFO:teuthology.orchestra.run.trial151.stdout:Installed size: 11 M 2026-02-23T08:15:42.214 INFO:teuthology.orchestra.run.trial151.stdout:Downloading Packages: 2026-02-23T08:15:42.360 INFO:teuthology.orchestra.run.trial151.stdout:rbd-mirror-20.3.0-5433.g5adce3ff.el10.x86_64.rp 20 MB/s | 2.9 MB 00:00 2026-02-23T08:15:42.360 INFO:teuthology.orchestra.run.trial151.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:15:42.360 INFO:teuthology.orchestra.run.trial151.stdout:Total 20 MB/s | 2.9 MB 00:00 2026-02-23T08:15:42.360 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction check 2026-02-23T08:15:42.365 INFO:teuthology.orchestra.run.trial151.stdout:Transaction check succeeded. 2026-02-23T08:15:42.365 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction test 2026-02-23T08:15:42.402 INFO:teuthology.orchestra.run.trial151.stdout:Transaction test succeeded. 2026-02-23T08:15:42.402 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction 2026-02-23T08:15:42.549 INFO:teuthology.orchestra.run.trial151.stdout: Preparing : 1/1 2026-02-23T08:15:42.551 INFO:teuthology.orchestra.run.trial151.stdout: Installing : rbd-mirror-2:20.3.0-5433.g5adce3ff.el10.x86_64 1/1 2026-02-23T08:15:42.574 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5433.g5adce3ff.el10.x86_64 1/1 2026-02-23T08:15:42.574 INFO:teuthology.orchestra.run.trial151.stdout:Glob pattern passed to preset, but globs are not supported for this. 2026-02-23T08:15:42.574 INFO:teuthology.orchestra.run.trial151.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-23T08:15:42.574 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink '/etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target' → '/usr/lib/systemd/system/ceph-rbd-mirror.target'. 2026-02-23T08:15:42.574 INFO:teuthology.orchestra.run.trial151.stdout:Created symlink '/etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target' → '/usr/lib/systemd/system/ceph-rbd-mirror.target'. 2026-02-23T08:15:42.575 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:42.878 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:42.878 INFO:teuthology.orchestra.run.trial151.stdout:Installed: 2026-02-23T08:15:42.878 INFO:teuthology.orchestra.run.trial151.stdout: rbd-mirror-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:42.878 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:42.878 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-23T08:15:42.905 DEBUG:teuthology.orchestra.run.trial151:> sudo yum -y install rbd-nbd 2026-02-23T08:15:43.199 INFO:teuthology.orchestra.run.trial151.stdout:Last metadata expiration check: 0:00:56 ago on Mon 23 Feb 2026 08:14:47 AM UTC. 2026-02-23T08:15:43.235 INFO:teuthology.orchestra.run.trial151.stdout:Dependencies resolved. 2026-02-23T08:15:43.235 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:15:43.235 INFO:teuthology.orchestra.run.trial151.stdout: Package Architecture Version Repository Size 2026-02-23T08:15:43.235 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:15:43.235 INFO:teuthology.orchestra.run.trial151.stdout:Installing: 2026-02-23T08:15:43.235 INFO:teuthology.orchestra.run.trial151.stdout: rbd-nbd x86_64 2:20.3.0-5433.g5adce3ff.el10 ceph 180 k 2026-02-23T08:15:43.235 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:43.235 INFO:teuthology.orchestra.run.trial151.stdout:Transaction Summary 2026-02-23T08:15:43.235 INFO:teuthology.orchestra.run.trial151.stdout:================================================================================ 2026-02-23T08:15:43.235 INFO:teuthology.orchestra.run.trial151.stdout:Install 1 Package 2026-02-23T08:15:43.236 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:43.236 INFO:teuthology.orchestra.run.trial151.stdout:Total download size: 180 k 2026-02-23T08:15:43.236 INFO:teuthology.orchestra.run.trial151.stdout:Installed size: 479 k 2026-02-23T08:15:43.236 INFO:teuthology.orchestra.run.trial151.stdout:Downloading Packages: 2026-02-23T08:15:43.319 INFO:teuthology.orchestra.run.trial151.stdout:rbd-nbd-20.3.0-5433.g5adce3ff.el10.x86_64.rpm 2.1 MB/s | 180 kB 00:00 2026-02-23T08:15:43.319 INFO:teuthology.orchestra.run.trial151.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:15:43.319 INFO:teuthology.orchestra.run.trial151.stdout:Total 2.1 MB/s | 180 kB 00:00 2026-02-23T08:15:43.319 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction check 2026-02-23T08:15:43.324 INFO:teuthology.orchestra.run.trial151.stdout:Transaction check succeeded. 2026-02-23T08:15:43.324 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction test 2026-02-23T08:15:43.354 INFO:teuthology.orchestra.run.trial151.stdout:Transaction test succeeded. 2026-02-23T08:15:43.354 INFO:teuthology.orchestra.run.trial151.stdout:Running transaction 2026-02-23T08:15:43.406 INFO:teuthology.orchestra.run.trial151.stdout: Preparing : 1/1 2026-02-23T08:15:43.425 INFO:teuthology.orchestra.run.trial151.stdout: Installing : rbd-nbd-2:20.3.0-5433.g5adce3ff.el10.x86_64 1/1 2026-02-23T08:15:43.541 INFO:teuthology.orchestra.run.trial151.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5433.g5adce3ff.el10.x86_64 1/1 2026-02-23T08:15:43.542 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:43.542 INFO:teuthology.orchestra.run.trial151.stdout:Installed: 2026-02-23T08:15:43.542 INFO:teuthology.orchestra.run.trial151.stdout: rbd-nbd-2:20.3.0-5433.g5adce3ff.el10.x86_64 2026-02-23T08:15:43.542 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:15:43.542 INFO:teuthology.orchestra.run.trial151.stdout:Complete! 2026-02-23T08:15:43.570 DEBUG:teuthology.parallel:result is None 2026-02-23T08:15:43.571 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=rocky%2F10%2Fx86_64&sha1=5adce3ff0fe1645dcbc38d059f948571dc3d69da 2026-02-23T08:15:43.696 DEBUG:teuthology.orchestra.run.trial085:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-23T08:15:43.719 INFO:teuthology.orchestra.run.trial085.stdout:20.3.0-5433.g5adce3ff.el10 2026-02-23T08:15:43.720 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5433.g5adce3ff.el10 2026-02-23T08:15:43.720 INFO:teuthology.task.install:The correct ceph version 20.3.0-5433.g5adce3ff is installed. 2026-02-23T08:15:43.722 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=rocky%2F10%2Fx86_64&sha1=5adce3ff0fe1645dcbc38d059f948571dc3d69da 2026-02-23T08:15:43.866 DEBUG:teuthology.orchestra.run.trial151:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-23T08:15:43.889 INFO:teuthology.orchestra.run.trial151.stdout:20.3.0-5433.g5adce3ff.el10 2026-02-23T08:15:43.889 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5433.g5adce3ff.el10 2026-02-23T08:15:43.889 INFO:teuthology.task.install:The correct ceph version 20.3.0-5433.g5adce3ff is installed. 2026-02-23T08:15:43.893 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-02-23T08:15:43.893 DEBUG:teuthology.orchestra.run.trial085:> set -ex 2026-02-23T08:15:43.893 DEBUG:teuthology.orchestra.run.trial085:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-23T08:15:43.922 DEBUG:teuthology.orchestra.run.trial151:> set -ex 2026-02-23T08:15:43.922 DEBUG:teuthology.orchestra.run.trial151:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-23T08:15:43.956 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-02-23T08:15:43.956 DEBUG:teuthology.orchestra.run.trial085:> set -ex 2026-02-23T08:15:43.956 DEBUG:teuthology.orchestra.run.trial085:> sudo dd of=/usr/bin/daemon-helper 2026-02-23T08:15:43.989 DEBUG:teuthology.orchestra.run.trial085:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-23T08:15:44.055 DEBUG:teuthology.orchestra.run.trial151:> set -ex 2026-02-23T08:15:44.056 DEBUG:teuthology.orchestra.run.trial151:> sudo dd of=/usr/bin/daemon-helper 2026-02-23T08:15:44.084 DEBUG:teuthology.orchestra.run.trial151:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-23T08:15:44.150 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-02-23T08:15:44.151 DEBUG:teuthology.orchestra.run.trial085:> set -ex 2026-02-23T08:15:44.151 DEBUG:teuthology.orchestra.run.trial085:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-23T08:15:44.180 DEBUG:teuthology.orchestra.run.trial085:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-23T08:15:44.247 DEBUG:teuthology.orchestra.run.trial151:> set -ex 2026-02-23T08:15:44.247 DEBUG:teuthology.orchestra.run.trial151:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-23T08:15:44.276 DEBUG:teuthology.orchestra.run.trial151:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-23T08:15:44.342 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-02-23T08:15:44.343 DEBUG:teuthology.orchestra.run.trial085:> set -ex 2026-02-23T08:15:44.343 DEBUG:teuthology.orchestra.run.trial085:> sudo dd of=/usr/bin/stdin-killer 2026-02-23T08:15:44.371 DEBUG:teuthology.orchestra.run.trial085:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-23T08:15:44.439 DEBUG:teuthology.orchestra.run.trial151:> set -ex 2026-02-23T08:15:44.439 DEBUG:teuthology.orchestra.run.trial151:> sudo dd of=/usr/bin/stdin-killer 2026-02-23T08:15:44.466 DEBUG:teuthology.orchestra.run.trial151:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-23T08:15:44.534 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-23T08:15:44.664 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '5adce3ff0fe1645dcbc38d059f948571dc3d69da'} 2026-02-23T08:15:44.665 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da 2026-02-23T08:15:44.667 INFO:tasks.cephadm:Cluster fsid is d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:15:44.667 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-23T08:15:44.667 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.85', 'mon.b': '10.20.193.151'} 2026-02-23T08:15:44.667 INFO:tasks.cephadm:First mon is mon.a on trial085 2026-02-23T08:15:44.667 INFO:tasks.cephadm:First mgr is a 2026-02-23T08:15:44.667 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-23T08:15:44.667 DEBUG:teuthology.orchestra.run.trial085:> sudo hostname $(hostname -s) 2026-02-23T08:15:44.696 DEBUG:teuthology.orchestra.run.trial151:> sudo hostname $(hostname -s) 2026-02-23T08:15:44.724 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-23T08:15:44.725 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=rocky%2F10%2Fx86_64&sha1=5adce3ff0fe1645dcbc38d059f948571dc3d69da 2026-02-23T08:15:44.857 INFO:tasks.cephadm:builder_project result: [{'url': 'https://1.chacra.ceph.com/r/ceph/wip-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/rocky/10/flavors/default/', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/rocky/10/flavors/default/', 'ref': 'wip-bharath8-testing-2026-02-22-0716', 'sha1': '5adce3ff0fe1645dcbc38d059f948571dc3d69da', 'distro': 'rocky', 'distro_version': '10', 'distro_codename': None, 'modified': '2026-02-23 06:38:16.468505', 'status': 'ready', 'flavor': 'default', 'project': 'ceph', 'archs': ['x86_64', 'source'], 'extra': {'version': '20.3.0-5433-g5adce3ff', 'package_manager_version': '20.3.0-5433.g5adce3ff', 'build_url': 'https://jenkins.ceph.com/job/ceph-dev-pipeline/3191/', 'root_build_cause': '', 'node_name': '10.20.192.98+toko08', 'job_name': 'ceph-dev-pipeline'}}] 2026-02-23T08:15:44.996 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-bharath8-testing-2026-02-22-0716, sha1 5adce3ff0fe1645dcbc38d059f948571dc3d69da from https://shaman.ceph.com/api/search/?project=ceph&distros=rocky%2F10%2Fx86_64&flavor=default&sha1=5adce3ff0fe1645dcbc38d059f948571dc3d69da 2026-02-23T08:15:44.998 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/rocky/10/x86_64/flavors/default/cephadm 2026-02-23T08:15:44.998 INFO:tasks.cephadm:Downloading cephadm from url: https://1.chacra.ceph.com/binaries/ceph/wip-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/rocky/10/x86_64/flavors/default/cephadm 2026-02-23T08:15:44.998 DEBUG:teuthology.orchestra.run.trial085:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/rocky/10/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-23T08:15:45.304 INFO:teuthology.orchestra.run.trial085.stdout:-rw-r--r--. 1 ubuntu ubuntu 1410091 Feb 23 08:15 /home/ubuntu/cephtest/cephadm 2026-02-23T08:15:45.305 DEBUG:teuthology.orchestra.run.trial151:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/rocky/10/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-23T08:15:45.597 INFO:teuthology.orchestra.run.trial151.stdout:-rw-r--r--. 1 ubuntu ubuntu 1410091 Feb 23 08:15 /home/ubuntu/cephtest/cephadm 2026-02-23T08:15:45.598 DEBUG:teuthology.orchestra.run.trial085:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-23T08:15:45.618 DEBUG:teuthology.orchestra.run.trial151:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-23T08:15:45.650 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da on all hosts... 2026-02-23T08:15:45.650 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da pull 2026-02-23T08:15:45.660 DEBUG:teuthology.orchestra.run.trial151:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da pull 2026-02-23T08:15:45.891 INFO:teuthology.orchestra.run.trial085.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da... 2026-02-23T08:15:45.909 INFO:teuthology.orchestra.run.trial151.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da... 2026-02-23T08:15:54.967 INFO:teuthology.orchestra.run.trial085.stdout:{ 2026-02-23T08:15:54.968 INFO:teuthology.orchestra.run.trial085.stdout: "ceph_version": "ceph version 20.3.0-5433-g5adce3ff (5adce3ff0fe1645dcbc38d059f948571dc3d69da) tentacle (dev)", 2026-02-23T08:15:54.968 INFO:teuthology.orchestra.run.trial085.stdout: "image_id": "af88a7aa64a7df2dfbd8b343bb510d8c25a233faf34d3aa06c89ee09c8196ff4", 2026-02-23T08:15:54.968 INFO:teuthology.orchestra.run.trial085.stdout: "repo_digests": [ 2026-02-23T08:15:54.968 INFO:teuthology.orchestra.run.trial085.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c" 2026-02-23T08:15:54.968 INFO:teuthology.orchestra.run.trial085.stdout: ] 2026-02-23T08:15:54.968 INFO:teuthology.orchestra.run.trial085.stdout:} 2026-02-23T08:15:54.982 INFO:teuthology.orchestra.run.trial151.stdout:{ 2026-02-23T08:15:54.983 INFO:teuthology.orchestra.run.trial151.stdout: "ceph_version": "ceph version 20.3.0-5433-g5adce3ff (5adce3ff0fe1645dcbc38d059f948571dc3d69da) tentacle (dev)", 2026-02-23T08:15:54.983 INFO:teuthology.orchestra.run.trial151.stdout: "image_id": "af88a7aa64a7df2dfbd8b343bb510d8c25a233faf34d3aa06c89ee09c8196ff4", 2026-02-23T08:15:54.983 INFO:teuthology.orchestra.run.trial151.stdout: "repo_digests": [ 2026-02-23T08:15:54.983 INFO:teuthology.orchestra.run.trial151.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c" 2026-02-23T08:15:54.983 INFO:teuthology.orchestra.run.trial151.stdout: ] 2026-02-23T08:15:54.983 INFO:teuthology.orchestra.run.trial151.stdout:} 2026-02-23T08:15:54.999 DEBUG:teuthology.orchestra.run.trial085:> sudo mkdir -p /etc/ceph 2026-02-23T08:15:55.039 DEBUG:teuthology.orchestra.run.trial151:> sudo mkdir -p /etc/ceph 2026-02-23T08:15:55.069 DEBUG:teuthology.orchestra.run.trial085:> sudo chmod 777 /etc/ceph 2026-02-23T08:15:55.107 DEBUG:teuthology.orchestra.run.trial151:> sudo chmod 777 /etc/ceph 2026-02-23T08:15:55.136 INFO:tasks.cephadm:Writing seed config... 2026-02-23T08:15:55.138 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2026-02-23T08:15:55.139 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-23T08:15:55.139 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-23T08:15:55.139 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2026-02-23T08:15:55.139 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-23T08:15:55.139 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-23T08:15:55.139 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-23T08:15:55.139 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-23T08:15:55.139 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-23T08:15:55.140 DEBUG:teuthology.orchestra.run.trial085:> set -ex 2026-02-23T08:15:55.140 DEBUG:teuthology.orchestra.run.trial085:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-23T08:15:55.166 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 = d9dc3f41-108f-11f1-99b8-d404e6e7d460 mon election default strategy = 1 [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 = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2026-02-23T08:15:55.167 DEBUG:teuthology.orchestra.run.trial085:mon.a> sudo journalctl -f -n 0 -u ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.a.service 2026-02-23T08:15:55.209 DEBUG:teuthology.orchestra.run.trial085:mgr.a> sudo journalctl -f -n 0 -u ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mgr.a.service 2026-02-23T08:15:55.252 INFO:tasks.cephadm:Bootstrapping... 2026-02-23T08:15:55.252 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da -v bootstrap --fsid d9dc3f41-108f-11f1-99b8-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.85 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-23T08:15:55.398 INFO:teuthology.orchestra.run.trial085.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:15:55.398 INFO:teuthology.orchestra.run.trial085.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da', '-v', 'bootstrap', '--fsid', 'd9dc3f41-108f-11f1-99b8-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.85', '--skip-admin-label'] 2026-02-23T08:15:55.398 INFO:teuthology.orchestra.run.trial085.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-23T08:15:55.399 INFO:teuthology.orchestra.run.trial085.stdout:Verifying podman|docker is present... 2026-02-23T08:15:55.414 INFO:teuthology.orchestra.run.trial085.stdout:/bin/podman: stdout 5.6.0 2026-02-23T08:15:55.414 INFO:teuthology.orchestra.run.trial085.stdout:Verifying lvm2 is present... 2026-02-23T08:15:55.414 INFO:teuthology.orchestra.run.trial085.stdout:Verifying time synchronization is in place... 2026-02-23T08:15:55.419 INFO:teuthology.orchestra.run.trial085.stdout:Non-zero exit code 4 from systemctl is-enabled chrony.service 2026-02-23T08:15:55.419 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout not-found 2026-02-23T08:15:55.423 INFO:teuthology.orchestra.run.trial085.stdout:Non-zero exit code 4 from systemctl is-active chrony.service 2026-02-23T08:15:55.423 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout inactive 2026-02-23T08:15:55.427 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout enabled 2026-02-23T08:15:55.431 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout active 2026-02-23T08:15:55.431 INFO:teuthology.orchestra.run.trial085.stdout:Unit chronyd.service is enabled and running 2026-02-23T08:15:55.431 INFO:teuthology.orchestra.run.trial085.stdout:Repeating the final host check... 2026-02-23T08:15:55.445 INFO:teuthology.orchestra.run.trial085.stdout:/bin/podman: stdout 5.6.0 2026-02-23T08:15:55.445 INFO:teuthology.orchestra.run.trial085.stdout:podman (/bin/podman) version 5.6.0 is present 2026-02-23T08:15:55.445 INFO:teuthology.orchestra.run.trial085.stdout:systemctl is present 2026-02-23T08:15:55.445 INFO:teuthology.orchestra.run.trial085.stdout:lvcreate is present 2026-02-23T08:15:55.448 INFO:teuthology.orchestra.run.trial085.stdout:Non-zero exit code 4 from systemctl is-enabled chrony.service 2026-02-23T08:15:55.448 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout not-found 2026-02-23T08:15:55.452 INFO:teuthology.orchestra.run.trial085.stdout:Non-zero exit code 4 from systemctl is-active chrony.service 2026-02-23T08:15:55.453 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout inactive 2026-02-23T08:15:55.457 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout enabled 2026-02-23T08:15:55.461 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout active 2026-02-23T08:15:55.461 INFO:teuthology.orchestra.run.trial085.stdout:Unit chronyd.service is enabled and running 2026-02-23T08:15:55.461 INFO:teuthology.orchestra.run.trial085.stdout:Host looks OK 2026-02-23T08:15:55.462 INFO:teuthology.orchestra.run.trial085.stdout:Cluster fsid: d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:15:55.462 INFO:teuthology.orchestra.run.trial085.stdout:Acquiring lock 140564403857520 on /run/cephadm/d9dc3f41-108f-11f1-99b8-d404e6e7d460.lock 2026-02-23T08:15:55.462 INFO:teuthology.orchestra.run.trial085.stdout:Lock 140564403857520 acquired on /run/cephadm/d9dc3f41-108f-11f1-99b8-d404e6e7d460.lock 2026-02-23T08:15:55.462 INFO:teuthology.orchestra.run.trial085.stdout:Verifying IP 10.20.193.85 port 3300 ... 2026-02-23T08:15:55.462 INFO:teuthology.orchestra.run.trial085.stdout:Verifying IP 10.20.193.85 port 6789 ... 2026-02-23T08:15:55.462 INFO:teuthology.orchestra.run.trial085.stdout:Base mon IP(s) is [10.20.193.85:3300, 10.20.193.85:6789], mon addrv is [v2:10.20.193.85:3300,v1:10.20.193.85:6789] 2026-02-23T08:15:55.463 INFO:teuthology.orchestra.run.trial085.stdout:/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0np0 proto dhcp src 10.20.193.85 metric 102 2026-02-23T08:15:55.463 INFO:teuthology.orchestra.run.trial085.stdout:/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0np0 proto kernel scope link src 10.20.193.85 metric 102 2026-02-23T08:15:55.463 INFO:teuthology.orchestra.run.trial085.stdout:/sbin/ip: stdout 169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-23T08:15:55.464 INFO:teuthology.orchestra.run.trial085.stdout:/sbin/ip: stdout fe80::/64 dev enp1s0f0np0 proto kernel metric 256 pref medium 2026-02-23T08:15:55.464 INFO:teuthology.orchestra.run.trial085.stdout:/sbin/ip: stdout fe80::/64 dev enp7s0f4u2u2c2 proto kernel metric 1024 pref medium 2026-02-23T08:15:55.466 INFO:teuthology.orchestra.run.trial085.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-23T08:15:55.466 INFO:teuthology.orchestra.run.trial085.stdout:/sbin/ip: stdout inet6 ::1/128 scope host noprefixroute 2026-02-23T08:15:55.466 INFO:teuthology.orchestra.run.trial085.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-23T08:15:55.466 INFO:teuthology.orchestra.run.trial085.stdout:/sbin/ip: stdout 2: enp7s0f4u2u2c2: mtu 1500 state UNKNOWN qlen 1000 2026-02-23T08:15:55.466 INFO:teuthology.orchestra.run.trial085.stdout:/sbin/ip: stdout inet6 fe80::bc3a:f2ff:feb6:59f/64 scope link noprefixroute 2026-02-23T08:15:55.466 INFO:teuthology.orchestra.run.trial085.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-23T08:15:55.467 INFO:teuthology.orchestra.run.trial085.stdout:/sbin/ip: stdout 3: enp1s0f0np0: mtu 1500 state UP qlen 1000 2026-02-23T08:15:55.467 INFO:teuthology.orchestra.run.trial085.stdout:/sbin/ip: stdout inet6 fe80::925a:8ff:fe77:6482/64 scope link proto kernel_ll 2026-02-23T08:15:55.467 INFO:teuthology.orchestra.run.trial085.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-23T08:15:55.467 INFO:teuthology.orchestra.run.trial085.stdout:Mon IP `10.20.193.85` is in CIDR network `10.20.192.0/20` 2026-02-23T08:15:55.467 INFO:teuthology.orchestra.run.trial085.stdout:Mon IP `10.20.193.85` is in CIDR network `10.20.192.0/20` 2026-02-23T08:15:55.467 INFO:teuthology.orchestra.run.trial085.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20'] 2026-02-23T08:15:55.467 INFO:teuthology.orchestra.run.trial085.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-23T08:15:55.467 INFO:teuthology.orchestra.run.trial085.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da... 2026-02-23T08:15:55.702 INFO:teuthology.orchestra.run.trial085.stdout:/bin/podman: stdout af88a7aa64a7df2dfbd8b343bb510d8c25a233faf34d3aa06c89ee09c8196ff4 2026-02-23T08:15:55.703 INFO:teuthology.orchestra.run.trial085.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da... 2026-02-23T08:15:55.703 INFO:teuthology.orchestra.run.trial085.stdout:/bin/podman: stderr Getting image source signatures 2026-02-23T08:15:55.703 INFO:teuthology.orchestra.run.trial085.stdout:/bin/podman: stderr Copying blob sha256:5dd85e1a50663785d86adae5ef92579a03e6f64059ca9c005010518acdd62048 2026-02-23T08:15:55.703 INFO:teuthology.orchestra.run.trial085.stdout:/bin/podman: stderr Copying blob sha256:5aa425a517a00a2fbe7954a11844e3fb1bc6ac3dabe86414673c851da7d4f225 2026-02-23T08:15:55.703 INFO:teuthology.orchestra.run.trial085.stdout:/bin/podman: stderr Copying config sha256:af88a7aa64a7df2dfbd8b343bb510d8c25a233faf34d3aa06c89ee09c8196ff4 2026-02-23T08:15:55.703 INFO:teuthology.orchestra.run.trial085.stdout:/bin/podman: stderr Writing manifest to image destination 2026-02-23T08:15:55.809 INFO:teuthology.orchestra.run.trial085.stdout:ceph: stdout ceph version 20.3.0-5433-g5adce3ff (5adce3ff0fe1645dcbc38d059f948571dc3d69da) tentacle (dev) 2026-02-23T08:15:55.809 INFO:teuthology.orchestra.run.trial085.stdout:Ceph version: ceph version 20.3.0-5433-g5adce3ff (5adce3ff0fe1645dcbc38d059f948571dc3d69da) tentacle (dev) 2026-02-23T08:15:55.809 INFO:teuthology.orchestra.run.trial085.stdout:Extracting ceph user uid/gid from container image... 2026-02-23T08:15:55.909 INFO:teuthology.orchestra.run.trial085.stdout:stat: stdout 167 167 2026-02-23T08:15:55.909 INFO:teuthology.orchestra.run.trial085.stdout:Creating initial keys... 2026-02-23T08:15:56.014 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph-authtool: stdout AQC8DJxpvtwzABAAScX9taFGCyeKrpGmL8xyfg== 2026-02-23T08:15:56.141 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph-authtool: stdout AQC8DJxpFOe1BxAAQsjTiQD/FbN+3JZF0nkuDw== 2026-02-23T08:15:56.243 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph-authtool: stdout AQC8DJxpNtDPDRAA7p/O7k8HXO1xw6Hw41gpHw== 2026-02-23T08:15:56.243 INFO:teuthology.orchestra.run.trial085.stdout:Creating initial monmap... 2026-02-23T08:15:56.375 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-23T08:15:56.375 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-02-23T08:15:56.376 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:15:56.376 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-23T08:15:56.376 INFO:teuthology.orchestra.run.trial085.stdout:monmaptool for a [v2:10.20.193.85:3300,v1:10.20.193.85:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-23T08:15:56.376 INFO:teuthology.orchestra.run.trial085.stdout:setting min_mon_release = tentacle 2026-02-23T08:15:56.376 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/monmaptool: set fsid to d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:15:56.376 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-23T08:15:56.376 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:15:56.376 INFO:teuthology.orchestra.run.trial085.stdout:Creating mon... 2026-02-23T08:15:56.515 INFO:teuthology.orchestra.run.trial085.stdout:create mon.a on 2026-02-23T08:15:56.679 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stderr Removed '/etc/systemd/system/multi-user.target.wants/ceph.target'. 2026-02-23T08:15:56.793 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stderr Created symlink '/etc/systemd/system/multi-user.target.wants/ceph.target' → '/etc/systemd/system/ceph.target'. 2026-02-23T08:15:56.917 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stderr Created symlink '/etc/systemd/system/multi-user.target.wants/ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460.target' → '/etc/systemd/system/ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460.target'. 2026-02-23T08:15:56.918 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stderr Created symlink '/etc/systemd/system/ceph.target.wants/ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460.target' → '/etc/systemd/system/ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460.target'. 2026-02-23T08:15:57.069 INFO:teuthology.orchestra.run.trial085.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.a 2026-02-23T08:15:57.069 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stderr Failed to reset failed state of unit ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.a.service: Unit ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.a.service not loaded. 2026-02-23T08:15:57.206 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stderr Created symlink '/etc/systemd/system/ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460.target.wants/ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.a.service' → '/etc/systemd/system/ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@.service'. 2026-02-23T08:15:57.307 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:57 trial085 systemd[1]: Starting ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.a.service - Ceph mon.a for d9dc3f41-108f-11f1-99b8-d404e6e7d460... 2026-02-23T08:15:57.354 INFO:teuthology.orchestra.run.trial085.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-23T08:15:57.355 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout disabled 2026-02-23T08:15:57.361 INFO:teuthology.orchestra.run.trial085.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-23T08:15:57.361 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout inactive 2026-02-23T08:15:57.361 INFO:teuthology.orchestra.run.trial085.stdout:firewalld.service is not enabled 2026-02-23T08:15:57.361 INFO:teuthology.orchestra.run.trial085.stdout:Not possible to enable service . firewalld.service is not available 2026-02-23T08:15:57.361 INFO:teuthology.orchestra.run.trial085.stdout:Waiting for mon to start... 2026-02-23T08:15:57.361 INFO:teuthology.orchestra.run.trial085.stdout:Waiting for mon... 2026-02-23T08:15:57.517 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout cluster: 2026-02-23T08:15:57.517 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout id: d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:15:57.517 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-23T08:15:57.517 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 2026-02-23T08:15:57.517 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout services: 2026-02-23T08:15:57.517 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.134703s) [leader: a] 2026-02-23T08:15:57.517 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-23T08:15:57.517 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-23T08:15:57.517 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 2026-02-23T08:15:57.517 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout data: 2026-02-23T08:15:57.517 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-23T08:15:57.517 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-23T08:15:57.517 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-23T08:15:57.517 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout pgs: 2026-02-23T08:15:57.517 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 2026-02-23T08:15:57.517 INFO:teuthology.orchestra.run.trial085.stdout:mon is available 2026-02-23T08:15:57.517 INFO:teuthology.orchestra.run.trial085.stdout:Assimilating anything we can from ceph.conf... 2026-02-23T08:15:57.568 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:57 trial085 podman[32191]: 2026-02-23 08:15:57.305765005 +0000 UTC m=+0.015164927 container create 959117ec21146a20a9bc80b3cc3b80454d1cd44004ffc17bb8ea6a65f7e286aa (image=quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-a, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , ceph=True, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0) 2026-02-23T08:15:57.568 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:57 trial085 podman[32191]: 2026-02-23 08:15:57.339959303 +0000 UTC m=+0.049359225 container init 959117ec21146a20a9bc80b3cc3b80454d1cd44004ffc17bb8ea6a65f7e286aa (image=quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-a, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-23T08:15:57.568 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:57 trial085 podman[32191]: 2026-02-23 08:15:57.341668022 +0000 UTC m=+0.051067944 container start 959117ec21146a20a9bc80b3cc3b80454d1cd44004ffc17bb8ea6a65f7e286aa (image=quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-a, org.label-schema.license=GPLv2, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, org.label-schema.vendor=CentOS) 2026-02-23T08:15:57.568 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:57 trial085 bash[32191]: 959117ec21146a20a9bc80b3cc3b80454d1cd44004ffc17bb8ea6a65f7e286aa 2026-02-23T08:15:57.569 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:57 trial085 podman[32191]: 2026-02-23 08:15:57.299360106 +0000 UTC m=+0.008760038 image pull af88a7aa64a7df2dfbd8b343bb510d8c25a233faf34d3aa06c89ee09c8196ff4 quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da 2026-02-23T08:15:57.569 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:57 trial085 systemd[1]: Started ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.a.service - Ceph mon.a for d9dc3f41-108f-11f1-99b8-d404e6e7d460. 2026-02-23T08:15:57.569 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:57 trial085 ceph-mon[32221]: mkfs d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:15:57.569 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:57 trial085 ceph-mon[32221]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-23T08:15:57.674 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 2026-02-23T08:15:57.674 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout [global] 2026-02-23T08:15:57.674 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout fsid = d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:15:57.674 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-23T08:15:57.674 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.85:3300,v1:10.20.193.85:6789] 2026-02-23T08:15:57.674 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-23T08:15:57.674 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-23T08:15:57.674 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-23T08:15:57.674 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-23T08:15:57.675 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 2026-02-23T08:15:57.675 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-23T08:15:57.675 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2026-02-23T08:15:57.675 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-23T08:15:57.675 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 2026-02-23T08:15:57.675 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout [osd] 2026-02-23T08:15:57.675 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-23T08:15:57.675 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-23T08:15:57.675 INFO:teuthology.orchestra.run.trial085.stdout:Generating new minimal ceph.conf... 2026-02-23T08:15:57.827 INFO:teuthology.orchestra.run.trial085.stdout:Restarting the monitor... 2026-02-23T08:15:58.077 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:57 trial085 systemd[1]: Stopping ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.a.service - Ceph mon.a for d9dc3f41-108f-11f1-99b8-d404e6e7d460... 2026-02-23T08:15:58.077 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:57 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-a[32217]: 2026-02-23T08:15:57.901+0000 7f7b3591b640 -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-23T08:15:58.077 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:57 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-a[32217]: 2026-02-23T08:15:57.901+0000 7f7b3591b640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-23T08:15:58.077 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 podman[32489]: 2026-02-23 08:15:58.014455172 +0000 UTC m=+0.122589985 container died 959117ec21146a20a9bc80b3cc3b80454d1cd44004ffc17bb8ea6a65f7e286aa (image=quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-a, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-23T08:15:58.077 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 podman[32489]: 2026-02-23 08:15:58.020930763 +0000 UTC m=+0.129065586 container remove 959117ec21146a20a9bc80b3cc3b80454d1cd44004ffc17bb8ea6a65f7e286aa (image=quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-a, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, ceph=True, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7) 2026-02-23T08:15:58.077 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 bash[32489]: ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-a 2026-02-23T08:15:58.214 INFO:teuthology.orchestra.run.trial085.stdout:Setting public_network to 10.20.192.0/20 in global config section 2026-02-23T08:15:58.330 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 systemd[1]: ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-23T08:15:58.330 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 systemd[1]: Stopped ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.a.service - Ceph mon.a for d9dc3f41-108f-11f1-99b8-d404e6e7d460. 2026-02-23T08:15:58.330 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 systemd[1]: Starting ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.a.service - Ceph mon.a for d9dc3f41-108f-11f1-99b8-d404e6e7d460... 2026-02-23T08:15:58.330 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 podman[32610]: 2026-02-23 08:15:58.181125659 +0000 UTC m=+0.014735494 container create fda164014db4e867d25605b4697af6d2612b48508b03af1bc73ccfa4819b4e12 (image=quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-a, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, 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.build-date=20260216, OSD_FLAVOR=default, org.label-schema.license=GPLv2, CEPH_REF=wip-bharath8-testing-2026-02-22-0716) 2026-02-23T08:15:58.330 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 podman[32610]: 2026-02-23 08:15:58.206284965 +0000 UTC m=+0.039894810 container init fda164014db4e867d25605b4697af6d2612b48508b03af1bc73ccfa4819b4e12 (image=quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-a, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.build-date=20260216, OSD_FLAVOR=default, org.label-schema.license=GPLv2, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-23T08:15:58.330 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 podman[32610]: 2026-02-23 08:15:58.208192155 +0000 UTC m=+0.041801990 container start fda164014db4e867d25605b4697af6d2612b48508b03af1bc73ccfa4819b4e12 (image=quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-a, io.buildah.version=1.33.7, OSD_FLAVOR=default, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , ceph=True, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da) 2026-02-23T08:15:58.330 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 bash[32610]: fda164014db4e867d25605b4697af6d2612b48508b03af1bc73ccfa4819b4e12 2026-02-23T08:15:58.330 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 podman[32610]: 2026-02-23 08:15:58.175130237 +0000 UTC m=+0.008740082 image pull af88a7aa64a7df2dfbd8b343bb510d8c25a233faf34d3aa06c89ee09c8196ff4 quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da 2026-02-23T08:15:58.330 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 systemd[1]: Started ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.a.service - Ceph mon.a for d9dc3f41-108f-11f1-99b8-d404e6e7d460. 2026-02-23T08:15:58.331 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: set uid:gid to 167:167 (ceph:ceph) 2026-02-23T08:15:58.331 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: ceph version 20.3.0-5433-g5adce3ff (5adce3ff0fe1645dcbc38d059f948571dc3d69da) tentacle (dev - RelWithDebInfo), process ceph-mon, pid 2 2026-02-23T08:15:58.331 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: pidfile_write: ignore empty --pid-file 2026-02-23T08:15:58.331 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: load: jerasure load: lrc 2026-02-23T08:15:58.331 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: RocksDB version: 7.9.2 2026-02-23T08:15:58.331 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Git sha 0 2026-02-23T08:15:58.331 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Compile date 2026-02-22 03:19:16 2026-02-23T08:15:58.331 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: DB SUMMARY 2026-02-23T08:15:58.331 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: DB Session ID: NCNPWK8A71UP20EHSUR8 2026-02-23T08:15:58.331 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: CURRENT file: CURRENT 2026-02-23T08:15:58.331 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: IDENTITY file: IDENTITY 2026-02-23T08:15:58.331 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-23T08:15:58.332 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-02-23T08:15:58.332 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 76561 ; 2026-02-23T08:15:58.332 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.error_if_exists: 0 2026-02-23T08:15:58.332 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.create_if_missing: 0 2026-02-23T08:15:58.332 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.paranoid_checks: 1 2026-02-23T08:15:58.332 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-23T08:15:58.332 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-23T08:15:58.332 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-23T08:15:58.332 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.env: 0xed5c80 2026-02-23T08:15:58.332 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.fs: PosixFileSystem 2026-02-23T08:15:58.332 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.info_log: 0x34292ec0 2026-02-23T08:15:58.332 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.max_file_opening_threads: 16 2026-02-23T08:15:58.332 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.statistics: (nil) 2026-02-23T08:15:58.333 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.use_fsync: 0 2026-02-23T08:15:58.333 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.max_log_file_size: 0 2026-02-23T08:15:58.333 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-23T08:15:58.333 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-23T08:15:58.333 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.keep_log_file_num: 1000 2026-02-23T08:15:58.333 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.recycle_log_file_num: 0 2026-02-23T08:15:58.333 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.allow_fallocate: 1 2026-02-23T08:15:58.333 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.allow_mmap_reads: 0 2026-02-23T08:15:58.333 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.allow_mmap_writes: 0 2026-02-23T08:15:58.333 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.use_direct_reads: 0 2026-02-23T08:15:58.333 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-23T08:15:58.333 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.create_missing_column_families: 0 2026-02-23T08:15:58.333 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.db_log_dir: 2026-02-23T08:15:58.334 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.wal_dir: 2026-02-23T08:15:58.334 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-23T08:15:58.334 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-23T08:15:58.334 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-23T08:15:58.334 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-23T08:15:58.334 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-23T08:15:58.334 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-23T08:15:58.334 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.advise_random_on_open: 1 2026-02-23T08:15:58.334 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.db_write_buffer_size: 0 2026-02-23T08:15:58.334 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.write_buffer_manager: 0x3428e140 2026-02-23T08:15:58.334 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-23T08:15:58.334 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-23T08:15:58.335 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-23T08:15:58.335 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.rate_limiter: (nil) 2026-02-23T08:15:58.335 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-23T08:15:58.335 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.wal_recovery_mode: 2 2026-02-23T08:15:58.335 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.enable_thread_tracking: 0 2026-02-23T08:15:58.335 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.enable_pipelined_write: 0 2026-02-23T08:15:58.335 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.unordered_write: 0 2026-02-23T08:15:58.335 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-23T08:15:58.335 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-23T08:15:58.335 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-23T08:15:58.335 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-23T08:15:58.335 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.row_cache: None 2026-02-23T08:15:58.335 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.wal_filter: None 2026-02-23T08:15:58.336 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-23T08:15:58.336 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.allow_ingest_behind: 0 2026-02-23T08:15:58.336 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.two_write_queues: 0 2026-02-23T08:15:58.336 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.manual_wal_flush: 0 2026-02-23T08:15:58.336 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.wal_compression: 0 2026-02-23T08:15:58.336 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.atomic_flush: 0 2026-02-23T08:15:58.336 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-23T08:15:58.336 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-23T08:15:58.336 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-23T08:15:58.336 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.log_readahead_size: 0 2026-02-23T08:15:58.336 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-23T08:15:58.336 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.best_efforts_recovery: 0 2026-02-23T08:15:58.336 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-23T08:15:58.337 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-23T08:15:58.337 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.allow_data_in_errors: 0 2026-02-23T08:15:58.337 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.db_host_id: __hostname__ 2026-02-23T08:15:58.337 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-23T08:15:58.337 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.max_background_jobs: 2 2026-02-23T08:15:58.337 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.max_background_compactions: -1 2026-02-23T08:15:58.337 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.max_subcompactions: 1 2026-02-23T08:15:58.337 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-23T08:15:58.337 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-23T08:15:58.337 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-23T08:15:58.337 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.max_total_wal_size: 0 2026-02-23T08:15:58.337 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-23T08:15:58.337 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-23T08:15:58.338 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-23T08:15:58.338 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-23T08:15:58.338 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.max_open_files: -1 2026-02-23T08:15:58.338 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.bytes_per_sync: 0 2026-02-23T08:15:58.338 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-23T08:15:58.338 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-23T08:15:58.338 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.compaction_readahead_size: 0 2026-02-23T08:15:58.338 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.max_background_flushes: -1 2026-02-23T08:15:58.338 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Compression algorithms supported: 2026-02-23T08:15:58.338 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: kZSTD supported: 0 2026-02-23T08:15:58.338 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: kXpressCompression supported: 0 2026-02-23T08:15:58.338 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: kBZip2Compression supported: 0 2026-02-23T08:15:58.338 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-23T08:15:58.338 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: kLZ4Compression supported: 1 2026-02-23T08:15:58.339 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: kZlibCompression supported: 1 2026-02-23T08:15:58.339 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: kLZ4HCCompression supported: 1 2026-02-23T08:15:58.339 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: kSnappyCompression supported: 1 2026-02-23T08:15:58.339 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-23T08:15:58.339 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-23T08:15:58.339 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-02-23T08:15:58.339 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-23T08:15:58.339 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-23T08:15:58.339 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.merge_operator: 2026-02-23T08:15:58.339 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.compaction_filter: None 2026-02-23T08:15:58.339 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.compaction_filter_factory: None 2026-02-23T08:15:58.339 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.sst_partitioner_factory: None 2026-02-23T08:15:58.340 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-23T08:15:58.340 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-23T08:15:58.340 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x34293600) 2026-02-23T08:15:58.340 INFO:journalctl@ceph.mon.a.trial085.stdout: cache_index_and_filter_blocks: 1 2026-02-23T08:15:58.340 INFO:journalctl@ceph.mon.a.trial085.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-23T08:15:58.340 INFO:journalctl@ceph.mon.a.trial085.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-23T08:15:58.340 INFO:journalctl@ceph.mon.a.trial085.stdout: pin_top_level_index_and_filter: 1 2026-02-23T08:15:58.340 INFO:journalctl@ceph.mon.a.trial085.stdout: index_type: 0 2026-02-23T08:15:58.340 INFO:journalctl@ceph.mon.a.trial085.stdout: data_block_index_type: 0 2026-02-23T08:15:58.340 INFO:journalctl@ceph.mon.a.trial085.stdout: index_shortening: 1 2026-02-23T08:15:58.340 INFO:journalctl@ceph.mon.a.trial085.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-23T08:15:58.340 INFO:journalctl@ceph.mon.a.trial085.stdout: checksum: 4 2026-02-23T08:15:58.340 INFO:journalctl@ceph.mon.a.trial085.stdout: no_block_cache: 0 2026-02-23T08:15:58.341 INFO:journalctl@ceph.mon.a.trial085.stdout: block_cache: 0x34261a50 2026-02-23T08:15:58.341 INFO:journalctl@ceph.mon.a.trial085.stdout: block_cache_name: BinnedLRUCache 2026-02-23T08:15:58.341 INFO:journalctl@ceph.mon.a.trial085.stdout: block_cache_options: 2026-02-23T08:15:58.341 INFO:journalctl@ceph.mon.a.trial085.stdout: capacity : 536870912 2026-02-23T08:15:58.341 INFO:journalctl@ceph.mon.a.trial085.stdout: num_shard_bits : 4 2026-02-23T08:15:58.341 INFO:journalctl@ceph.mon.a.trial085.stdout: strict_capacity_limit : 0 2026-02-23T08:15:58.341 INFO:journalctl@ceph.mon.a.trial085.stdout: high_pri_pool_ratio: 0.000 2026-02-23T08:15:58.341 INFO:journalctl@ceph.mon.a.trial085.stdout: block_cache_compressed: (nil) 2026-02-23T08:15:58.341 INFO:journalctl@ceph.mon.a.trial085.stdout: persistent_cache: (nil) 2026-02-23T08:15:58.341 INFO:journalctl@ceph.mon.a.trial085.stdout: block_size: 4096 2026-02-23T08:15:58.341 INFO:journalctl@ceph.mon.a.trial085.stdout: block_size_deviation: 10 2026-02-23T08:15:58.341 INFO:journalctl@ceph.mon.a.trial085.stdout: block_restart_interval: 16 2026-02-23T08:15:58.342 INFO:journalctl@ceph.mon.a.trial085.stdout: index_block_restart_interval: 1 2026-02-23T08:15:58.342 INFO:journalctl@ceph.mon.a.trial085.stdout: metadata_block_size: 4096 2026-02-23T08:15:58.342 INFO:journalctl@ceph.mon.a.trial085.stdout: partition_filters: 0 2026-02-23T08:15:58.342 INFO:journalctl@ceph.mon.a.trial085.stdout: use_delta_encoding: 1 2026-02-23T08:15:58.342 INFO:journalctl@ceph.mon.a.trial085.stdout: filter_policy: bloomfilter 2026-02-23T08:15:58.342 INFO:journalctl@ceph.mon.a.trial085.stdout: whole_key_filtering: 1 2026-02-23T08:15:58.342 INFO:journalctl@ceph.mon.a.trial085.stdout: verify_compression: 0 2026-02-23T08:15:58.342 INFO:journalctl@ceph.mon.a.trial085.stdout: read_amp_bytes_per_bit: 0 2026-02-23T08:15:58.342 INFO:journalctl@ceph.mon.a.trial085.stdout: format_version: 5 2026-02-23T08:15:58.342 INFO:journalctl@ceph.mon.a.trial085.stdout: enable_index_compression: 1 2026-02-23T08:15:58.342 INFO:journalctl@ceph.mon.a.trial085.stdout: block_align: 0 2026-02-23T08:15:58.342 INFO:journalctl@ceph.mon.a.trial085.stdout: max_auto_readahead_size: 262144 2026-02-23T08:15:58.342 INFO:journalctl@ceph.mon.a.trial085.stdout: prepopulate_block_cache: 0 2026-02-23T08:15:58.342 INFO:journalctl@ceph.mon.a.trial085.stdout: initial_auto_readahead_size: 8192 2026-02-23T08:15:58.343 INFO:journalctl@ceph.mon.a.trial085.stdout: num_file_reads_for_auto_readahead: 2 2026-02-23T08:15:58.343 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.write_buffer_size: 33554432 2026-02-23T08:15:58.343 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.max_write_buffer_number: 2 2026-02-23T08:15:58.343 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.compression: NoCompression 2026-02-23T08:15:58.343 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.bottommost_compression: Disabled 2026-02-23T08:15:58.343 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.prefix_extractor: nullptr 2026-02-23T08:15:58.343 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-23T08:15:58.343 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.num_levels: 7 2026-02-23T08:15:58.343 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-23T08:15:58.343 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-23T08:15:58.343 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-23T08:15:58.343 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-23T08:15:58.343 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-23T08:15:58.344 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-23T08:15:58.344 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-23T08:15:58.344 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-23T08:15:58.344 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-23T08:15:58.344 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-23T08:15:58.344 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-23T08:15:58.344 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-23T08:15:58.344 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-23T08:15:58.344 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.compression_opts.level: 32767 2026-02-23T08:15:58.344 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.compression_opts.strategy: 0 2026-02-23T08:15:58.344 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-23T08:15:58.344 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-23T08:15:58.344 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-23T08:15:58.345 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-23T08:15:58.345 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.compression_opts.enabled: false 2026-02-23T08:15:58.345 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-23T08:15:58.345 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-23T08:15:58.345 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-23T08:15:58.345 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-23T08:15:58.345 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.target_file_size_base: 67108864 2026-02-23T08:15:58.345 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-23T08:15:58.345 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-23T08:15:58.345 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-23T08:15:58.345 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-23T08:15:58.345 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-23T08:15:58.345 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-23T08:15:58.345 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-23T08:15:58.346 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-23T08:15:58.346 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-23T08:15:58.346 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-23T08:15:58.346 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-23T08:15:58.346 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-23T08:15:58.346 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-23T08:15:58.346 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-23T08:15:58.346 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.arena_block_size: 1048576 2026-02-23T08:15:58.346 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-23T08:15:58.346 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-23T08:15:58.346 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.disable_auto_compactions: 0 2026-02-23T08:15:58.346 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-23T08:15:58.346 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-23T08:15:58.346 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-23T08:15:58.347 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-23T08:15:58.347 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-23T08:15:58.347 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-23T08:15:58.347 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-23T08:15:58.347 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-23T08:15:58.347 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-23T08:15:58.347 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-23T08:15:58.347 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-23T08:15:58.347 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.inplace_update_support: 0 2026-02-23T08:15:58.347 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-23T08:15:58.347 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-23T08:15:58.347 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-23T08:15:58.348 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-23T08:15:58.348 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.bloom_locality: 0 2026-02-23T08:15:58.348 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.max_successive_merges: 0 2026-02-23T08:15:58.348 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-23T08:15:58.348 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.paranoid_file_checks: 0 2026-02-23T08:15:58.348 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.force_consistency_checks: 1 2026-02-23T08:15:58.348 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.report_bg_io_stats: 0 2026-02-23T08:15:58.348 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.ttl: 2592000 2026-02-23T08:15:58.348 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-23T08:15:58.348 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-23T08:15:58.348 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-23T08:15:58.348 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.enable_blob_files: false 2026-02-23T08:15:58.348 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.min_blob_size: 0 2026-02-23T08:15:58.349 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.blob_file_size: 268435456 2026-02-23T08:15:58.349 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-23T08:15:58.349 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-23T08:15:58.349 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-23T08:15:58.349 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-23T08:15:58.349 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-23T08:15:58.349 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.blob_file_starting_level: 0 2026-02-23T08:15:58.349 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-23T08:15:58.349 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: 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-23T08:15:58.349 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-23T08:15:58.349 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 4bc8dde9-ebf1-4de6-ab1c-f9908b6320d5 2026-02-23T08:15:58.349 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771834558224762, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-23T08:15:58.349 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-23T08:15:58.350 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771834558225557, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 73653, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 229, "table_properties": {"data_size": 71928, "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": 66342, "raw_average_value_size": 331, "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": 1771834558, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "4bc8dde9-ebf1-4de6-ab1c-f9908b6320d5", "db_session_id": "NCNPWK8A71UP20EHSUR8", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-23T08:15:58.350 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771834558225617, "job": 1, "event": "recovery_finished"} 2026-02-23T08:15:58.350 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-23T08:15:58.350 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: 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-23T08:15:58.350 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x342aee00 2026-02-23T08:15:58.350 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: DB pointer 0x350a0000 2026-02-23T08:15:58.350 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-23T08:15:58.350 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-23T08:15:58.350 INFO:journalctl@ceph.mon.a.trial085.stdout: ** DB Stats ** 2026-02-23T08:15:58.350 INFO:journalctl@ceph.mon.a.trial085.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-23T08:15:58.350 INFO:journalctl@ceph.mon.a.trial085.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-23T08:15:58.350 INFO:journalctl@ceph.mon.a.trial085.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-23T08:15:58.351 INFO:journalctl@ceph.mon.a.trial085.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-23T08:15:58.351 INFO:journalctl@ceph.mon.a.trial085.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-23T08:15:58.351 INFO:journalctl@ceph.mon.a.trial085.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-23T08:15:58.351 INFO:journalctl@ceph.mon.a.trial085.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-23T08:15:58.351 INFO:journalctl@ceph.mon.a.trial085.stdout: 2026-02-23T08:15:58.351 INFO:journalctl@ceph.mon.a.trial085.stdout: ** Compaction Stats [default] ** 2026-02-23T08:15:58.351 INFO:journalctl@ceph.mon.a.trial085.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-23T08:15:58.351 INFO:journalctl@ceph.mon.a.trial085.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-23T08:15:58.351 INFO:journalctl@ceph.mon.a.trial085.stdout: L0 2/0 73.79 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 125.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-23T08:15:58.351 INFO:journalctl@ceph.mon.a.trial085.stdout: Sum 2/0 73.79 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 125.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-23T08:15:58.351 INFO:journalctl@ceph.mon.a.trial085.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 125.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-23T08:15:58.351 INFO:journalctl@ceph.mon.a.trial085.stdout: 2026-02-23T08:15:58.352 INFO:journalctl@ceph.mon.a.trial085.stdout: ** Compaction Stats [default] ** 2026-02-23T08:15:58.352 INFO:journalctl@ceph.mon.a.trial085.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-23T08:15:58.352 INFO:journalctl@ceph.mon.a.trial085.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-23T08:15:58.352 INFO:journalctl@ceph.mon.a.trial085.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 125.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-23T08:15:58.352 INFO:journalctl@ceph.mon.a.trial085.stdout: 2026-02-23T08:15:58.352 INFO:journalctl@ceph.mon.a.trial085.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-23T08:15:58.352 INFO:journalctl@ceph.mon.a.trial085.stdout: 2026-02-23T08:15:58.352 INFO:journalctl@ceph.mon.a.trial085.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-23T08:15:58.352 INFO:journalctl@ceph.mon.a.trial085.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-23T08:15:58.352 INFO:journalctl@ceph.mon.a.trial085.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-23T08:15:58.352 INFO:journalctl@ceph.mon.a.trial085.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-23T08:15:58.352 INFO:journalctl@ceph.mon.a.trial085.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-23T08:15:58.353 INFO:journalctl@ceph.mon.a.trial085.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-23T08:15:58.353 INFO:journalctl@ceph.mon.a.trial085.stdout: Cumulative compaction: 0.00 GB write, 24.80 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-23T08:15:58.353 INFO:journalctl@ceph.mon.a.trial085.stdout: Interval compaction: 0.00 GB write, 24.80 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-23T08:15:58.353 INFO:journalctl@ceph.mon.a.trial085.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-23T08:15:58.353 INFO:journalctl@ceph.mon.a.trial085.stdout: Block cache BinnedLRUCache@0x34261a50#2 capacity: 512.00 MB usage: 2.02 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2026-02-23T08:15:58.353 INFO:journalctl@ceph.mon.a.trial085.stdout: Block cache entry stats(count,size,portion): DataBlock(1,0.95 KB,0.000181794%) FilterBlock(2,0.70 KB,0.00013411%) IndexBlock(2,0.36 KB,6.85453e-05%) Misc(1,0.00 KB,0%) 2026-02-23T08:15:58.353 INFO:journalctl@ceph.mon.a.trial085.stdout: 2026-02-23T08:15:58.353 INFO:journalctl@ceph.mon.a.trial085.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-23T08:15:58.353 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: starting mon.a rank 0 at public addrs [v2:10.20.193.85:3300/0,v1:10.20.193.85:6789/0] at bind addrs [v2:10.20.193.85:3300/0,v1:10.20.193.85:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:15:58.353 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: mon.a@-1(???) e1 preinit fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:15:58.353 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: mon.a@-1(???).mds e1 new map 2026-02-23T08:15:58.353 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: mon.a@-1(???).mds e1 print_map 2026-02-23T08:15:58.354 INFO:journalctl@ceph.mon.a.trial085.stdout: e1 2026-02-23T08:15:58.354 INFO:journalctl@ceph.mon.a.trial085.stdout: btime 2026-02-23T08:15:57:364809+0000 2026-02-23T08:15:58.354 INFO:journalctl@ceph.mon.a.trial085.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-23T08:15:58.354 INFO:journalctl@ceph.mon.a.trial085.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-23T08:15:58.354 INFO:journalctl@ceph.mon.a.trial085.stdout: legacy client fscid: -1 2026-02-23T08:15:58.354 INFO:journalctl@ceph.mon.a.trial085.stdout: 2026-02-23T08:15:58.354 INFO:journalctl@ceph.mon.a.trial085.stdout: No filesystems configured 2026-02-23T08:15:58.354 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-23T08:15:58.354 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T08:15:58.354 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T08:15:58.354 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T08:15:58.354 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-02-23T08:15:58.354 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-23T08:15:58.355 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: monmap epoch 1 2026-02-23T08:15:58.355 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:15:58.355 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: last_changed 2026-02-23T08:15:56.362910+0000 2026-02-23T08:15:58.355 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: created 2026-02-23T08:15:56.362910+0000 2026-02-23T08:15:58.355 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: min_mon_release 20 (tentacle) 2026-02-23T08:15:58.355 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: election_strategy: 1 2026-02-23T08:15:58.355 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: 0: [v2:10.20.193.85:3300/0,v1:10.20.193.85:6789/0] mon.a 2026-02-23T08:15:58.355 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: fsmap 2026-02-23T08:15:58.355 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: osdmap e1: 0 total, 0 up, 0 in 2026-02-23T08:15:58.355 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:58 trial085 ceph-mon[32638]: mgrmap e1: no daemons active 2026-02-23T08:15:58.377 INFO:teuthology.orchestra.run.trial085.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-23T08:15:58.378 INFO:teuthology.orchestra.run.trial085.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-23T08:15:58.378 INFO:teuthology.orchestra.run.trial085.stdout:Creating mgr... 2026-02-23T08:15:58.378 INFO:teuthology.orchestra.run.trial085.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-23T08:15:58.378 INFO:teuthology.orchestra.run.trial085.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-23T08:15:58.528 INFO:teuthology.orchestra.run.trial085.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mgr.a 2026-02-23T08:15:58.528 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stderr Failed to reset failed state of unit ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mgr.a.service: Unit ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mgr.a.service not loaded. 2026-02-23T08:15:58.655 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stderr Created symlink '/etc/systemd/system/ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460.target.wants/ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mgr.a.service' → '/etc/systemd/system/ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@.service'. 2026-02-23T08:15:58.814 INFO:teuthology.orchestra.run.trial085.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-23T08:15:58.814 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout disabled 2026-02-23T08:15:58.819 INFO:teuthology.orchestra.run.trial085.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-23T08:15:58.820 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout inactive 2026-02-23T08:15:58.820 INFO:teuthology.orchestra.run.trial085.stdout:firewalld.service is not enabled 2026-02-23T08:15:58.820 INFO:teuthology.orchestra.run.trial085.stdout:Not possible to enable service . firewalld.service is not available 2026-02-23T08:15:58.825 INFO:teuthology.orchestra.run.trial085.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-23T08:15:58.825 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout disabled 2026-02-23T08:15:58.831 INFO:teuthology.orchestra.run.trial085.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-23T08:15:58.831 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout inactive 2026-02-23T08:15:58.831 INFO:teuthology.orchestra.run.trial085.stdout:firewalld.service is not enabled 2026-02-23T08:15:58.831 INFO:teuthology.orchestra.run.trial085.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-02-23T08:15:58.831 INFO:teuthology.orchestra.run.trial085.stdout:Waiting for mgr to start... 2026-02-23T08:15:58.831 INFO:teuthology.orchestra.run.trial085.stdout:Waiting for mgr... 2026-02-23T08:15:58.945 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 23 08:15:58 trial085 systemd[1]: Started ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mgr.a.service - Ceph mgr.a for d9dc3f41-108f-11f1-99b8-d404e6e7d460. 2026-02-23T08:15:58.990 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 2026-02-23T08:15:58.990 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout { 2026-02-23T08:15:58.990 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "fsid": "d9dc3f41-108f-11f1-99b8-d404e6e7d460", 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "health": { 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 0 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout ], 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "a" 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout ], 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-23T08:15:58.991 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T08:15:58.992 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "btime": "2026-02-23T08:15:57:364809+0000", 2026-02-23T08:15:58.992 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-23T08:15:58.992 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-23T08:15:58.992 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:15:58.992 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-23T08:15:58.992 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-23T08:15:58.992 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-23T08:15:58.992 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-23T08:15:58.992 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-23T08:15:58.992 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-23T08:15:58.992 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout ], 2026-02-23T08:15:58.992 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T08:15:58.992 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:15:58.992 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-23T08:15:58.992 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T08:15:58.992 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "modified": "2026-02-23T08:15:57.365144+0000", 2026-02-23T08:15:58.992 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T08:15:58.992 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:15:58.992 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-23T08:15:58.992 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout } 2026-02-23T08:15:58.992 INFO:teuthology.orchestra.run.trial085.stdout:mgr not available, waiting (1/15)... 2026-02-23T08:15:59.694 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:59 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/1217556587' entity='client.admin' 2026-02-23T08:15:59.694 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:15:59 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/3570009975' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-23T08:16:01.146 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 2026-02-23T08:16:01.147 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout { 2026-02-23T08:16:01.147 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "fsid": "d9dc3f41-108f-11f1-99b8-d404e6e7d460", 2026-02-23T08:16:01.147 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "health": { 2026-02-23T08:16:01.147 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-23T08:16:01.147 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-23T08:16:01.147 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-23T08:16:01.147 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:16:01.147 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-23T08:16:01.147 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-23T08:16:01.147 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 0 2026-02-23T08:16:01.148 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout ], 2026-02-23T08:16:01.148 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-23T08:16:01.148 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "a" 2026-02-23T08:16:01.148 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout ], 2026-02-23T08:16:01.148 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2026-02-23T08:16:01.148 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-23T08:16:01.148 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T08:16:01.148 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-23T08:16:01.148 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-23T08:16:01.148 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:16:01.148 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-23T08:16:01.149 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T08:16:01.149 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-23T08:16:01.149 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-23T08:16:01.149 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-23T08:16:01.149 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-23T08:16:01.149 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-23T08:16:01.149 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-23T08:16:01.149 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:16:01.149 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-23T08:16:01.149 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-23T08:16:01.149 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-23T08:16:01.150 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-23T08:16:01.150 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-23T08:16:01.150 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-23T08:16:01.150 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-23T08:16:01.150 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-23T08:16:01.150 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-23T08:16:01.150 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:16:01.150 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-23T08:16:01.150 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T08:16:01.150 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "btime": "2026-02-23T08:15:57:364809+0000", 2026-02-23T08:16:01.150 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-23T08:16:01.150 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-23T08:16:01.151 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:16:01.151 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-23T08:16:01.151 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-23T08:16:01.151 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-23T08:16:01.151 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-23T08:16:01.151 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-23T08:16:01.151 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-23T08:16:01.151 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout ], 2026-02-23T08:16:01.151 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T08:16:01.151 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:16:01.152 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-23T08:16:01.152 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T08:16:01.152 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "modified": "2026-02-23T08:15:57.365144+0000", 2026-02-23T08:16:01.152 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T08:16:01.152 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:16:01.152 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-23T08:16:01.152 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout } 2026-02-23T08:16:01.152 INFO:teuthology.orchestra.run.trial085.stdout:mgr not available, waiting (2/15)... 2026-02-23T08:16:01.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:01 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/3713388666' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-23T08:16:01.445 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 23 08:16:01 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-a[32914]: /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-23T08:16:01.445 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 23 08:16:01 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-a[32914]: 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-23T08:16:01.445 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 23 08:16:01 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-a[32914]: from numpy import show_config as show_numpy_config 2026-02-23T08:16:02.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:02 trial085 ceph-mon[32638]: Activating manager daemon a 2026-02-23T08:16:02.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:02 trial085 ceph-mon[32638]: mgrmap e2: a(active, starting, since 0.00254885s) 2026-02-23T08:16:02.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:02 trial085 ceph-mon[32638]: from='mgr.14100 10.20.193.85:0/3891924648' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-23T08:16:02.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:02 trial085 ceph-mon[32638]: from='mgr.14100 10.20.193.85:0/3891924648' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-23T08:16:02.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:02 trial085 ceph-mon[32638]: from='mgr.14100 10.20.193.85:0/3891924648' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-23T08:16:02.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:02 trial085 ceph-mon[32638]: from='mgr.14100 10.20.193.85:0/3891924648' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:16:02.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:02 trial085 ceph-mon[32638]: from='mgr.14100 10.20.193.85:0/3891924648' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-23T08:16:02.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:02 trial085 ceph-mon[32638]: Manager daemon a is now available 2026-02-23T08:16:02.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:02 trial085 ceph-mon[32638]: from='mgr.14100 10.20.193.85:0/3891924648' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-23T08:16:02.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:02 trial085 ceph-mon[32638]: from='mgr.14100 10.20.193.85:0/3891924648' entity='mgr.a' 2026-02-23T08:16:02.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:02 trial085 ceph-mon[32638]: from='mgr.14100 10.20.193.85:0/3891924648' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-23T08:16:02.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:02 trial085 ceph-mon[32638]: from='mgr.14100 10.20.193.85:0/3891924648' entity='mgr.a' 2026-02-23T08:16:02.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:02 trial085 ceph-mon[32638]: from='mgr.14100 10.20.193.85:0/3891924648' entity='mgr.a' 2026-02-23T08:16:03.403 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 2026-02-23T08:16:03.403 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout { 2026-02-23T08:16:03.403 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "fsid": "d9dc3f41-108f-11f1-99b8-d404e6e7d460", 2026-02-23T08:16:03.403 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "health": { 2026-02-23T08:16:03.403 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-23T08:16:03.403 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-23T08:16:03.403 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-23T08:16:03.403 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:16:03.404 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-23T08:16:03.404 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-23T08:16:03.404 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 0 2026-02-23T08:16:03.404 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout ], 2026-02-23T08:16:03.404 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-23T08:16:03.404 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "a" 2026-02-23T08:16:03.404 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout ], 2026-02-23T08:16:03.404 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-02-23T08:16:03.404 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-23T08:16:03.404 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T08:16:03.404 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-23T08:16:03.404 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-23T08:16:03.405 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:16:03.405 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-23T08:16:03.405 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T08:16:03.405 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-23T08:16:03.405 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-23T08:16:03.405 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-23T08:16:03.405 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-23T08:16:03.405 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-23T08:16:03.405 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-23T08:16:03.405 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:16:03.405 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-23T08:16:03.405 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-23T08:16:03.406 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-23T08:16:03.406 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-23T08:16:03.406 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-23T08:16:03.406 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-23T08:16:03.406 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-23T08:16:03.406 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-23T08:16:03.406 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-23T08:16:03.406 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:16:03.406 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-23T08:16:03.406 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T08:16:03.406 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "btime": "2026-02-23T08:15:57:364809+0000", 2026-02-23T08:16:03.406 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-23T08:16:03.406 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-23T08:16:03.407 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:16:03.407 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-23T08:16:03.407 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-23T08:16:03.407 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-23T08:16:03.407 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-23T08:16:03.407 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-23T08:16:03.407 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-23T08:16:03.407 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout ], 2026-02-23T08:16:03.407 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T08:16:03.407 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:16:03.407 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-23T08:16:03.407 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T08:16:03.407 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "modified": "2026-02-23T08:15:57.365144+0000", 2026-02-23T08:16:03.408 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T08:16:03.408 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:16:03.408 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-23T08:16:03.408 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout } 2026-02-23T08:16:03.408 INFO:teuthology.orchestra.run.trial085.stdout:mgr is available 2026-02-23T08:16:03.630 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 2026-02-23T08:16:03.630 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout [global] 2026-02-23T08:16:03.630 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout fsid = d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:16:03.630 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-23T08:16:03.630 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.85:3300,v1:10.20.193.85:6789] 2026-02-23T08:16:03.631 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-23T08:16:03.631 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-23T08:16:03.631 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-23T08:16:03.631 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-23T08:16:03.631 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 2026-02-23T08:16:03.631 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-23T08:16:03.631 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-23T08:16:03.631 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 2026-02-23T08:16:03.631 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout [osd] 2026-02-23T08:16:03.631 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-23T08:16:03.631 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-23T08:16:03.632 INFO:teuthology.orchestra.run.trial085.stdout:Enabling cephadm module... 2026-02-23T08:16:03.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:03 trial085 ceph-mon[32638]: mgrmap e3: a(active, since 1.00442s) 2026-02-23T08:16:03.671 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:03 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/3516107112' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-23T08:16:04.864 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:04 trial085 ceph-mon[32638]: mgrmap e4: a(active, since 2s) 2026-02-23T08:16:04.864 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:04 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/4126005249' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-23T08:16:04.864 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:04 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/4126005249' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-02-23T08:16:04.864 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:04 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/896874411' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-23T08:16:04.865 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 23 08:16:04 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-a[32914]: ignoring --setuser ceph since I am not root 2026-02-23T08:16:04.865 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 23 08:16:04 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-a[32914]: ignoring --setgroup ceph since I am not root 2026-02-23T08:16:04.883 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout { 2026-02-23T08:16:04.884 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-02-23T08:16:04.884 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-23T08:16:04.884 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-23T08:16:04.884 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-23T08:16:04.884 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout } 2026-02-23T08:16:04.884 INFO:teuthology.orchestra.run.trial085.stdout:Waiting for the mgr to restart... 2026-02-23T08:16:04.884 INFO:teuthology.orchestra.run.trial085.stdout:Waiting for mgr epoch 5... 2026-02-23T08:16:05.944 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:05 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/896874411' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-23T08:16:05.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:05 trial085 ceph-mon[32638]: mgrmap e5: a(active, since 3s) 2026-02-23T08:16:05.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:05 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/2704718076' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-23T08:16:07.441 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 23 08:16:07 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-a[32914]: /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-23T08:16:07.441 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 23 08:16:07 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-a[32914]: 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-23T08:16:07.442 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 23 08:16:07 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-a[32914]: from numpy import show_config as show_numpy_config 2026-02-23T08:16:07.694 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:07 trial085 ceph-mon[32638]: Active manager daemon a restarted 2026-02-23T08:16:07.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:07 trial085 ceph-mon[32638]: Activating manager daemon a 2026-02-23T08:16:07.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:07 trial085 ceph-mon[32638]: osdmap e2: 0 total, 0 up, 0 in 2026-02-23T08:16:07.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:07 trial085 ceph-mon[32638]: mgrmap e6: a(active, starting, since 0.00256638s) 2026-02-23T08:16:07.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:07 trial085 ceph-mon[32638]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:16:07.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:07 trial085 ceph-mon[32638]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-23T08:16:07.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:07 trial085 ceph-mon[32638]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-23T08:16:07.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:07 trial085 ceph-mon[32638]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-23T08:16:07.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:07 trial085 ceph-mon[32638]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-23T08:16:07.696 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:07 trial085 ceph-mon[32638]: Manager daemon a is now available 2026-02-23T08:16:08.420 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout { 2026-02-23T08:16:08.421 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-02-23T08:16:08.421 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-23T08:16:08.421 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout } 2026-02-23T08:16:08.421 INFO:teuthology.orchestra.run.trial085.stdout:mgr epoch 5 is available 2026-02-23T08:16:08.421 INFO:teuthology.orchestra.run.trial085.stdout:Verifying orchestrator module is enabled... 2026-02-23T08:16:08.944 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:08 trial085 ceph-mon[32638]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:08.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:08 trial085 ceph-mon[32638]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:08.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:08 trial085 ceph-mon[32638]: Found migration_current of "None". Setting to last migration. 2026-02-23T08:16:08.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:08 trial085 ceph-mon[32638]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:08.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:08 trial085 ceph-mon[32638]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:08.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:08 trial085 ceph-mon[32638]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:08.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:08 trial085 ceph-mon[32638]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:16:08.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:08 trial085 ceph-mon[32638]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:08.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:08 trial085 ceph-mon[32638]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:16:08.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:08 trial085 ceph-mon[32638]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-23T08:16:08.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:08 trial085 ceph-mon[32638]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-23T08:16:08.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:08 trial085 ceph-mon[32638]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:08.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:08 trial085 ceph-mon[32638]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:08.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:08 trial085 ceph-mon[32638]: [23/Feb/2026:08:16:08] ENGINE Bus STARTING 2026-02-23T08:16:08.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:08 trial085 ceph-mon[32638]: [23/Feb/2026:08:16:08] ENGINE Serving on https://10.20.193.85:7150 2026-02-23T08:16:08.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:08 trial085 ceph-mon[32638]: [23/Feb/2026:08:16:08] ENGINE Client ('10.20.193.85', 45834) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-23T08:16:08.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:08 trial085 ceph-mon[32638]: [23/Feb/2026:08:16:08] ENGINE Serving on http://10.20.193.85:8765 2026-02-23T08:16:08.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:08 trial085 ceph-mon[32638]: [23/Feb/2026:08:16:08] ENGINE Bus STARTED 2026-02-23T08:16:08.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:08 trial085 ceph-mon[32638]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:16:08.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:08 trial085 ceph-mon[32638]: mgrmap e7: a(active, since 1.00422s) 2026-02-23T08:16:08.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:08 trial085 ceph-mon[32638]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-23T08:16:08.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:08 trial085 ceph-mon[32638]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-23T08:16:08.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:08 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/2347973793' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-23T08:16:09.417 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-02-23T08:16:09.417 INFO:teuthology.orchestra.run.trial085.stdout:Setting orchestrator backend to cephadm... 2026-02-23T08:16:09.888 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-23T08:16:09.888 INFO:teuthology.orchestra.run.trial085.stdout:Generating ssh key... 2026-02-23T08:16:10.179 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 23 08:16:10 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-a[32914]: Generating public/private ed25519 key pair. 2026-02-23T08:16:10.179 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 23 08:16:10 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-a[32914]: Your identification has been saved in /tmp/tmpawsiaelx/key 2026-02-23T08:16:10.179 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 23 08:16:10 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-a[32914]: Your public key has been saved in /tmp/tmpawsiaelx/key.pub 2026-02-23T08:16:10.179 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 23 08:16:10 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-a[32914]: The key fingerprint is: 2026-02-23T08:16:10.179 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 23 08:16:10 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-a[32914]: SHA256:3lghEk6sp9SaFVBm5k1OHk+FMvOS3Jrd6z/5HYsaXNE ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:16:10.179 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 23 08:16:10 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-a[32914]: The key's randomart image is: 2026-02-23T08:16:10.180 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 23 08:16:10 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-a[32914]: +--[ED25519 256]--+ 2026-02-23T08:16:10.180 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 23 08:16:10 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-a[32914]: | .+B + .o. | 2026-02-23T08:16:10.180 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 23 08:16:10 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-a[32914]: | BoB++. . | 2026-02-23T08:16:10.180 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 23 08:16:10 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-a[32914]: | o+o=Bo . E | 2026-02-23T08:16:10.180 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 23 08:16:10 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-a[32914]: | o +.+.o. . | 2026-02-23T08:16:10.180 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 23 08:16:10 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-a[32914]: | . * S=.. . | 2026-02-23T08:16:10.180 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 23 08:16:10 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-a[32914]: | + .o+o o | 2026-02-23T08:16:10.180 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 23 08:16:10 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-a[32914]: | o .o . o | 2026-02-23T08:16:10.180 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 23 08:16:10 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-a[32914]: | o + +| 2026-02-23T08:16:10.180 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 23 08:16:10 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-a[32914]: | ooo.+o| 2026-02-23T08:16:10.180 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 23 08:16:10 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-a[32914]: +----[SHA256]-----+ 2026-02-23T08:16:10.362 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGX71iZfjMje1YVawFRB/8/G2CMnWeTDTJdXA5yr8vrZ ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:16:10.363 INFO:teuthology.orchestra.run.trial085.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-23T08:16:10.363 INFO:teuthology.orchestra.run.trial085.stdout:Adding key to root@localhost authorized_keys... 2026-02-23T08:16:10.363 INFO:teuthology.orchestra.run.trial085.stdout:Adding host trial085... 2026-02-23T08:16:10.440 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:10 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/2347973793' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-23T08:16:10.440 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:10 trial085 ceph-mon[32638]: mgrmap e8: a(active, since 2s) 2026-02-23T08:16:10.441 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:10 trial085 ceph-mon[32638]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:10.441 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:10 trial085 ceph-mon[32638]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:10.441 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:10 trial085 ceph-mon[32638]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:16:10.441 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:10 trial085 ceph-mon[32638]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:10.441 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:10 trial085 ceph-mon[32638]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:11.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:11 trial085 ceph-mon[32638]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:11.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:11 trial085 ceph-mon[32638]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:11.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:11 trial085 ceph-mon[32638]: Generating ssh key... 2026-02-23T08:16:11.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:11 trial085 ceph-mon[32638]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:11.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:11 trial085 ceph-mon[32638]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial085", "addr": "10.20.193.85", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:12.403 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout Added host 'trial085' with addr '10.20.193.85' 2026-02-23T08:16:12.403 INFO:teuthology.orchestra.run.trial085.stdout:Deploying unmanaged mon service... 2026-02-23T08:16:12.636 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:12 trial085 ceph-mon[32638]: Deploying cephadm binary to trial085 2026-02-23T08:16:12.636 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:12 trial085 ceph-mon[32638]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:12.636 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:12 trial085 ceph-mon[32638]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:16:12.646 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-23T08:16:12.646 INFO:teuthology.orchestra.run.trial085.stdout:Deploying unmanaged mgr service... 2026-02-23T08:16:12.885 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-02-23T08:16:13.944 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:13 trial085 ceph-mon[32638]: Added host trial085 2026-02-23T08:16:13.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:13 trial085 ceph-mon[32638]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:13.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:13 trial085 ceph-mon[32638]: Saving service mon spec with placement count:5 2026-02-23T08:16:13.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:13 trial085 ceph-mon[32638]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:13.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:13 trial085 ceph-mon[32638]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:13.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:13 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/1918247138' entity='client.admin' 2026-02-23T08:16:13.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:13 trial085 ceph-mon[32638]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:13.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:13 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/114410105' entity='client.admin' 2026-02-23T08:16:14.118 INFO:teuthology.orchestra.run.trial085.stdout:Enabling the dashboard module... 2026-02-23T08:16:14.944 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:14 trial085 ceph-mon[32638]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:14.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:14 trial085 ceph-mon[32638]: Saving service mgr spec with placement count:2 2026-02-23T08:16:14.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:14 trial085 ceph-mon[32638]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:14.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:14 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/3418343690' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-23T08:16:15.499 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout { 2026-02-23T08:16:15.500 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-02-23T08:16:15.500 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-23T08:16:15.500 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-23T08:16:15.500 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-23T08:16:15.500 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout } 2026-02-23T08:16:15.500 INFO:teuthology.orchestra.run.trial085.stdout:Waiting for the mgr to restart... 2026-02-23T08:16:15.500 INFO:teuthology.orchestra.run.trial085.stdout:Waiting for mgr epoch 9... 2026-02-23T08:16:15.507 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 23 08:16:15 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-a[32914]: ignoring --setuser ceph since I am not root 2026-02-23T08:16:15.508 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 23 08:16:15 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-a[32914]: ignoring --setgroup ceph since I am not root 2026-02-23T08:16:15.944 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:15 trial085 ceph-mon[32638]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:15.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:15 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/3418343690' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-23T08:16:15.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:15 trial085 ceph-mon[32638]: mgrmap e9: a(active, since 7s) 2026-02-23T08:16:15.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:15 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/610605096' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-23T08:16:17.944 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 23 08:16:17 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-a[32914]: /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-23T08:16:17.944 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 23 08:16:17 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-a[32914]: 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-23T08:16:17.944 INFO:journalctl@ceph.mgr.a.trial085.stdout:Feb 23 08:16:17 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-a[32914]: from numpy import show_config as show_numpy_config 2026-02-23T08:16:18.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:18 trial085 ceph-mon[32638]: Active manager daemon a restarted 2026-02-23T08:16:18.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:18 trial085 ceph-mon[32638]: Activating manager daemon a 2026-02-23T08:16:18.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:18 trial085 ceph-mon[32638]: osdmap e3: 0 total, 0 up, 0 in 2026-02-23T08:16:18.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:18 trial085 ceph-mon[32638]: mgrmap e10: a(active, starting, since 0.00254705s) 2026-02-23T08:16:18.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:18 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:16:18.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:18 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-23T08:16:18.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:18 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-23T08:16:18.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:18 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-23T08:16:18.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:18 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-23T08:16:18.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:18 trial085 ceph-mon[32638]: Manager daemon a is now available 2026-02-23T08:16:19.023 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout { 2026-02-23T08:16:19.023 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-02-23T08:16:19.023 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-23T08:16:19.023 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout } 2026-02-23T08:16:19.023 INFO:teuthology.orchestra.run.trial085.stdout:mgr epoch 9 is available 2026-02-23T08:16:19.023 INFO:teuthology.orchestra.run.trial085.stdout:Using certmgr to generate dashboard self-signed certificate... 2026-02-23T08:16:19.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:19 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:16:19.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:19 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-23T08:16:19.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:19 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-23T08:16:19.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:19 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:19.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:19 trial085 ceph-mon[32638]: mgrmap e11: a(active, since 1.00458s) 2026-02-23T08:16:19.628 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIFHzCCAwegAwIBAgIUUmaC/vx+dMJLIvPZmw8mKCqFXdIwDQYJKoZIhvcNAQEL\nBQAwPDE6MDgGA1UEAwwxY2VwaGFkbS1yb290LWQ5ZGMzZjQxLTEwOGYtMTFmMS05\nOWI4LWQ0MDRlNmU3ZDQ2MDAeFw0yNjAyMjMwODE2MTlaFw0yOTAyMjIwODE2MTla\nMBcxFTATBgNVBAMMDDEwLjIwLjE5My44NTCCAiIwDQYJKoZIhvcNAQEBBQADggIP\nADCCAgoCggIBAOY/0NBS7xFCnx/74cNO/rw6EHaO9XS20TLG5fAO1+/heRgXfTuU\nJffnGh1M6hW0Ti/sDQrE/a5k70+Phl8DC6nyY6AMKk3isGVdURNyo0dJWPc0KDQh\nZodmA2aWKY5W0UVoJ7NUbFN3Abxrzpz6uXq7jINEyyzX5xTaJiAPW+uVHePr937F\njf/0iWrruBi7zR11JD3dcieu2+47nBVcVYjv5WEy2Y7ErCj/Bd7ePia191gKKDm7\nKlDlotIJ4CcTYaxSM/XeX0gzGblB2QtF7yaeIPEP+/0PoQYSskfy/wV59tXohEYf\nRy1kWNNSiuRcLDWQXdDnj5IpR0wsQkRRfMRCnHS9tyBM0MMoSQAJ1j7+epC//mId\nr8kPZq1J6nKGhiK4FLH7u1ePyxCz6G7+mutUjlZwojD3jFw+aUuFUaP1IBMtR43r\nPePlqA7WHX2seNCGjBrlAxvXMNYRICrLeumOZlzwN2U+WdS/Hdr9SeggtKF+nvVV\nQOXKYpebXLZJzexQnf2cg33xH/z3qb71rzi2ynoM5P+chI86QsMfxll20lHL7fu8\nItoaAm7GvHqbI5HLtIxp7gMEz2Z8Wtgb07wo9jkqRRYgCg4EylCGTglYKTKdQnoM\npuh0ksMczgrIXCf+pekZHv24Ngg1WLJZFaNb4Q+C0tpZnwgT8giZB0zBAgMBAAGj\nPjA8MCwGA1UdEQQlMCOCCHRyaWFsMDg1ghFkYXNoYm9hcmRfc2VydmVyc4cEChTB\nVTAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQBYtLRkG6bQeKTNyoem\nHdyNO1iYm9PpfY3BUuJaR4VBkzleNrBvFQ5MNxo6srD/fcExvIxnUqdEwASAmagy\nWh5+cxOSK0xku2TTvUDlCp5es4b3dL2mmtNSqVFCW39OTBLasvgT9W5RuOCetJbi\nPqNRCUwJhzlYlasPKQuqBb6032e6mna9OZjdVmfc91mTGXZOdNaiea4eP91UAFsg\nOeXbuyveHFmWba4yXvICBZUBuqqnox0a4h0zLXP7bKC2rDrR03L+qbIlq38NQQNi\ni2GxWQ2s5V0VVWuuS6cZ3i/V2T4V72gfsLLn8n8i2ZsYndKIurWq131faUSWKE0g\neNcZxUFWfZSquka4+3G/xsACWMru7tWIRsFR7gkClzH7ioS1keGwEU4ZE2LsMT8f\nqqHCluvxll3YgYGwMhYDGd7m3AXVyCPNAdvc0niQbpH9TaVr3Kca1Nfc74lpfWzN\nJErjWWoe/Z7qrenW1+vfSO708FK5wowifI7rW2OJ6S4kwVtWcP5CyBYKxsAoc963\n73sN2Vw2Lkr/hIsyUvemVKi1V9XkOsvaCtXDuA5+p/2Xi6LpaVU6d3OXJIkBRcD4\nT/AO9oUr0IA89n4qy5GwhhwmaCCfi/6ehDa/basqKtiAHeas2IUOKvt0KkyUFNVf\n11HVEDfO8QoUhm5XilN052XboQ==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKAIBAAKCAgEA5j/Q0FLvEUKfH/vhw07+vDoQdo71dLbRMsbl8A7X7+F5GBd9\nO5Ql9+caHUzqFbROL+wNCsT9rmTvT4+GXwMLqfJjoAwqTeKwZV1RE3KjR0lY9zQo\nNCFmh2YDZpYpjlbRRWgns1RsU3cBvGvOnPq5eruMg0TLLNfnFNomIA9b65Ud4+v3\nfsWN//SJauu4GLvNHXUkPd1yJ67b7jucFVxViO/lYTLZjsSsKP8F3t4+JrX3WAoo\nObsqUOWi0gngJxNhrFIz9d5fSDMZuUHZC0XvJp4g8Q/7/Q+hBhKyR/L/BXn21eiE\nRh9HLWRY01KK5FwsNZBd0OePkilHTCxCRFF8xEKcdL23IEzQwyhJAAnWPv56kL/+\nYh2vyQ9mrUnqcoaGIrgUsfu7V4/LELPobv6a61SOVnCiMPeMXD5pS4VRo/UgEy1H\njes94+WoDtYdfax40IaMGuUDG9cw1hEgKst66Y5mXPA3ZT5Z1L8d2v1J6CC0oX6e\n9VVA5cpil5tctknN7FCd/ZyDffEf/PepvvWvOLbKegzk/5yEjzpCwx/GWXbSUcvt\n+7wi2hoCbsa8epsjkcu0jGnuAwTPZnxa2BvTvCj2OSpFFiAKDgTKUIZOCVgpMp1C\negym6HSSwxzOCshcJ/6l6Rke/bg2CDVYslkVo1vhD4LS2lmfCBPyCJkHTMECAwEA\nAQKCAgAf+sQXczVmOdEdIaBxPpMN9KidtuxrqgqzWUHNjlo6pJ/rkzOfJ0wAuxX6\n9NhcbF8hs9D56nNrmfRNIhuhLaycjaB9tcLYb4Bdi9D7eQQpngvfxdxBpVP2wVn+\nkSOzc+Z8E+PTugmTrCdPEtAvKHnDjLIO92qaz1/2mvgJouh694qfwgHtlyXKY54E\nfjnjIY5zJXaDqzK0RUqhs6DRrLHqo5tB3UyvUiyxQv5/PnH2cXapwTtmDVNqygJL\n1vhNpRj/VKmH4DturT5I51bshGmbfQIJSVWQB/AvBkDB0oPOMGryuelJTgXWTaYy\nr7e/0PeI9wS4w7jCrb4L2+fWUlUYL89iZsqEwzYIRenZdFVGTBXXGxz0JDFu/rN/\n73CB9bqoa6qXKuZTz4KAUFr5LG4TcCiTy3mLud0/9XrEFaujICFAr6ElrkQz11cU\n8qMihDG3W+M0tqet8a+gAu/G9VNqn3lixKmNFGMzvYj9Zk7SMedpJv4TcjXXq7ee\nJHKXq8e3jYnJ8Exsn5RyuppBc6td37ktEGU2/qDprNwkJyjQgCxDvWexplVsPHN7\nGdp2lPRFNRUvfuG62pZ3M+BY6FgfddlEDvsfmx5sMZy5COQ2PHHvpIZGw+aCoGLJ\nXssyorMHsSXp+7CWbixfsbfluTldUq8JY7MyXOBKigMcqNf9mwKCAQEA9kh+wqwF\n0bnVx4dfAQxMLA9aDNpS/rAGkERwHlJSY2+wXSx7N6Bk3G77y6heJ6eT5g1+cPX5\no70GZX3ruPeYoNhczzDdw1RJJR8uK5NhhfGk7dS+PJIMtIsiggntSWOttzp72xOK\naCZZ8QcKC5zRSnXA/xpPU+YVimuZ1Ghc4ZNaAbuY6Ad7xNhr5oEU8UoekfFwgDgc\n8LxdWQ9bVP/26uNBHRINnUqELnYT5LPV9yN3W7FnGDcZjlN44Xpf/fs0/se2AaqZ\nzfzZOJbNmCZSW4pTJDMBNLbqMKQO972Wv37Yr4Xuj0GumbJ7qqZwzZKdEorxMLMj\nPe9s4X5Zw1GANwKCAQEA71VgC8BZFCWbxvvyutYbyehKWIXwH8jQX0FTi3T8vHWZ\nu91gckAGGMfYIo6+BEsw5R3OTvkk4WbNiYhgHAHTFmV5D2qA3hqfMcryegXk4Jc9\n420cgr6GN3w9qSn1T4NUkJDEjJ3SirU9q6igrLWjjLnj7paJgeqH+7MMHl8s6xf0\nlK3Jrqqj+JXbCDc+tiw4RsOc2QKuZISeOGQLuCEqSN1HczWsOY+ayR5C99BpJXXB\njioU2cI5rZH/V3nWEu7LMqeeFJ27RQPnBPVEwjfh8Se4+NhBlrIejgcmgmRvFnGc\niHBeKla+58L8mY6uPcnMMde2YaHGCj6iSjZo4JNuxwKCAQEAoKa9eUM5MItmdhdJ\n06cv8PW6qfOoe9ZbEbRy5nSQpahvhPfFEI4h/OCwgzK66GcZxNE8j3cEdtiQ2ZeA\nMlHgT9uS/txDbG0IoZxrQ6WJ0hPEoBdMWLp0azjvM6BCFsNcx87wiAGBIVsTBHSx\nCs4qf8W8NSv2XyYRGxABclr5a3PxHHxAy+pFxCvghqXhAVx2AIFb/2ebCTX2Nmgc\nDaBCcwn2qX3jP50iCCSh6WedxO5vp3Jba6JVm0+75GktQMGi2idwBDpCxemP0Kge\nSIeG5YufnFdhC//dWAlMcjJLqXKW6jgVW4Fe4YdZwAF+R7rBlxznI/tWm8oYXidL\nams5lQKCAQBnePPTYM+iZDgbKWZh3JubCXDLIO0V8M4VwLqL+oIiQH28uRMvkfqQ\n0CXjmu8QECoNhHtjrVeCk92c7ncO5MMMVcanIZahb8UP0/xNQSsY5op9PvkqlZCV\ngINwFZHXVKJE9jHj0X/rNDx7cKY2xTj2aI/g4PiGUI2GBnzgzKkw4uR9Oz2M5H2L\nxc4ymR/lxux1u7CeKgiXsLZvDuH6M2yCoBh5+OSC5lE3TnwJg/NRnL2X5x2on84r\n+oj4mtYwzUjQl6NCqocCaZOBk0Cs71gh2NihzW1d55hKM1E04pMckvXoDxzHFUXo\nEWcARK2UTSCZE/fn8fcbCsVDbI6fOV6VAoIBADWLNPphbKavovj/0D0ieUukDMTY\nFJJ2IQ5FpQJYZnHKsgIIy8XZItoduDVR56NACJKis+kxerJOyj9DqMwnFzhU7bFV\np3V6SSFKr5xUk/bFSaqNpF1X8InMEL9bSnjM/UvPypZ4Ar35aOhD/u9e0doe12Dg\nJRrUD/91GPyfmn12gRATYzcUWL4TMgWbJ6YMWgx/Z9RCD6H4b/ZD5MxIqCjOpKvW\nHrdni1sDNYBcJCmSTWZt/lvEMg1WKgIbQhXoFmQAHd8+GZxTPoFc1KnRII0/al13\npfLCQzTRfGY5LEo0TsIRAh1DgYlVogIrlyUW1ztdYY3Ljjy/dkuGFquBn6I=\n-----END RSA PRIVATE KEY-----\n"} 2026-02-23T08:16:19.872 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout SSL certificate updated 2026-02-23T08:16:20.103 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2026-02-23T08:16:20.104 INFO:teuthology.orchestra.run.trial085.stdout:Creating initial admin user... 2026-02-23T08:16:20.123 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:20 trial085 ceph-mon[32638]: [23/Feb/2026:08:16:18] ENGINE Bus STARTING 2026-02-23T08:16:20.123 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:20 trial085 ceph-mon[32638]: [23/Feb/2026:08:16:18] ENGINE Serving on http://10.20.193.85:8765 2026-02-23T08:16:20.123 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:20 trial085 ceph-mon[32638]: [23/Feb/2026:08:16:18] ENGINE Serving on https://10.20.193.85:7150 2026-02-23T08:16:20.123 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:20 trial085 ceph-mon[32638]: [23/Feb/2026:08:16:18] ENGINE Bus STARTED 2026-02-23T08:16:20.123 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:20 trial085 ceph-mon[32638]: [23/Feb/2026:08:16:18] ENGINE Client ('10.20.193.85', 58462) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-23T08:16:20.123 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:20 trial085 ceph-mon[32638]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-23T08:16:20.123 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:20 trial085 ceph-mon[32638]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-23T08:16:20.123 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:20 trial085 ceph-mon[32638]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:20.124 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:20 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:20.124 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:20 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:20.542 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$qh8JpjYP4L3LAgO4WYt9jO.1WBjS0tIDKkRoPK7Rt..yFTtjaczD6", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1771834580, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-02-23T08:16:20.542 INFO:teuthology.orchestra.run.trial085.stdout:Fetching dashboard port number... 2026-02-23T08:16:20.778 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stdout 8443 2026-02-23T08:16:20.785 INFO:teuthology.orchestra.run.trial085.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-23T08:16:20.786 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout disabled 2026-02-23T08:16:20.791 INFO:teuthology.orchestra.run.trial085.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-23T08:16:20.791 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout inactive 2026-02-23T08:16:20.791 INFO:teuthology.orchestra.run.trial085.stdout:firewalld.service is not enabled 2026-02-23T08:16:20.791 INFO:teuthology.orchestra.run.trial085.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-02-23T08:16:20.792 INFO:teuthology.orchestra.run.trial085.stdout:Ceph Dashboard is now available at: 2026-02-23T08:16:20.792 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:16:20.792 INFO:teuthology.orchestra.run.trial085.stdout: URL: https://trial085:8443/ 2026-02-23T08:16:20.792 INFO:teuthology.orchestra.run.trial085.stdout: User: admin 2026-02-23T08:16:20.792 INFO:teuthology.orchestra.run.trial085.stdout: Password: f5n4eidlt0 2026-02-23T08:16:20.792 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:16:20.793 INFO:teuthology.orchestra.run.trial085.stdout:Saving cluster configuration to /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/config directory 2026-02-23T08:16:21.072 INFO:teuthology.orchestra.run.trial085.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-02-23T08:16:21.072 INFO:teuthology.orchestra.run.trial085.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-02-23T08:16:21.073 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:16:21.073 INFO:teuthology.orchestra.run.trial085.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-02-23T08:16:21.073 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:16:21.073 INFO:teuthology.orchestra.run.trial085.stdout:Or, if you are only running a single cluster on this host: 2026-02-23T08:16:21.073 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:16:21.073 INFO:teuthology.orchestra.run.trial085.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-02-23T08:16:21.073 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:16:21.073 INFO:teuthology.orchestra.run.trial085.stdout:Please consider enabling telemetry to help improve Ceph: 2026-02-23T08:16:21.073 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:16:21.073 INFO:teuthology.orchestra.run.trial085.stdout: ceph telemetry on 2026-02-23T08:16:21.073 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:16:21.073 INFO:teuthology.orchestra.run.trial085.stdout:For more information see: 2026-02-23T08:16:21.073 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:16:21.073 INFO:teuthology.orchestra.run.trial085.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-02-23T08:16:21.073 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:16:21.073 INFO:teuthology.orchestra.run.trial085.stdout:Bootstrap complete. 2026-02-23T08:16:21.079 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout static 2026-02-23T08:16:21.083 INFO:teuthology.orchestra.run.trial085.stdout:Non-zero exit code 3 from systemctl is-active logrotate 2026-02-23T08:16:21.083 INFO:teuthology.orchestra.run.trial085.stdout:systemctl: stdout inactive 2026-02-23T08:16:21.083 INFO:teuthology.orchestra.run.trial085.stdout:Enabling the logrotate.timer service to perform daily log rotation. 2026-02-23T08:16:21.238 INFO:tasks.cephadm:Fetching config... 2026-02-23T08:16:21.238 DEBUG:teuthology.orchestra.run.trial085:> set -ex 2026-02-23T08:16:21.238 DEBUG:teuthology.orchestra.run.trial085:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-02-23T08:16:21.255 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-02-23T08:16:21.255 DEBUG:teuthology.orchestra.run.trial085:> set -ex 2026-02-23T08:16:21.255 DEBUG:teuthology.orchestra.run.trial085:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-02-23T08:16:21.315 INFO:tasks.cephadm:Fetching mon keyring... 2026-02-23T08:16:21.315 DEBUG:teuthology.orchestra.run.trial085:> set -ex 2026-02-23T08:16:21.315 DEBUG:teuthology.orchestra.run.trial085:> sudo dd if=/var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/keyring of=/dev/stdout 2026-02-23T08:16:21.321 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:21 trial085 ceph-mon[32638]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:21.322 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:21 trial085 ceph-mon[32638]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:21.322 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:21 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:21.322 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:21 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:21.322 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:21 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/3090125161' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-23T08:16:21.322 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:21 trial085 ceph-mon[32638]: mgrmap e12: a(active, since 2s) 2026-02-23T08:16:21.322 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:21 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/1316627882' entity='client.admin' 2026-02-23T08:16:21.351 INFO:tasks.cephadm:Fetching pub ssh key... 2026-02-23T08:16:21.351 DEBUG:teuthology.orchestra.run.trial085:> set -ex 2026-02-23T08:16:21.351 DEBUG:teuthology.orchestra.run.trial085:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-02-23T08:16:21.408 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-02-23T08:16:21.409 DEBUG:teuthology.orchestra.run.trial085:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGX71iZfjMje1YVawFRB/8/G2CMnWeTDTJdXA5yr8vrZ ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-23T08:16:21.484 INFO:teuthology.orchestra.run.trial085.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGX71iZfjMje1YVawFRB/8/G2CMnWeTDTJdXA5yr8vrZ ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:16:21.496 DEBUG:teuthology.orchestra.run.trial151:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGX71iZfjMje1YVawFRB/8/G2CMnWeTDTJdXA5yr8vrZ ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-23T08:16:21.535 INFO:teuthology.orchestra.run.trial151.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGX71iZfjMje1YVawFRB/8/G2CMnWeTDTJdXA5yr8vrZ ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:16:21.546 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-02-23T08:16:21.666 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:16:21.911 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-02-23T08:16:21.911 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-02-23T08:16:22.033 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:16:22.194 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:22 trial085 ceph-mon[32638]: 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-23T08:16:22.194 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:22 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/3108609709' entity='client.admin' 2026-02-23T08:16:22.289 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial151 2026-02-23T08:16:22.289 DEBUG:teuthology.orchestra.run.trial151:> set -ex 2026-02-23T08:16:22.289 DEBUG:teuthology.orchestra.run.trial151:> dd of=/etc/ceph/ceph.conf 2026-02-23T08:16:22.308 DEBUG:teuthology.orchestra.run.trial151:> set -ex 2026-02-23T08:16:22.308 DEBUG:teuthology.orchestra.run.trial151:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-23T08:16:22.364 INFO:tasks.cephadm:Adding host trial151 to orchestrator... 2026-02-23T08:16:22.364 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph orch host add trial151 2026-02-23T08:16:22.489 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:16:23.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:23 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:23.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:23 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:23.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:23 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial085", "name": "osd_memory_target"} : dispatch 2026-02-23T08:16:23.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:23 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:23.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:23 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:23.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:23 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:16:23.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:23 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:23.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:23 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:16:23.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:23 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:23.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:23 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:23.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:23 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:24.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:24 trial085 ceph-mon[32638]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:24.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:24 trial085 ceph-mon[32638]: Certificate for "cephadm-signed_agent_cert (trial085)" is still valid for 1824 days. 2026-02-23T08:16:24.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:24 trial085 ceph-mon[32638]: Updating trial085:/etc/ceph/ceph.conf 2026-02-23T08:16:24.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:24 trial085 ceph-mon[32638]: Updating trial085:/var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/config/ceph.conf 2026-02-23T08:16:24.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:24 trial085 ceph-mon[32638]: Updating trial085:/etc/ceph/ceph.client.admin.keyring 2026-02-23T08:16:24.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:24 trial085 ceph-mon[32638]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial151", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:24.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:24 trial085 ceph-mon[32638]: Updating trial085:/var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-23T08:16:24.788 INFO:teuthology.orchestra.run.trial085.stdout:Added host 'trial151' with addr '10.20.193.151' 2026-02-23T08:16:24.826 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-23T08:16:24.951 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:16:25.167 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:16:25.167 INFO:teuthology.orchestra.run.trial085.stdout:[{"addr": "10.20.193.85", "hostname": "trial085", "labels": [], "status": ""}, {"addr": "10.20.193.151", "hostname": "trial151", "labels": [], "status": ""}] 2026-02-23T08:16:25.201 INFO:tasks.cephadm:Setting crush tunables to default 2026-02-23T08:16:25.201 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph osd crush tunables default 2026-02-23T08:16:25.325 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:16:25.345 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:25 trial085 ceph-mon[32638]: Deploying cephadm binary to trial151 2026-02-23T08:16:25.345 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:25 trial085 ceph-mon[32638]: mgrmap e13: a(active, since 6s) 2026-02-23T08:16:25.345 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:25 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:25.345 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:25 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:16:25.345 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:25 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:26.442 INFO:teuthology.orchestra.run.trial085.stderr:adjusted tunables profile to default 2026-02-23T08:16:26.442 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:26 trial085 ceph-mon[32638]: Added host trial151 2026-02-23T08:16:26.442 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:26 trial085 ceph-mon[32638]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:16:26.442 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:26 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:26.442 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:26 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/3693572464' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-23T08:16:26.480 INFO:tasks.cephadm:Adding mon.a on trial085 2026-02-23T08:16:26.480 INFO:tasks.cephadm:Adding mon.b on trial151 2026-02-23T08:16:26.480 DEBUG:teuthology.orchestra.run.trial151:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph orch apply mon '2;trial085:10.20.193.85=a;trial151:10.20.193.151=b' 2026-02-23T08:16:26.607 INFO:teuthology.orchestra.run.trial151.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-23T08:16:26.607 INFO:teuthology.orchestra.run.trial151.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-23T08:16:26.860 INFO:teuthology.orchestra.run.trial151.stdout:Scheduled mon update... 2026-02-23T08:16:26.897 DEBUG:teuthology.orchestra.run.trial151:mon.b> sudo journalctl -f -n 0 -u ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.b.service 2026-02-23T08:16:26.900 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-23T08:16:26.900 DEBUG:teuthology.orchestra.run.trial151:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph mon dump -f json 2026-02-23T08:16:27.063 INFO:teuthology.orchestra.run.trial151.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-23T08:16:27.064 INFO:teuthology.orchestra.run.trial151.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-23T08:16:27.325 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:16:27.325 INFO:teuthology.orchestra.run.trial151.stdout:{"epoch":1,"fsid":"d9dc3f41-108f-11f1-99b8-d404e6e7d460","modified":"2026-02-23T08:15:56.362910Z","created":"2026-02-23T08:15:56.362910Z","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.85:3300","nonce":0},{"type":"v1","addr":"10.20.193.85:6789","nonce":0}]},"addr":"10.20.193.85:6789/0","public_addr":"10.20.193.85:6789/0","priority":0,"weight":0,"time_added":"2026-02-23T08:15:56:362926+0000","crush_location":[]}],"quorum":[0]} 2026-02-23T08:16:27.325 INFO:teuthology.orchestra.run.trial151.stderr:dumped monmap epoch 1 2026-02-23T08:16:27.694 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:27 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:27.694 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:27 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/3693572464' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-23T08:16:27.694 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:27 trial085 ceph-mon[32638]: osdmap e4: 0 total, 0 up, 0 in 2026-02-23T08:16:27.694 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:27 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:28.360 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-23T08:16:28.361 DEBUG:teuthology.orchestra.run.trial151:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph mon dump -f json 2026-02-23T08:16:28.495 INFO:teuthology.orchestra.run.trial151.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/config/ceph.conf 2026-02-23T08:16:28.596 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:28 trial085 ceph-mon[32638]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;trial085:10.20.193.85=a;trial151:10.20.193.151=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:28.596 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:28 trial085 ceph-mon[32638]: Saving service mon spec with placement trial085:10.20.193.85=a;trial151:10.20.193.151=b;count:2 2026-02-23T08:16:28.596 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:28 trial085 ceph-mon[32638]: from='client.? 10.20.193.151:0/1085210693' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-23T08:16:28.596 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:28 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:28.596 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:28 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:28.596 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:28 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:28.596 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:28 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:28.596 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:28 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial151", "name": "osd_memory_target"} : dispatch 2026-02-23T08:16:28.597 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:28 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:28.597 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:28 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:16:28.597 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:28 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:28.597 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:28 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:28.597 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:28 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:28.597 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:28 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:16:28.597 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:28 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:28.762 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:16:28.763 INFO:teuthology.orchestra.run.trial151.stdout:{"epoch":1,"fsid":"d9dc3f41-108f-11f1-99b8-d404e6e7d460","modified":"2026-02-23T08:15:56.362910Z","created":"2026-02-23T08:15:56.362910Z","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.85:3300","nonce":0},{"type":"v1","addr":"10.20.193.85:6789","nonce":0}]},"addr":"10.20.193.85:6789/0","public_addr":"10.20.193.85:6789/0","priority":0,"weight":0,"time_added":"2026-02-23T08:15:56:362926+0000","crush_location":[]}],"quorum":[0]} 2026-02-23T08:16:28.763 INFO:teuthology.orchestra.run.trial151.stderr:dumped monmap epoch 1 2026-02-23T08:16:29.694 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:29 trial085 ceph-mon[32638]: Updating trial151:/etc/ceph/ceph.conf 2026-02-23T08:16:29.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:29 trial085 ceph-mon[32638]: Updating trial151:/var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/config/ceph.conf 2026-02-23T08:16:29.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:29 trial085 ceph-mon[32638]: Updating trial151:/etc/ceph/ceph.client.admin.keyring 2026-02-23T08:16:29.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:29 trial085 ceph-mon[32638]: Updating trial151:/var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-23T08:16:29.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:29 trial085 ceph-mon[32638]: Deploying daemon mon.b on trial151 2026-02-23T08:16:29.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:29 trial085 ceph-mon[32638]: from='client.? 10.20.193.151:0/2418846875' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-23T08:16:29.815 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 systemd[1]: Starting ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.b.service - Ceph mon.b for d9dc3f41-108f-11f1-99b8-d404e6e7d460... 2026-02-23T08:16:30.100 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 podman[37484]: 2026-02-23 08:16:29.812934389 +0000 UTC m=+0.014743646 container create 448e5b6de7cf3ec0d0950ed871bfacad6ed7176d4b33bd4277779f52fb36bc51 (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-b, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, 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_REF=wip-bharath8-testing-2026-02-22-0716, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default) 2026-02-23T08:16:30.100 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 podman[37484]: 2026-02-23 08:16:29.837648472 +0000 UTC m=+0.039457739 container init 448e5b6de7cf3ec0d0950ed871bfacad6ed7176d4b33bd4277779f52fb36bc51 (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-b, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, io.buildah.version=1.33.7, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, ceph=True, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-23T08:16:30.100 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 podman[37484]: 2026-02-23 08:16:29.839560862 +0000 UTC m=+0.041370119 container start 448e5b6de7cf3ec0d0950ed871bfacad6ed7176d4b33bd4277779f52fb36bc51 (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-b, io.buildah.version=1.33.7, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2026-02-23T08:16:30.100 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 bash[37484]: 448e5b6de7cf3ec0d0950ed871bfacad6ed7176d4b33bd4277779f52fb36bc51 2026-02-23T08:16:30.100 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 podman[37484]: 2026-02-23 08:16:29.806338809 +0000 UTC m=+0.008148066 image pull af88a7aa64a7df2dfbd8b343bb510d8c25a233faf34d3aa06c89ee09c8196ff4 quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c 2026-02-23T08:16:30.100 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 systemd[1]: Started ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.b.service - Ceph mon.b for d9dc3f41-108f-11f1-99b8-d404e6e7d460. 2026-02-23T08:16:30.100 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: set uid:gid to 167:167 (ceph:ceph) 2026-02-23T08:16:30.100 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: ceph version 20.3.0-5433-g5adce3ff (5adce3ff0fe1645dcbc38d059f948571dc3d69da) tentacle (dev - RelWithDebInfo), process ceph-mon, pid 2 2026-02-23T08:16:30.100 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: pidfile_write: ignore empty --pid-file 2026-02-23T08:16:30.100 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: load: jerasure load: lrc 2026-02-23T08:16:30.101 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: RocksDB version: 7.9.2 2026-02-23T08:16:30.101 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Git sha 0 2026-02-23T08:16:30.101 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Compile date 2026-02-22 03:19:16 2026-02-23T08:16:30.101 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: DB SUMMARY 2026-02-23T08:16:30.101 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: DB Session ID: G8Z2KOG0DPL86KP18FYX 2026-02-23T08:16:30.101 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: CURRENT file: CURRENT 2026-02-23T08:16:30.101 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: IDENTITY file: IDENTITY 2026-02-23T08:16:30.101 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2026-02-23T08:16:30.101 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2026-02-23T08:16:30.101 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 519 ; 2026-02-23T08:16:30.101 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.error_if_exists: 0 2026-02-23T08:16:30.101 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.create_if_missing: 0 2026-02-23T08:16:30.101 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.paranoid_checks: 1 2026-02-23T08:16:30.101 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-23T08:16:30.101 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-23T08:16:30.101 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-23T08:16:30.102 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.env: 0xed5c80 2026-02-23T08:16:30.102 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.fs: PosixFileSystem 2026-02-23T08:16:30.102 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.info_log: 0x2c020ec0 2026-02-23T08:16:30.102 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.max_file_opening_threads: 16 2026-02-23T08:16:30.102 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.statistics: (nil) 2026-02-23T08:16:30.102 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.use_fsync: 0 2026-02-23T08:16:30.102 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.max_log_file_size: 0 2026-02-23T08:16:30.102 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-23T08:16:30.102 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-23T08:16:30.102 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.keep_log_file_num: 1000 2026-02-23T08:16:30.102 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.recycle_log_file_num: 0 2026-02-23T08:16:30.102 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.allow_fallocate: 1 2026-02-23T08:16:30.102 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.allow_mmap_reads: 0 2026-02-23T08:16:30.102 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.allow_mmap_writes: 0 2026-02-23T08:16:30.102 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.use_direct_reads: 0 2026-02-23T08:16:30.102 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-23T08:16:30.103 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.create_missing_column_families: 0 2026-02-23T08:16:30.103 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.db_log_dir: 2026-02-23T08:16:30.103 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.wal_dir: 2026-02-23T08:16:30.103 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-23T08:16:30.103 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-23T08:16:30.103 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-23T08:16:30.103 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-23T08:16:30.103 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-23T08:16:30.103 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-23T08:16:30.103 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.advise_random_on_open: 1 2026-02-23T08:16:30.103 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.db_write_buffer_size: 0 2026-02-23T08:16:30.103 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.write_buffer_manager: 0x2c01c140 2026-02-23T08:16:30.103 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-23T08:16:30.103 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-23T08:16:30.103 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-23T08:16:30.103 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.rate_limiter: (nil) 2026-02-23T08:16:30.103 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-23T08:16:30.104 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.wal_recovery_mode: 2 2026-02-23T08:16:30.104 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.enable_thread_tracking: 0 2026-02-23T08:16:30.104 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.enable_pipelined_write: 0 2026-02-23T08:16:30.104 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.unordered_write: 0 2026-02-23T08:16:30.104 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-23T08:16:30.104 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-23T08:16:30.104 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-23T08:16:30.104 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-23T08:16:30.104 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.row_cache: None 2026-02-23T08:16:30.104 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.wal_filter: None 2026-02-23T08:16:30.104 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-23T08:16:30.104 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.allow_ingest_behind: 0 2026-02-23T08:16:30.104 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.two_write_queues: 0 2026-02-23T08:16:30.104 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.manual_wal_flush: 0 2026-02-23T08:16:30.104 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.wal_compression: 0 2026-02-23T08:16:30.104 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.atomic_flush: 0 2026-02-23T08:16:30.104 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-23T08:16:30.104 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-23T08:16:30.105 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-23T08:16:30.105 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.log_readahead_size: 0 2026-02-23T08:16:30.105 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-23T08:16:30.105 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.best_efforts_recovery: 0 2026-02-23T08:16:30.105 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-23T08:16:30.105 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-23T08:16:30.105 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.allow_data_in_errors: 0 2026-02-23T08:16:30.105 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.db_host_id: __hostname__ 2026-02-23T08:16:30.105 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-23T08:16:30.105 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.max_background_jobs: 2 2026-02-23T08:16:30.105 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.max_background_compactions: -1 2026-02-23T08:16:30.105 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.max_subcompactions: 1 2026-02-23T08:16:30.105 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-23T08:16:30.105 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-23T08:16:30.105 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-23T08:16:30.105 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.max_total_wal_size: 0 2026-02-23T08:16:30.105 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-23T08:16:30.105 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-23T08:16:30.105 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-23T08:16:30.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-23T08:16:30.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.max_open_files: -1 2026-02-23T08:16:30.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.bytes_per_sync: 0 2026-02-23T08:16:30.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-23T08:16:30.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-23T08:16:30.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.compaction_readahead_size: 0 2026-02-23T08:16:30.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.max_background_flushes: -1 2026-02-23T08:16:30.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Compression algorithms supported: 2026-02-23T08:16:30.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: kZSTD supported: 0 2026-02-23T08:16:30.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: kXpressCompression supported: 0 2026-02-23T08:16:30.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: kBZip2Compression supported: 0 2026-02-23T08:16:30.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-23T08:16:30.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: kLZ4Compression supported: 1 2026-02-23T08:16:30.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: kZlibCompression supported: 1 2026-02-23T08:16:30.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: kLZ4HCCompression supported: 1 2026-02-23T08:16:30.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: kSnappyCompression supported: 1 2026-02-23T08:16:30.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-23T08:16:30.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-23T08:16:30.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2026-02-23T08:16:30.107 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-23T08:16:30.107 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-23T08:16:30.107 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.merge_operator: 2026-02-23T08:16:30.107 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.compaction_filter: None 2026-02-23T08:16:30.107 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.compaction_filter_factory: None 2026-02-23T08:16:30.107 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.sst_partitioner_factory: None 2026-02-23T08:16:30.107 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-23T08:16:30.107 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-23T08:16:30.107 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x2c021600) 2026-02-23T08:16:30.107 INFO:journalctl@ceph.mon.b.trial151.stdout: cache_index_and_filter_blocks: 1 2026-02-23T08:16:30.107 INFO:journalctl@ceph.mon.b.trial151.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-23T08:16:30.107 INFO:journalctl@ceph.mon.b.trial151.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-23T08:16:30.107 INFO:journalctl@ceph.mon.b.trial151.stdout: pin_top_level_index_and_filter: 1 2026-02-23T08:16:30.107 INFO:journalctl@ceph.mon.b.trial151.stdout: index_type: 0 2026-02-23T08:16:30.107 INFO:journalctl@ceph.mon.b.trial151.stdout: data_block_index_type: 0 2026-02-23T08:16:30.107 INFO:journalctl@ceph.mon.b.trial151.stdout: index_shortening: 1 2026-02-23T08:16:30.107 INFO:journalctl@ceph.mon.b.trial151.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-23T08:16:30.107 INFO:journalctl@ceph.mon.b.trial151.stdout: checksum: 4 2026-02-23T08:16:30.107 INFO:journalctl@ceph.mon.b.trial151.stdout: no_block_cache: 0 2026-02-23T08:16:30.108 INFO:journalctl@ceph.mon.b.trial151.stdout: block_cache: 0x2bfefa50 2026-02-23T08:16:30.108 INFO:journalctl@ceph.mon.b.trial151.stdout: block_cache_name: BinnedLRUCache 2026-02-23T08:16:30.108 INFO:journalctl@ceph.mon.b.trial151.stdout: block_cache_options: 2026-02-23T08:16:30.108 INFO:journalctl@ceph.mon.b.trial151.stdout: capacity : 536870912 2026-02-23T08:16:30.108 INFO:journalctl@ceph.mon.b.trial151.stdout: num_shard_bits : 4 2026-02-23T08:16:30.108 INFO:journalctl@ceph.mon.b.trial151.stdout: strict_capacity_limit : 0 2026-02-23T08:16:30.108 INFO:journalctl@ceph.mon.b.trial151.stdout: high_pri_pool_ratio: 0.000 2026-02-23T08:16:30.108 INFO:journalctl@ceph.mon.b.trial151.stdout: block_cache_compressed: (nil) 2026-02-23T08:16:30.108 INFO:journalctl@ceph.mon.b.trial151.stdout: persistent_cache: (nil) 2026-02-23T08:16:30.108 INFO:journalctl@ceph.mon.b.trial151.stdout: block_size: 4096 2026-02-23T08:16:30.108 INFO:journalctl@ceph.mon.b.trial151.stdout: block_size_deviation: 10 2026-02-23T08:16:30.108 INFO:journalctl@ceph.mon.b.trial151.stdout: block_restart_interval: 16 2026-02-23T08:16:30.108 INFO:journalctl@ceph.mon.b.trial151.stdout: index_block_restart_interval: 1 2026-02-23T08:16:30.108 INFO:journalctl@ceph.mon.b.trial151.stdout: metadata_block_size: 4096 2026-02-23T08:16:30.108 INFO:journalctl@ceph.mon.b.trial151.stdout: partition_filters: 0 2026-02-23T08:16:30.108 INFO:journalctl@ceph.mon.b.trial151.stdout: use_delta_encoding: 1 2026-02-23T08:16:30.108 INFO:journalctl@ceph.mon.b.trial151.stdout: filter_policy: bloomfilter 2026-02-23T08:16:30.109 INFO:journalctl@ceph.mon.b.trial151.stdout: whole_key_filtering: 1 2026-02-23T08:16:30.109 INFO:journalctl@ceph.mon.b.trial151.stdout: verify_compression: 0 2026-02-23T08:16:30.109 INFO:journalctl@ceph.mon.b.trial151.stdout: read_amp_bytes_per_bit: 0 2026-02-23T08:16:30.109 INFO:journalctl@ceph.mon.b.trial151.stdout: format_version: 5 2026-02-23T08:16:30.109 INFO:journalctl@ceph.mon.b.trial151.stdout: enable_index_compression: 1 2026-02-23T08:16:30.109 INFO:journalctl@ceph.mon.b.trial151.stdout: block_align: 0 2026-02-23T08:16:30.109 INFO:journalctl@ceph.mon.b.trial151.stdout: max_auto_readahead_size: 262144 2026-02-23T08:16:30.109 INFO:journalctl@ceph.mon.b.trial151.stdout: prepopulate_block_cache: 0 2026-02-23T08:16:30.109 INFO:journalctl@ceph.mon.b.trial151.stdout: initial_auto_readahead_size: 8192 2026-02-23T08:16:30.109 INFO:journalctl@ceph.mon.b.trial151.stdout: num_file_reads_for_auto_readahead: 2 2026-02-23T08:16:30.109 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.write_buffer_size: 33554432 2026-02-23T08:16:30.109 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.max_write_buffer_number: 2 2026-02-23T08:16:30.109 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.compression: NoCompression 2026-02-23T08:16:30.109 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.bottommost_compression: Disabled 2026-02-23T08:16:30.109 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.prefix_extractor: nullptr 2026-02-23T08:16:30.109 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-23T08:16:30.109 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.num_levels: 7 2026-02-23T08:16:30.109 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-23T08:16:30.109 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-23T08:16:30.109 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-23T08:16:30.110 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-23T08:16:30.110 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-23T08:16:30.110 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-23T08:16:30.110 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-23T08:16:30.110 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-23T08:16:30.110 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-23T08:16:30.110 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-23T08:16:30.110 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-23T08:16:30.110 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-23T08:16:30.110 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-23T08:16:30.110 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.compression_opts.level: 32767 2026-02-23T08:16:30.110 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.compression_opts.strategy: 0 2026-02-23T08:16:30.110 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-23T08:16:30.110 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-23T08:16:30.110 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-23T08:16:30.110 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-23T08:16:30.110 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.compression_opts.enabled: false 2026-02-23T08:16:30.110 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-23T08:16:30.110 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-23T08:16:30.110 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-23T08:16:30.110 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-23T08:16:30.111 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.target_file_size_base: 67108864 2026-02-23T08:16:30.111 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-23T08:16:30.111 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-23T08:16:30.111 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-23T08:16:30.111 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-23T08:16:30.111 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-23T08:16:30.111 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-23T08:16:30.111 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-23T08:16:30.111 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-23T08:16:30.111 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-23T08:16:30.111 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-23T08:16:30.111 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-23T08:16:30.111 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-23T08:16:30.111 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-23T08:16:30.111 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-23T08:16:30.111 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.arena_block_size: 1048576 2026-02-23T08:16:30.111 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-23T08:16:30.111 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-23T08:16:30.111 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.disable_auto_compactions: 0 2026-02-23T08:16:30.111 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-23T08:16:30.112 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-23T08:16:30.112 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-23T08:16:30.112 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-23T08:16:30.112 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-23T08:16:30.112 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-23T08:16:30.112 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-23T08:16:30.112 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-23T08:16:30.112 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-23T08:16:30.112 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-23T08:16:30.112 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-23T08:16:30.112 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.inplace_update_support: 0 2026-02-23T08:16:30.112 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-23T08:16:30.112 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-23T08:16:30.112 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-23T08:16:30.112 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-23T08:16:30.112 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.bloom_locality: 0 2026-02-23T08:16:30.112 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.max_successive_merges: 0 2026-02-23T08:16:30.112 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-23T08:16:30.112 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.paranoid_file_checks: 0 2026-02-23T08:16:30.112 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.force_consistency_checks: 1 2026-02-23T08:16:30.112 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.report_bg_io_stats: 0 2026-02-23T08:16:30.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.ttl: 2592000 2026-02-23T08:16:30.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-23T08:16:30.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-23T08:16:30.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-23T08:16:30.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.enable_blob_files: false 2026-02-23T08:16:30.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.min_blob_size: 0 2026-02-23T08:16:30.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.blob_file_size: 268435456 2026-02-23T08:16:30.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-23T08:16:30.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-23T08:16:30.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-23T08:16:30.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-23T08:16:30.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-23T08:16:30.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.blob_file_starting_level: 0 2026-02-23T08:16:30.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-23T08:16:30.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: 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-23T08:16:30.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2026-02-23T08:16:30.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 80cfd8c9-4c7c-4261-82f3-6a7da7affb58 2026-02-23T08:16:30.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771834589856476, "job": 1, "event": "recovery_started", "wal_files": [4]} 2026-02-23T08:16:30.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2026-02-23T08:16:30.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771834589856867, "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": 1771834589, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "80cfd8c9-4c7c-4261-82f3-6a7da7affb58", "db_session_id": "G8Z2KOG0DPL86KP18FYX", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2026-02-23T08:16:30.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771834589856923, "job": 1, "event": "recovery_finished"} 2026-02-23T08:16:30.114 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2026-02-23T08:16:30.114 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: 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-23T08:16:30.114 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x2c03ce00 2026-02-23T08:16:30.114 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: DB pointer 0x2ce2e000 2026-02-23T08:16:30.114 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-23T08:16:30.114 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-23T08:16:30.114 INFO:journalctl@ceph.mon.b.trial151.stdout: ** DB Stats ** 2026-02-23T08:16:30.114 INFO:journalctl@ceph.mon.b.trial151.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-23T08:16:30.114 INFO:journalctl@ceph.mon.b.trial151.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-23T08:16:30.114 INFO:journalctl@ceph.mon.b.trial151.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-23T08:16:30.114 INFO:journalctl@ceph.mon.b.trial151.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-23T08:16:30.114 INFO:journalctl@ceph.mon.b.trial151.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-23T08:16:30.114 INFO:journalctl@ceph.mon.b.trial151.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-23T08:16:30.114 INFO:journalctl@ceph.mon.b.trial151.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-23T08:16:30.114 INFO:journalctl@ceph.mon.b.trial151.stdout: 2026-02-23T08:16:30.114 INFO:journalctl@ceph.mon.b.trial151.stdout: ** Compaction Stats [default] ** 2026-02-23T08:16:30.114 INFO:journalctl@ceph.mon.b.trial151.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-23T08:16:30.114 INFO:journalctl@ceph.mon.b.trial151.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-23T08:16:30.114 INFO:journalctl@ceph.mon.b.trial151.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 4.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-23T08:16:30.114 INFO:journalctl@ceph.mon.b.trial151.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 4.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-23T08:16:30.114 INFO:journalctl@ceph.mon.b.trial151.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-23T08:16:30.115 INFO:journalctl@ceph.mon.b.trial151.stdout: 2026-02-23T08:16:30.115 INFO:journalctl@ceph.mon.b.trial151.stdout: ** Compaction Stats [default] ** 2026-02-23T08:16:30.115 INFO:journalctl@ceph.mon.b.trial151.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-23T08:16:30.115 INFO:journalctl@ceph.mon.b.trial151.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-23T08:16:30.115 INFO:journalctl@ceph.mon.b.trial151.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-23T08:16:30.115 INFO:journalctl@ceph.mon.b.trial151.stdout: 2026-02-23T08:16:30.115 INFO:journalctl@ceph.mon.b.trial151.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-23T08:16:30.115 INFO:journalctl@ceph.mon.b.trial151.stdout: 2026-02-23T08:16:30.115 INFO:journalctl@ceph.mon.b.trial151.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-23T08:16:30.115 INFO:journalctl@ceph.mon.b.trial151.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-23T08:16:30.115 INFO:journalctl@ceph.mon.b.trial151.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-23T08:16:30.115 INFO:journalctl@ceph.mon.b.trial151.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-23T08:16:30.115 INFO:journalctl@ceph.mon.b.trial151.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-23T08:16:30.115 INFO:journalctl@ceph.mon.b.trial151.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-23T08:16:30.115 INFO:journalctl@ceph.mon.b.trial151.stdout: Cumulative compaction: 0.00 GB write, 0.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-23T08:16:30.115 INFO:journalctl@ceph.mon.b.trial151.stdout: Interval compaction: 0.00 GB write, 0.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-23T08:16:30.115 INFO:journalctl@ceph.mon.b.trial151.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-23T08:16:30.115 INFO:journalctl@ceph.mon.b.trial151.stdout: Block cache BinnedLRUCache@0x2bfefa50#2 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.7e-05 secs_since: 0 2026-02-23T08:16:30.115 INFO:journalctl@ceph.mon.b.trial151.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-23T08:16:30.115 INFO:journalctl@ceph.mon.b.trial151.stdout: 2026-02-23T08:16:30.115 INFO:journalctl@ceph.mon.b.trial151.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-23T08:16:30.115 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: mon.b does not exist in monmap, will attempt to join an existing cluster 2026-02-23T08:16:30.116 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: using public_addr v2:10.20.193.151:0/0 -> [v2:10.20.193.151:3300/0,v1:10.20.193.151:6789/0] 2026-02-23T08:16:30.116 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: starting mon.b rank -1 at public addrs [v2:10.20.193.151:3300/0,v1:10.20.193.151:6789/0] at bind addrs [v2:10.20.193.151:3300/0,v1:10.20.193.151:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:16:30.116 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: mon.b@-1(???) e0 preinit fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:16:30.116 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: mon.b@-1(synchronizing).mds e1 new map 2026-02-23T08:16:30.116 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: mon.b@-1(synchronizing).mds e1 print_map 2026-02-23T08:16:30.116 INFO:journalctl@ceph.mon.b.trial151.stdout: e1 2026-02-23T08:16:30.116 INFO:journalctl@ceph.mon.b.trial151.stdout: btime 2026-02-23T08:15:57:364809+0000 2026-02-23T08:16:30.116 INFO:journalctl@ceph.mon.b.trial151.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-23T08:16:30.116 INFO:journalctl@ceph.mon.b.trial151.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-23T08:16:30.116 INFO:journalctl@ceph.mon.b.trial151.stdout: legacy client fscid: -1 2026-02-23T08:16:30.116 INFO:journalctl@ceph.mon.b.trial151.stdout: 2026-02-23T08:16:30.116 INFO:journalctl@ceph.mon.b.trial151.stdout: No filesystems configured 2026-02-23T08:16:30.116 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2026-02-23T08:16:30.116 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: 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-23T08:16:30.116 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2026-02-23T08:16:30.116 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2026-02-23T08:16:30.116 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2026-02-23T08:16:30.116 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2026-02-23T08:16:30.116 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-23T08:16:30.116 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T08:16:30.116 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T08:16:30.116 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T08:16:30.116 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: mkfs d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:16:30.117 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-23T08:16:30.117 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-23T08:16:30.117 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: monmap epoch 1 2026-02-23T08:16:30.117 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:16:30.117 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: last_changed 2026-02-23T08:15:56.362910+0000 2026-02-23T08:16:30.117 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: created 2026-02-23T08:15:56.362910+0000 2026-02-23T08:16:30.117 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: min_mon_release 20 (tentacle) 2026-02-23T08:16:30.117 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: election_strategy: 1 2026-02-23T08:16:30.117 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: 0: [v2:10.20.193.85:3300/0,v1:10.20.193.85:6789/0] mon.a 2026-02-23T08:16:30.117 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: fsmap 2026-02-23T08:16:30.117 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: osdmap e1: 0 total, 0 up, 0 in 2026-02-23T08:16:30.117 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: mgrmap e1: no daemons active 2026-02-23T08:16:30.117 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/1217556587' entity='client.admin' 2026-02-23T08:16:30.117 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/3570009975' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-23T08:16:30.117 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/3713388666' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-23T08:16:30.117 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: Activating manager daemon a 2026-02-23T08:16:30.117 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: mgrmap e2: a(active, starting, since 0.00254885s) 2026-02-23T08:16:30.117 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14100 10.20.193.85:0/3891924648' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-23T08:16:30.117 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14100 10.20.193.85:0/3891924648' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-23T08:16:30.117 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14100 10.20.193.85:0/3891924648' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-23T08:16:30.117 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14100 10.20.193.85:0/3891924648' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:16:30.117 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14100 10.20.193.85:0/3891924648' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-23T08:16:30.117 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: Manager daemon a is now available 2026-02-23T08:16:30.117 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14100 10.20.193.85:0/3891924648' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-23T08:16:30.117 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14100 10.20.193.85:0/3891924648' entity='mgr.a' 2026-02-23T08:16:30.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14100 10.20.193.85:0/3891924648' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-23T08:16:30.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14100 10.20.193.85:0/3891924648' entity='mgr.a' 2026-02-23T08:16:30.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14100 10.20.193.85:0/3891924648' entity='mgr.a' 2026-02-23T08:16:30.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: mgrmap e3: a(active, since 1.00442s) 2026-02-23T08:16:30.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/3516107112' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-23T08:16:30.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: mgrmap e4: a(active, since 2s) 2026-02-23T08:16:30.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/4126005249' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-23T08:16:30.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/4126005249' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-02-23T08:16:30.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/896874411' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-23T08:16:30.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/896874411' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-23T08:16:30.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: mgrmap e5: a(active, since 3s) 2026-02-23T08:16:30.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/2704718076' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-23T08:16:30.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: Active manager daemon a restarted 2026-02-23T08:16:30.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: Activating manager daemon a 2026-02-23T08:16:30.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: osdmap e2: 0 total, 0 up, 0 in 2026-02-23T08:16:30.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: mgrmap e6: a(active, starting, since 0.00256638s) 2026-02-23T08:16:30.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:16:30.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-23T08:16:30.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-23T08:16:30.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-23T08:16:30.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-23T08:16:30.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: Manager daemon a is now available 2026-02-23T08:16:30.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:30.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:30.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: Found migration_current of "None". Setting to last migration. 2026-02-23T08:16:30.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:30.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:30.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:30.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:16:30.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:30.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:16:30.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-23T08:16:30.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-23T08:16:30.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:30.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:30.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: [23/Feb/2026:08:16:08] ENGINE Bus STARTING 2026-02-23T08:16:30.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: [23/Feb/2026:08:16:08] ENGINE Serving on https://10.20.193.85:7150 2026-02-23T08:16:30.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: [23/Feb/2026:08:16:08] ENGINE Client ('10.20.193.85', 45834) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-23T08:16:30.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: [23/Feb/2026:08:16:08] ENGINE Serving on http://10.20.193.85:8765 2026-02-23T08:16:30.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: [23/Feb/2026:08:16:08] ENGINE Bus STARTED 2026-02-23T08:16:30.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:16:30.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: mgrmap e7: a(active, since 1.00422s) 2026-02-23T08:16:30.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-23T08:16:30.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-23T08:16:30.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/2347973793' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-23T08:16:30.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/2347973793' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-23T08:16:30.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: mgrmap e8: a(active, since 2s) 2026-02-23T08:16:30.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:30.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:30.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:16:30.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:30.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:30.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:30.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:30.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: Generating ssh key... 2026-02-23T08:16:30.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:30.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial085", "addr": "10.20.193.85", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:30.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: Deploying cephadm binary to trial085 2026-02-23T08:16:30.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:30.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:16:30.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: Added host trial085 2026-02-23T08:16:30.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:30.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: Saving service mon spec with placement count:5 2026-02-23T08:16:30.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:30.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:30.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/1918247138' entity='client.admin' 2026-02-23T08:16:30.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:30.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/114410105' entity='client.admin' 2026-02-23T08:16:30.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:30.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: Saving service mgr spec with placement count:2 2026-02-23T08:16:30.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:30.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/3418343690' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-23T08:16:30.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14118 10.20.193.85:0/1138469533' entity='mgr.a' 2026-02-23T08:16:30.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/3418343690' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-23T08:16:30.121 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: mgrmap e9: a(active, since 7s) 2026-02-23T08:16:30.121 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/610605096' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-23T08:16:30.121 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: Active manager daemon a restarted 2026-02-23T08:16:30.121 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: Activating manager daemon a 2026-02-23T08:16:30.121 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: osdmap e3: 0 total, 0 up, 0 in 2026-02-23T08:16:30.121 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: mgrmap e10: a(active, starting, since 0.00254705s) 2026-02-23T08:16:30.121 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:16:30.121 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-23T08:16:30.121 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-23T08:16:30.121 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-23T08:16:30.121 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-23T08:16:30.121 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: Manager daemon a is now available 2026-02-23T08:16:30.121 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:16:30.121 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-23T08:16:30.121 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-23T08:16:30.121 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:30.121 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: mgrmap e11: a(active, since 1.00458s) 2026-02-23T08:16:30.121 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: [23/Feb/2026:08:16:18] ENGINE Bus STARTING 2026-02-23T08:16:30.121 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: [23/Feb/2026:08:16:18] ENGINE Serving on http://10.20.193.85:8765 2026-02-23T08:16:30.121 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: [23/Feb/2026:08:16:18] ENGINE Serving on https://10.20.193.85:7150 2026-02-23T08:16:30.121 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: [23/Feb/2026:08:16:18] ENGINE Bus STARTED 2026-02-23T08:16:30.121 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: [23/Feb/2026:08:16:18] ENGINE Client ('10.20.193.85', 58462) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-23T08:16:30.121 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-23T08:16:30.121 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-23T08:16:30.121 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:30.121 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:30.122 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:30.122 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:30.122 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:30.122 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:30.122 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:30.122 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/3090125161' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-23T08:16:30.122 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: mgrmap e12: a(active, since 2s) 2026-02-23T08:16:30.122 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/1316627882' entity='client.admin' 2026-02-23T08:16:30.122 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: 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-23T08:16:30.122 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/3108609709' entity='client.admin' 2026-02-23T08:16:30.122 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:30.122 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:30.122 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial085", "name": "osd_memory_target"} : dispatch 2026-02-23T08:16:30.122 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:30.122 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:30.122 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:16:30.122 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:30.122 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:16:30.122 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:30.122 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:30.122 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:30.122 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:30.122 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: Certificate for "cephadm-signed_agent_cert (trial085)" is still valid for 1824 days. 2026-02-23T08:16:30.122 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: Updating trial085:/etc/ceph/ceph.conf 2026-02-23T08:16:30.122 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: Updating trial085:/var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/config/ceph.conf 2026-02-23T08:16:30.122 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: Updating trial085:/etc/ceph/ceph.client.admin.keyring 2026-02-23T08:16:30.123 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial151", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:30.123 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: Updating trial085:/var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-23T08:16:30.123 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: Deploying cephadm binary to trial151 2026-02-23T08:16:30.123 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: mgrmap e13: a(active, since 6s) 2026-02-23T08:16:30.123 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:30.123 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:16:30.123 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:30.123 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: Added host trial151 2026-02-23T08:16:30.123 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:16:30.123 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:30.123 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/3693572464' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-23T08:16:30.123 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:30.123 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/3693572464' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-23T08:16:30.123 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: osdmap e4: 0 total, 0 up, 0 in 2026-02-23T08:16:30.123 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:30.123 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;trial085:10.20.193.85=a;trial151:10.20.193.151=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:30.123 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: Saving service mon spec with placement trial085:10.20.193.85=a;trial151:10.20.193.151=b;count:2 2026-02-23T08:16:30.123 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.? 10.20.193.151:0/1085210693' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-23T08:16:30.123 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:30.123 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:30.123 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:30.123 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:30.123 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial151", "name": "osd_memory_target"} : dispatch 2026-02-23T08:16:30.123 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:30.123 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:16:30.123 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:30.123 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:30.123 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:30.124 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:16:30.124 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:30.124 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: Updating trial151:/etc/ceph/ceph.conf 2026-02-23T08:16:30.124 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: Updating trial151:/var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/config/ceph.conf 2026-02-23T08:16:30.124 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: Updating trial151:/etc/ceph/ceph.client.admin.keyring 2026-02-23T08:16:30.124 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: Updating trial151:/var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-23T08:16:30.124 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: Deploying daemon mon.b on trial151 2026-02-23T08:16:30.124 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: from='client.? 10.20.193.151:0/2418846875' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-23T08:16:30.124 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:29 trial151 ceph-mon[37511]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2026-02-23T08:16:30.401 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2026-02-23T08:16:30.402 DEBUG:teuthology.orchestra.run.trial151:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph mon dump -f json 2026-02-23T08:16:30.527 INFO:teuthology.orchestra.run.trial151.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.b/config 2026-02-23T08:16:35.188 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:34 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:16:35.188 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:34 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:16:35.188 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:34 trial151 ceph-mon[37511]: mon.a calling monitor election 2026-02-23T08:16:35.188 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:34 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:16:35.188 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:34 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:16:35.188 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:34 trial151 ceph-mon[37511]: mon.b calling monitor election 2026-02-23T08:16:35.188 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:34 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:16:35.188 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:34 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:16:35.188 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:34 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:16:35.188 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:34 trial151 ceph-mon[37511]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-02-23T08:16:35.188 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:34 trial151 ceph-mon[37511]: monmap epoch 2 2026-02-23T08:16:35.188 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:34 trial151 ceph-mon[37511]: fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:16:35.188 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:34 trial151 ceph-mon[37511]: last_changed 2026-02-23T08:16:29.877678+0000 2026-02-23T08:16:35.188 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:34 trial151 ceph-mon[37511]: created 2026-02-23T08:15:56.362910+0000 2026-02-23T08:16:35.188 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:34 trial151 ceph-mon[37511]: min_mon_release 20 (tentacle) 2026-02-23T08:16:35.188 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:34 trial151 ceph-mon[37511]: election_strategy: 1 2026-02-23T08:16:35.188 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:34 trial151 ceph-mon[37511]: 0: [v2:10.20.193.85:3300/0,v1:10.20.193.85:6789/0] mon.a 2026-02-23T08:16:35.188 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:34 trial151 ceph-mon[37511]: 1: [v2:10.20.193.151:3300/0,v1:10.20.193.151:6789/0] mon.b 2026-02-23T08:16:35.188 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:34 trial151 ceph-mon[37511]: fsmap 2026-02-23T08:16:35.188 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:34 trial151 ceph-mon[37511]: osdmap e4: 0 total, 0 up, 0 in 2026-02-23T08:16:35.188 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:34 trial151 ceph-mon[37511]: mgrmap e13: a(active, since 16s) 2026-02-23T08:16:35.189 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:34 trial151 ceph-mon[37511]: overall HEALTH_OK 2026-02-23T08:16:35.189 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:34 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:35.189 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:34 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:35.189 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:34 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:16:35.189 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:16:35.189 INFO:teuthology.orchestra.run.trial151.stdout:{"epoch":2,"fsid":"d9dc3f41-108f-11f1-99b8-d404e6e7d460","modified":"2026-02-23T08:16:29.877678Z","created":"2026-02-23T08:15:56.362910Z","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.85:3300","nonce":0},{"type":"v1","addr":"10.20.193.85:6789","nonce":0}]},"addr":"10.20.193.85:6789/0","public_addr":"10.20.193.85:6789/0","priority":0,"weight":0,"time_added":"2026-02-23T08:15:56:362926+0000","crush_location":[]},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.151:3300","nonce":0},{"type":"v1","addr":"10.20.193.151:6789","nonce":0}]},"addr":"10.20.193.151:6789/0","public_addr":"10.20.193.151:6789/0","priority":0,"weight":0,"time_added":"2026-02-23T08:16:29:877676+0000","crush_location":[]}],"quorum":[0,1]} 2026-02-23T08:16:35.189 INFO:teuthology.orchestra.run.trial151.stderr:dumped monmap epoch 2 2026-02-23T08:16:35.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:34 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:16:35.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:34 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:16:35.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:34 trial085 ceph-mon[32638]: mon.a calling monitor election 2026-02-23T08:16:35.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:34 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:16:35.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:34 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:16:35.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:34 trial085 ceph-mon[32638]: mon.b calling monitor election 2026-02-23T08:16:35.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:34 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:16:35.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:34 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:16:35.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:34 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:16:35.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:34 trial085 ceph-mon[32638]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-02-23T08:16:35.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:34 trial085 ceph-mon[32638]: monmap epoch 2 2026-02-23T08:16:35.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:34 trial085 ceph-mon[32638]: fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:16:35.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:34 trial085 ceph-mon[32638]: last_changed 2026-02-23T08:16:29.877678+0000 2026-02-23T08:16:35.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:34 trial085 ceph-mon[32638]: created 2026-02-23T08:15:56.362910+0000 2026-02-23T08:16:35.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:34 trial085 ceph-mon[32638]: min_mon_release 20 (tentacle) 2026-02-23T08:16:35.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:34 trial085 ceph-mon[32638]: election_strategy: 1 2026-02-23T08:16:35.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:34 trial085 ceph-mon[32638]: 0: [v2:10.20.193.85:3300/0,v1:10.20.193.85:6789/0] mon.a 2026-02-23T08:16:35.197 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:34 trial085 ceph-mon[32638]: 1: [v2:10.20.193.151:3300/0,v1:10.20.193.151:6789/0] mon.b 2026-02-23T08:16:35.197 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:34 trial085 ceph-mon[32638]: fsmap 2026-02-23T08:16:35.197 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:34 trial085 ceph-mon[32638]: osdmap e4: 0 total, 0 up, 0 in 2026-02-23T08:16:35.197 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:34 trial085 ceph-mon[32638]: mgrmap e13: a(active, since 16s) 2026-02-23T08:16:35.197 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:34 trial085 ceph-mon[32638]: overall HEALTH_OK 2026-02-23T08:16:35.197 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:34 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:35.197 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:34 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:35.197 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:34 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:16:35.225 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-02-23T08:16:35.225 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph config generate-minimal-conf 2026-02-23T08:16:35.350 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:16:35.566 INFO:teuthology.orchestra.run.trial085.stdout:# minimal ceph.conf for d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:16:35.566 INFO:teuthology.orchestra.run.trial085.stdout:[global] 2026-02-23T08:16:35.566 INFO:teuthology.orchestra.run.trial085.stdout: fsid = d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:16:35.566 INFO:teuthology.orchestra.run.trial085.stdout: mon_host = [v2:10.20.193.85:3300/0,v1:10.20.193.85:6789/0] [v2:10.20.193.151:3300/0,v1:10.20.193.151:6789/0] 2026-02-23T08:16:35.601 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-02-23T08:16:35.602 DEBUG:teuthology.orchestra.run.trial085:> set -ex 2026-02-23T08:16:35.602 DEBUG:teuthology.orchestra.run.trial085:> sudo dd of=/etc/ceph/ceph.conf 2026-02-23T08:16:35.631 DEBUG:teuthology.orchestra.run.trial085:> set -ex 2026-02-23T08:16:35.631 DEBUG:teuthology.orchestra.run.trial085:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-23T08:16:35.700 DEBUG:teuthology.orchestra.run.trial151:> set -ex 2026-02-23T08:16:35.700 DEBUG:teuthology.orchestra.run.trial151:> sudo dd of=/etc/ceph/ceph.conf 2026-02-23T08:16:35.730 DEBUG:teuthology.orchestra.run.trial151:> set -ex 2026-02-23T08:16:35.730 DEBUG:teuthology.orchestra.run.trial151:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-23T08:16:35.796 INFO:tasks.cephadm:Adding mgr.a on trial085 2026-02-23T08:16:35.796 INFO:tasks.cephadm:Adding mgr.b on trial151 2026-02-23T08:16:35.797 DEBUG:teuthology.orchestra.run.trial151:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph orch apply mgr '2;trial085=a;trial151=b' 2026-02-23T08:16:35.957 INFO:teuthology.orchestra.run.trial151.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.b/config 2026-02-23T08:16:35.978 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:35 trial151 ceph-mon[37511]: from='client.? 10.20.193.151:0/18693461' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-23T08:16:35.978 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:35 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:35.978 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:35 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:35.978 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:35 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:35.979 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:35 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:16:35.979 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:35 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/46877376' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:35.979 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:35 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:35.979 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:35 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:35.979 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:35 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:35.979 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:35 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:35.979 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:35 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:35.979 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:35 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:16:35.979 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:35 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:16:35.979 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:35 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:35.979 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:35 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:16:36.182 INFO:teuthology.orchestra.run.trial151.stdout:Scheduled mgr update... 2026-02-23T08:16:36.194 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:35 trial085 ceph-mon[32638]: from='client.? 10.20.193.151:0/18693461' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-23T08:16:36.194 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:35 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:36.194 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:35 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:36.194 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:35 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:36.194 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:35 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:16:36.194 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:35 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/46877376' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:36.194 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:35 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:36.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:35 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:36.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:35 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:36.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:35 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:36.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:35 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:36.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:35 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:16:36.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:35 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:16:36.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:35 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:36.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:35 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:16:36.221 DEBUG:teuthology.orchestra.run.trial151:mgr.b> sudo journalctl -f -n 0 -u ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mgr.b.service 2026-02-23T08:16:36.223 DEBUG:tasks.cephadm:set 0 configs 2026-02-23T08:16:36.223 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph config dump 2026-02-23T08:16:36.348 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:16:36.566 INFO:teuthology.orchestra.run.trial085.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-02-23T08:16:36.566 INFO:teuthology.orchestra.run.trial085.stdout:global dev auth_debug true 2026-02-23T08:16:36.566 INFO:teuthology.orchestra.run.trial085.stdout:global basic container_image quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c * 2026-02-23T08:16:36.566 INFO:teuthology.orchestra.run.trial085.stdout:global dev debug_asserts_on_shutdown true 2026-02-23T08:16:36.566 INFO:teuthology.orchestra.run.trial085.stdout:global basic log_to_file true 2026-02-23T08:16:36.566 INFO:teuthology.orchestra.run.trial085.stdout:global basic log_to_journald false 2026-02-23T08:16:36.567 INFO:teuthology.orchestra.run.trial085.stdout:global basic log_to_stderr false 2026-02-23T08:16:36.567 INFO:teuthology.orchestra.run.trial085.stdout:global advanced mon_allow_pool_delete true 2026-02-23T08:16:36.567 INFO:teuthology.orchestra.run.trial085.stdout:global advanced mon_clock_drift_allowed 1.000000 2026-02-23T08:16:36.567 INFO:teuthology.orchestra.run.trial085.stdout:global advanced mon_cluster_log_to_file true 2026-02-23T08:16:36.567 INFO:teuthology.orchestra.run.trial085.stdout:global advanced mon_election_default_strategy 1 2026-02-23T08:16:36.567 INFO:teuthology.orchestra.run.trial085.stdout:global advanced mon_max_pg_per_osd 10000 2026-02-23T08:16:36.567 INFO:teuthology.orchestra.run.trial085.stdout:global advanced mon_pg_warn_max_object_skew 0.000000 2026-02-23T08:16:36.567 INFO:teuthology.orchestra.run.trial085.stdout:global advanced mon_warn_on_crush_straw_calc_version_zero false 2026-02-23T08:16:36.567 INFO:teuthology.orchestra.run.trial085.stdout:global advanced mon_warn_on_legacy_crush_tunables false 2026-02-23T08:16:36.567 INFO:teuthology.orchestra.run.trial085.stdout:global advanced mon_warn_on_osd_down_out_interval_zero false 2026-02-23T08:16:36.567 INFO:teuthology.orchestra.run.trial085.stdout:global dev mon_warn_on_pool_pg_num_not_power_of_two false 2026-02-23T08:16:36.567 INFO:teuthology.orchestra.run.trial085.stdout:global advanced mon_warn_on_too_few_osds false 2026-02-23T08:16:36.568 INFO:teuthology.orchestra.run.trial085.stdout:global dev ms_die_on_bug true 2026-02-23T08:16:36.568 INFO:teuthology.orchestra.run.trial085.stdout:global dev ms_die_on_old_message true 2026-02-23T08:16:36.568 INFO:teuthology.orchestra.run.trial085.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-23T08:16:36.568 INFO:teuthology.orchestra.run.trial085.stdout:global advanced osd_pool_default_pg_autoscale_mode off 2026-02-23T08:16:36.568 INFO:teuthology.orchestra.run.trial085.stdout:global advanced public_network 10.20.192.0/20 * 2026-02-23T08:16:36.568 INFO:teuthology.orchestra.run.trial085.stdout:mon advanced auth_allow_insecure_global_id_reclaim false 2026-02-23T08:16:36.568 INFO:teuthology.orchestra.run.trial085.stdout:mon advanced auth_mon_ticket_ttl 660.000000 2026-02-23T08:16:36.568 INFO:teuthology.orchestra.run.trial085.stdout:mon advanced auth_service_ticket_ttl 240.000000 2026-02-23T08:16:36.568 INFO:teuthology.orchestra.run.trial085.stdout:mon advanced debug_mon 20/20 2026-02-23T08:16:36.568 INFO:teuthology.orchestra.run.trial085.stdout:mon advanced debug_ms 1/1 2026-02-23T08:16:36.568 INFO:teuthology.orchestra.run.trial085.stdout:mon advanced debug_paxos 20/20 2026-02-23T08:16:36.568 INFO:teuthology.orchestra.run.trial085.stdout:mon advanced mon_data_avail_warn 5 2026-02-23T08:16:36.568 INFO:teuthology.orchestra.run.trial085.stdout:mon advanced mon_mgr_mkfs_grace 240 2026-02-23T08:16:36.569 INFO:teuthology.orchestra.run.trial085.stdout:mon dev mon_osd_prime_pg_temp true 2026-02-23T08:16:36.569 INFO:teuthology.orchestra.run.trial085.stdout:mon advanced mon_osd_reporter_subtree_level osd 2026-02-23T08:16:36.569 INFO:teuthology.orchestra.run.trial085.stdout:mon advanced mon_reweight_min_bytes_per_osd 10 2026-02-23T08:16:36.569 INFO:teuthology.orchestra.run.trial085.stdout:mon advanced mon_reweight_min_pgs_per_osd 4 2026-02-23T08:16:36.569 INFO:teuthology.orchestra.run.trial085.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim false 2026-02-23T08:16:36.569 INFO:teuthology.orchestra.run.trial085.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim_allowed false 2026-02-23T08:16:36.569 INFO:teuthology.orchestra.run.trial085.stdout:mgr advanced debug_mgr 20/20 2026-02-23T08:16:36.569 INFO:teuthology.orchestra.run.trial085.stdout:mgr advanced debug_ms 1/1 2026-02-23T08:16:36.569 INFO:teuthology.orchestra.run.trial085.stdout:mgr advanced mgr/cephadm/allow_ptrace true * 2026-02-23T08:16:36.569 INFO:teuthology.orchestra.run.trial085.stdout:mgr advanced mgr/cephadm/container_init True * 2026-02-23T08:16:36.569 INFO:teuthology.orchestra.run.trial085.stdout:mgr advanced mgr/cephadm/migration_current 8 * 2026-02-23T08:16:36.569 INFO:teuthology.orchestra.run.trial085.stdout:mgr advanced mgr/cephadm/use_agent false * 2026-02-23T08:16:36.569 INFO:teuthology.orchestra.run.trial085.stdout:mgr advanced mgr/dashboard/ssl_server_port 8443 * 2026-02-23T08:16:36.570 INFO:teuthology.orchestra.run.trial085.stdout:mgr advanced mgr/orchestrator/orchestrator cephadm 2026-02-23T08:16:36.570 INFO:teuthology.orchestra.run.trial085.stdout:mgr advanced mon_reweight_min_bytes_per_osd 10 2026-02-23T08:16:36.570 INFO:teuthology.orchestra.run.trial085.stdout:mgr advanced mon_reweight_min_pgs_per_osd 4 2026-02-23T08:16:36.570 INFO:teuthology.orchestra.run.trial085.stdout:osd dev bdev_debug_aio true 2026-02-23T08:16:36.570 INFO:teuthology.orchestra.run.trial085.stdout:osd advanced debug_ms 1/1 2026-02-23T08:16:36.570 INFO:teuthology.orchestra.run.trial085.stdout:osd advanced debug_osd 20/20 2026-02-23T08:16:36.570 INFO:teuthology.orchestra.run.trial085.stdout:osd dev osd_debug_misdirected_ops true 2026-02-23T08:16:36.570 INFO:teuthology.orchestra.run.trial085.stdout:osd dev osd_debug_op_order true 2026-02-23T08:16:36.570 INFO:teuthology.orchestra.run.trial085.stdout:osd dev osd_debug_pg_log_writeout true 2026-02-23T08:16:36.570 INFO:teuthology.orchestra.run.trial085.stdout:osd dev osd_debug_shutdown true 2026-02-23T08:16:36.570 INFO:teuthology.orchestra.run.trial085.stdout:osd dev osd_debug_verify_cached_snaps true 2026-02-23T08:16:36.570 INFO:teuthology.orchestra.run.trial085.stdout:osd dev osd_debug_verify_missing_on_start true 2026-02-23T08:16:36.570 INFO:teuthology.orchestra.run.trial085.stdout:osd dev osd_debug_verify_stray_on_activate true 2026-02-23T08:16:36.571 INFO:teuthology.orchestra.run.trial085.stdout:osd advanced osd_deep_scrub_update_digest_min_age 30 2026-02-23T08:16:36.571 INFO:teuthology.orchestra.run.trial085.stdout:osd advanced osd_mclock_profile high_recovery_ops 2026-02-23T08:16:36.571 INFO:teuthology.orchestra.run.trial085.stdout:osd dev osd_mclock_skip_benchmark true 2026-02-23T08:16:36.571 INFO:teuthology.orchestra.run.trial085.stdout:osd advanced osd_memory_target_autotune true 2026-02-23T08:16:36.571 INFO:teuthology.orchestra.run.trial085.stdout:osd advanced osd_op_queue debug_random * 2026-02-23T08:16:36.571 INFO:teuthology.orchestra.run.trial085.stdout:osd advanced osd_op_queue_cut_off debug_random * 2026-02-23T08:16:36.571 INFO:teuthology.orchestra.run.trial085.stdout:osd advanced osd_recover_clone_overlap true 2026-02-23T08:16:36.571 INFO:teuthology.orchestra.run.trial085.stdout:osd advanced osd_recovery_max_chunk 1048576 2026-02-23T08:16:36.571 INFO:teuthology.orchestra.run.trial085.stdout:osd advanced osd_scrub_load_threshold 5.000000 2026-02-23T08:16:36.571 INFO:teuthology.orchestra.run.trial085.stdout:osd advanced osd_scrub_max_interval 600.000000 2026-02-23T08:16:36.571 INFO:teuthology.orchestra.run.trial085.stdout:osd advanced osd_shutdown_pgref_assert true 2026-02-23T08:16:36.571 INFO:teuthology.orchestra.run.trial085.stdout:client.rgw advanced rgw_cache_enabled true 2026-02-23T08:16:36.571 INFO:teuthology.orchestra.run.trial085.stdout:client.rgw advanced rgw_enable_ops_log true 2026-02-23T08:16:36.572 INFO:teuthology.orchestra.run.trial085.stdout:client.rgw advanced rgw_enable_usage_log true 2026-02-23T08:16:36.605 INFO:tasks.cephadm:Deploying OSDs... 2026-02-23T08:16:36.605 DEBUG:teuthology.orchestra.run.trial085:> set -ex 2026-02-23T08:16:36.605 DEBUG:teuthology.orchestra.run.trial085:> dd if=/scratch_devs of=/dev/stdout 2026-02-23T08:16:36.625 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-23T08:16:36.625 DEBUG:teuthology.orchestra.run.trial085:> stat /dev/vg_nvme/lv_1 2026-02-23T08:16:36.683 INFO:teuthology.orchestra.run.trial085.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-23T08:16:36.683 INFO:teuthology.orchestra.run.trial085.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T08:16:36.683 INFO:teuthology.orchestra.run.trial085.stdout:Device: 0,6 Inode: 882 Links: 1 2026-02-23T08:16:36.683 INFO:teuthology.orchestra.run.trial085.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T08:16:36.683 INFO:teuthology.orchestra.run.trial085.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T08:16:36.683 INFO:teuthology.orchestra.run.trial085.stdout:Access: 2026-02-23 08:16:21.877930469 +0000 2026-02-23T08:16:36.683 INFO:teuthology.orchestra.run.trial085.stdout:Modify: 2026-02-23 08:14:31.346580684 +0000 2026-02-23T08:16:36.683 INFO:teuthology.orchestra.run.trial085.stdout:Change: 2026-02-23 08:14:31.346580684 +0000 2026-02-23T08:16:36.683 INFO:teuthology.orchestra.run.trial085.stdout: Birth: 2026-02-23 08:14:31.346580684 +0000 2026-02-23T08:16:36.683 DEBUG:teuthology.orchestra.run.trial085:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-23T08:16:36.749 INFO:teuthology.orchestra.run.trial085.stderr:1+0 records in 2026-02-23T08:16:36.749 INFO:teuthology.orchestra.run.trial085.stderr:1+0 records out 2026-02-23T08:16:36.749 INFO:teuthology.orchestra.run.trial085.stderr:512 bytes copied, 0.000139318 s, 3.7 MB/s 2026-02-23T08:16:36.751 DEBUG:teuthology.orchestra.run.trial085:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-23T08:16:36.809 DEBUG:teuthology.orchestra.run.trial085:> stat /dev/vg_nvme/lv_2 2026-02-23T08:16:36.866 INFO:teuthology.orchestra.run.trial085.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-23T08:16:36.866 INFO:teuthology.orchestra.run.trial085.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T08:16:36.866 INFO:teuthology.orchestra.run.trial085.stdout:Device: 0,6 Inode: 893 Links: 1 2026-02-23T08:16:36.866 INFO:teuthology.orchestra.run.trial085.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T08:16:36.866 INFO:teuthology.orchestra.run.trial085.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T08:16:36.866 INFO:teuthology.orchestra.run.trial085.stdout:Access: 2026-02-23 08:16:21.916929269 +0000 2026-02-23T08:16:36.866 INFO:teuthology.orchestra.run.trial085.stdout:Modify: 2026-02-23 08:14:31.618573301 +0000 2026-02-23T08:16:36.866 INFO:teuthology.orchestra.run.trial085.stdout:Change: 2026-02-23 08:14:31.618573301 +0000 2026-02-23T08:16:36.866 INFO:teuthology.orchestra.run.trial085.stdout: Birth: 2026-02-23 08:14:31.618573301 +0000 2026-02-23T08:16:36.866 DEBUG:teuthology.orchestra.run.trial085:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-23T08:16:36.931 INFO:teuthology.orchestra.run.trial085.stderr:1+0 records in 2026-02-23T08:16:36.931 INFO:teuthology.orchestra.run.trial085.stderr:1+0 records out 2026-02-23T08:16:36.931 INFO:teuthology.orchestra.run.trial085.stderr:512 bytes copied, 0.000141283 s, 3.6 MB/s 2026-02-23T08:16:36.932 DEBUG:teuthology.orchestra.run.trial085:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-23T08:16:36.990 DEBUG:teuthology.orchestra.run.trial085:> stat /dev/vg_nvme/lv_3 2026-02-23T08:16:37.047 INFO:teuthology.orchestra.run.trial085.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-23T08:16:37.047 INFO:teuthology.orchestra.run.trial085.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T08:16:37.047 INFO:teuthology.orchestra.run.trial085.stdout:Device: 0,6 Inode: 906 Links: 1 2026-02-23T08:16:37.047 INFO:teuthology.orchestra.run.trial085.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T08:16:37.047 INFO:teuthology.orchestra.run.trial085.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T08:16:37.048 INFO:teuthology.orchestra.run.trial085.stdout:Access: 2026-02-23 08:16:21.951928192 +0000 2026-02-23T08:16:37.048 INFO:teuthology.orchestra.run.trial085.stdout:Modify: 2026-02-23 08:14:31.917565185 +0000 2026-02-23T08:16:37.048 INFO:teuthology.orchestra.run.trial085.stdout:Change: 2026-02-23 08:14:31.917565185 +0000 2026-02-23T08:16:37.048 INFO:teuthology.orchestra.run.trial085.stdout: Birth: 2026-02-23 08:14:31.917565185 +0000 2026-02-23T08:16:37.048 DEBUG:teuthology.orchestra.run.trial085:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-23T08:16:37.112 INFO:teuthology.orchestra.run.trial085.stderr:1+0 records in 2026-02-23T08:16:37.112 INFO:teuthology.orchestra.run.trial085.stderr:1+0 records out 2026-02-23T08:16:37.112 INFO:teuthology.orchestra.run.trial085.stderr:512 bytes copied, 0.000147965 s, 3.5 MB/s 2026-02-23T08:16:37.114 DEBUG:teuthology.orchestra.run.trial085:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-23T08:16:37.169 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:37 trial151 ceph-mon[37511]: Updating trial085:/etc/ceph/ceph.conf 2026-02-23T08:16:37.169 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:37 trial151 ceph-mon[37511]: Updating trial151:/etc/ceph/ceph.conf 2026-02-23T08:16:37.169 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:37 trial151 ceph-mon[37511]: Updating trial085:/var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/config/ceph.conf 2026-02-23T08:16:37.170 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:37 trial151 ceph-mon[37511]: Updating trial151:/var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/config/ceph.conf 2026-02-23T08:16:37.170 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:37 trial151 ceph-mon[37511]: Reconfiguring mon.a (unknown last config time)... 2026-02-23T08:16:37.170 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:37 trial151 ceph-mon[37511]: Reconfiguring daemon mon.a on trial085 2026-02-23T08:16:37.170 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:37 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:37.170 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:37 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:37.170 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:37 trial151 ceph-mon[37511]: Reconfiguring mon.b (monmap changed)... 2026-02-23T08:16:37.170 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:37 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:16:37.170 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:37 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:16:37.170 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:37 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:37.170 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:37 trial151 ceph-mon[37511]: Reconfiguring daemon mon.b on trial151 2026-02-23T08:16:37.170 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:37 trial151 ceph-mon[37511]: from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial085=a;trial151=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:37.171 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:37 trial151 ceph-mon[37511]: Saving service mgr spec with placement trial085=a;trial151=b;count:2 2026-02-23T08:16:37.171 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:37 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:37.171 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:37 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:37.171 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:37 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:37.171 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:37 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:16:37.171 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:37 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:37.171 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:37 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:16:37.171 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:37 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:37.171 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:37 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T08:16:37.171 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:37 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-23T08:16:37.171 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:37 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T08:16:37.171 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:37 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:37.171 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:37 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/2931913690' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-23T08:16:37.173 DEBUG:teuthology.orchestra.run.trial085:> stat /dev/vg_nvme/lv_4 2026-02-23T08:16:37.194 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:37 trial085 ceph-mon[32638]: Updating trial085:/etc/ceph/ceph.conf 2026-02-23T08:16:37.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:37 trial085 ceph-mon[32638]: Updating trial151:/etc/ceph/ceph.conf 2026-02-23T08:16:37.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:37 trial085 ceph-mon[32638]: Updating trial085:/var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/config/ceph.conf 2026-02-23T08:16:37.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:37 trial085 ceph-mon[32638]: Updating trial151:/var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/config/ceph.conf 2026-02-23T08:16:37.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:37 trial085 ceph-mon[32638]: Reconfiguring mon.a (unknown last config time)... 2026-02-23T08:16:37.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:37 trial085 ceph-mon[32638]: Reconfiguring daemon mon.a on trial085 2026-02-23T08:16:37.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:37 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:37.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:37 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:37.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:37 trial085 ceph-mon[32638]: Reconfiguring mon.b (monmap changed)... 2026-02-23T08:16:37.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:37 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:16:37.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:37 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:16:37.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:37 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:37.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:37 trial085 ceph-mon[32638]: Reconfiguring daemon mon.b on trial151 2026-02-23T08:16:37.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:37 trial085 ceph-mon[32638]: from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial085=a;trial151=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:37.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:37 trial085 ceph-mon[32638]: Saving service mgr spec with placement trial085=a;trial151=b;count:2 2026-02-23T08:16:37.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:37 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:37.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:37 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:37.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:37 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:37.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:37 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:16:37.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:37 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:37.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:37 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:16:37.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:37 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:37.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:37 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T08:16:37.197 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:37 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-23T08:16:37.197 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:37 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T08:16:37.197 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:37 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:37.197 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:37 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/2931913690' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-23T08:16:37.214 INFO:teuthology.orchestra.run.trial085.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-23T08:16:37.215 INFO:teuthology.orchestra.run.trial085.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T08:16:37.215 INFO:teuthology.orchestra.run.trial085.stdout:Device: 0,6 Inode: 916 Links: 1 2026-02-23T08:16:37.215 INFO:teuthology.orchestra.run.trial085.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T08:16:37.215 INFO:teuthology.orchestra.run.trial085.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T08:16:37.215 INFO:teuthology.orchestra.run.trial085.stdout:Access: 2026-02-23 08:16:21.988927054 +0000 2026-02-23T08:16:37.215 INFO:teuthology.orchestra.run.trial085.stdout:Modify: 2026-02-23 08:14:32.177558128 +0000 2026-02-23T08:16:37.215 INFO:teuthology.orchestra.run.trial085.stdout:Change: 2026-02-23 08:14:32.177558128 +0000 2026-02-23T08:16:37.215 INFO:teuthology.orchestra.run.trial085.stdout: Birth: 2026-02-23 08:14:32.177558128 +0000 2026-02-23T08:16:37.216 DEBUG:teuthology.orchestra.run.trial085:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-23T08:16:37.280 INFO:teuthology.orchestra.run.trial085.stderr:1+0 records in 2026-02-23T08:16:37.280 INFO:teuthology.orchestra.run.trial085.stderr:1+0 records out 2026-02-23T08:16:37.281 INFO:teuthology.orchestra.run.trial085.stderr:512 bytes copied, 0.000142504 s, 3.6 MB/s 2026-02-23T08:16:37.282 DEBUG:teuthology.orchestra.run.trial085:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-23T08:16:37.340 DEBUG:teuthology.orchestra.run.trial151:> set -ex 2026-02-23T08:16:37.340 DEBUG:teuthology.orchestra.run.trial151:> dd if=/scratch_devs of=/dev/stdout 2026-02-23T08:16:37.360 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2026-02-23T08:16:37.361 DEBUG:teuthology.orchestra.run.trial151:> stat /dev/vg_nvme/lv_1 2026-02-23T08:16:37.421 INFO:teuthology.orchestra.run.trial151.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-23T08:16:37.421 INFO:teuthology.orchestra.run.trial151.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T08:16:37.421 INFO:teuthology.orchestra.run.trial151.stdout:Device: 0,6 Inode: 884 Links: 1 2026-02-23T08:16:37.421 INFO:teuthology.orchestra.run.trial151.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T08:16:37.421 INFO:teuthology.orchestra.run.trial151.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T08:16:37.421 INFO:teuthology.orchestra.run.trial151.stdout:Access: 2026-02-23 08:16:37.222972174 +0000 2026-02-23T08:16:37.421 INFO:teuthology.orchestra.run.trial151.stdout:Modify: 2026-02-23 08:14:21.960113470 +0000 2026-02-23T08:16:37.421 INFO:teuthology.orchestra.run.trial151.stdout:Change: 2026-02-23 08:14:21.960113470 +0000 2026-02-23T08:16:37.421 INFO:teuthology.orchestra.run.trial151.stdout: Birth: 2026-02-23 08:14:21.960113470 +0000 2026-02-23T08:16:37.421 DEBUG:teuthology.orchestra.run.trial151:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-23T08:16:37.492 INFO:teuthology.orchestra.run.trial151.stderr:1+0 records in 2026-02-23T08:16:37.492 INFO:teuthology.orchestra.run.trial151.stderr:1+0 records out 2026-02-23T08:16:37.492 INFO:teuthology.orchestra.run.trial151.stderr:512 bytes copied, 0.000138509 s, 3.7 MB/s 2026-02-23T08:16:37.493 DEBUG:teuthology.orchestra.run.trial151:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-23T08:16:37.515 INFO:journalctl@ceph.mgr.b.trial151.stdout:Feb 23 08:16:37 trial151 ceph-mgr[38885]: -- 10.20.193.151:0/883710016 <== mon.0 v2:10.20.193.85:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x369dda00 con 0x369b1400 2026-02-23T08:16:37.532 DEBUG:teuthology.orchestra.run.trial151:> stat /dev/vg_nvme/lv_2 2026-02-23T08:16:37.587 INFO:teuthology.orchestra.run.trial151.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-23T08:16:37.587 INFO:teuthology.orchestra.run.trial151.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T08:16:37.588 INFO:teuthology.orchestra.run.trial151.stdout:Device: 0,6 Inode: 897 Links: 1 2026-02-23T08:16:37.588 INFO:teuthology.orchestra.run.trial151.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T08:16:37.588 INFO:teuthology.orchestra.run.trial151.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T08:16:37.588 INFO:teuthology.orchestra.run.trial151.stdout:Access: 2026-02-23 08:16:37.222972174 +0000 2026-02-23T08:16:37.588 INFO:teuthology.orchestra.run.trial151.stdout:Modify: 2026-02-23 08:14:22.239106499 +0000 2026-02-23T08:16:37.588 INFO:teuthology.orchestra.run.trial151.stdout:Change: 2026-02-23 08:14:22.239106499 +0000 2026-02-23T08:16:37.588 INFO:teuthology.orchestra.run.trial151.stdout: Birth: 2026-02-23 08:14:22.239106499 +0000 2026-02-23T08:16:37.588 DEBUG:teuthology.orchestra.run.trial151:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-23T08:16:37.652 INFO:teuthology.orchestra.run.trial151.stderr:1+0 records in 2026-02-23T08:16:37.653 INFO:teuthology.orchestra.run.trial151.stderr:1+0 records out 2026-02-23T08:16:37.653 INFO:teuthology.orchestra.run.trial151.stderr:512 bytes copied, 0.000142587 s, 3.6 MB/s 2026-02-23T08:16:37.654 DEBUG:teuthology.orchestra.run.trial151:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-23T08:16:37.710 DEBUG:teuthology.orchestra.run.trial151:> stat /dev/vg_nvme/lv_3 2026-02-23T08:16:37.766 INFO:teuthology.orchestra.run.trial151.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-23T08:16:37.766 INFO:teuthology.orchestra.run.trial151.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T08:16:37.766 INFO:teuthology.orchestra.run.trial151.stdout:Device: 0,6 Inode: 908 Links: 1 2026-02-23T08:16:37.766 INFO:teuthology.orchestra.run.trial151.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T08:16:37.766 INFO:teuthology.orchestra.run.trial151.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T08:16:37.766 INFO:teuthology.orchestra.run.trial151.stdout:Access: 2026-02-23 08:16:37.223972148 +0000 2026-02-23T08:16:37.767 INFO:teuthology.orchestra.run.trial151.stdout:Modify: 2026-02-23 08:14:22.539099004 +0000 2026-02-23T08:16:37.767 INFO:teuthology.orchestra.run.trial151.stdout:Change: 2026-02-23 08:14:22.539099004 +0000 2026-02-23T08:16:37.767 INFO:teuthology.orchestra.run.trial151.stdout: Birth: 2026-02-23 08:14:22.539099004 +0000 2026-02-23T08:16:37.767 DEBUG:teuthology.orchestra.run.trial151:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-23T08:16:37.834 INFO:teuthology.orchestra.run.trial151.stderr:1+0 records in 2026-02-23T08:16:37.834 INFO:teuthology.orchestra.run.trial151.stderr:1+0 records out 2026-02-23T08:16:37.834 INFO:teuthology.orchestra.run.trial151.stderr:512 bytes copied, 0.00014443 s, 3.5 MB/s 2026-02-23T08:16:37.836 DEBUG:teuthology.orchestra.run.trial151:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-23T08:16:37.896 DEBUG:teuthology.orchestra.run.trial151:> stat /dev/vg_nvme/lv_4 2026-02-23T08:16:37.955 INFO:teuthology.orchestra.run.trial151.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-23T08:16:37.955 INFO:teuthology.orchestra.run.trial151.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T08:16:37.956 INFO:teuthology.orchestra.run.trial151.stdout:Device: 0,6 Inode: 916 Links: 1 2026-02-23T08:16:37.956 INFO:teuthology.orchestra.run.trial151.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T08:16:37.956 INFO:teuthology.orchestra.run.trial151.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T08:16:37.956 INFO:teuthology.orchestra.run.trial151.stdout:Access: 2026-02-23 08:16:37.223972148 +0000 2026-02-23T08:16:37.956 INFO:teuthology.orchestra.run.trial151.stdout:Modify: 2026-02-23 08:14:22.815092107 +0000 2026-02-23T08:16:37.956 INFO:teuthology.orchestra.run.trial151.stdout:Change: 2026-02-23 08:14:22.815092107 +0000 2026-02-23T08:16:37.956 INFO:teuthology.orchestra.run.trial151.stdout: Birth: 2026-02-23 08:14:22.815092107 +0000 2026-02-23T08:16:37.956 DEBUG:teuthology.orchestra.run.trial151:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-23T08:16:38.023 INFO:teuthology.orchestra.run.trial151.stderr:1+0 records in 2026-02-23T08:16:38.023 INFO:teuthology.orchestra.run.trial151.stderr:1+0 records out 2026-02-23T08:16:38.023 INFO:teuthology.orchestra.run.trial151.stderr:512 bytes copied, 0.000152636 s, 3.4 MB/s 2026-02-23T08:16:38.024 DEBUG:teuthology.orchestra.run.trial151:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-23T08:16:38.082 INFO:tasks.cephadm:Deploying osd.0 on trial085 with /dev/vg_nvme/lv_4... 2026-02-23T08:16:38.082 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-23T08:16:38.203 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:16:38.356 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:38 trial085 ceph-mon[32638]: Deploying daemon mgr.b on trial151 2026-02-23T08:16:38.357 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:38 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:38.357 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:38 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:38.357 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:38 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:38.357 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:38 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:38.357 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:38 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:16:38.357 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:38 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:38.357 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:38 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:38.357 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:38 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:38.357 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:38 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:16:38.357 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:38 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:38.358 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:38 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T08:16:38.358 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:38 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T08:16:38.358 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:38 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:38.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:38 trial151 ceph-mon[37511]: Deploying daemon mgr.b on trial151 2026-02-23T08:16:38.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:38 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:38.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:38 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:38.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:38 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:38.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:38 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:38.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:38 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:16:38.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:38 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:38.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:38 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:38.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:38 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:38.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:38 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:16:38.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:38 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:38.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:38 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T08:16:38.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:38 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T08:16:38.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:38 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:38.675 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:16:38.692 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph orch daemon add osd trial085:vg_nvme/lv_4 --skip-validation 2026-02-23T08:16:38.821 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:16:39.194 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:39 trial085 ceph-mon[32638]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:16:39.194 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:39 trial085 ceph-mon[32638]: Reconfiguring mgr.a (unknown last config time)... 2026-02-23T08:16:39.194 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:39 trial085 ceph-mon[32638]: Reconfiguring daemon mgr.a on trial085 2026-02-23T08:16:39.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:39 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:39.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:39 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:39.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:39 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:16:39.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:39 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:39.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:39 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:16:39.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:39 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:39.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:39 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:39.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:39 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:39.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:39 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:16:39.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:39 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:16:39.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:39 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:16:39.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:39 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:39.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:39 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:39.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:39 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:39.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:39 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:39.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:39 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:16:39.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:39 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:39.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:39 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:16:39.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:39 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:16:39.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:39 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:39.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:39 trial151 ceph-mon[37511]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:16:39.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:39 trial151 ceph-mon[37511]: Reconfiguring mgr.a (unknown last config time)... 2026-02-23T08:16:39.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:39 trial151 ceph-mon[37511]: Reconfiguring daemon mgr.a on trial085 2026-02-23T08:16:39.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:39 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:39.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:39 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:39.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:39 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:16:39.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:39 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:39.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:39 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:16:39.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:39 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:39.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:39 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:39.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:39 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:39.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:39 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:16:39.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:39 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:16:39.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:39 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:16:39.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:39 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:39.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:39 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:39.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:39 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:39.600 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:39 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:39.600 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:39 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:16:39.600 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:39 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:39.600 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:39 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:16:39.600 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:39 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:16:39.600 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:39 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:40.098 INFO:journalctl@ceph.mgr.b.trial151.stdout:Feb 23 08:16:39 trial151 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-b[38881]: /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-23T08:16:40.098 INFO:journalctl@ceph.mgr.b.trial151.stdout:Feb 23 08:16:39 trial151 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-b[38881]: 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-23T08:16:40.098 INFO:journalctl@ceph.mgr.b.trial151.stdout:Feb 23 08:16:39 trial151 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mgr-b[38881]: from numpy import show_config as show_numpy_config 2026-02-23T08:16:40.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:40 trial085 ceph-mon[32638]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial085:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:40.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:40 trial085 ceph-mon[32638]: osd.default does not exist. Creating it now. 2026-02-23T08:16:40.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:40 trial085 ceph-mon[32638]: Creating OSDs with service ID: default on trial085:['vg_nvme/lv_4'] 2026-02-23T08:16:40.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:40 trial085 ceph-mon[32638]: Marking host: trial085 for OSDSpec preview refresh. 2026-02-23T08:16:40.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:40 trial085 ceph-mon[32638]: Saving service osd.default spec with placement trial085 2026-02-23T08:16:40.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:40 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:40.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:40 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/1246811809' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "00328881-8f3b-4468-99a4-446505f09bee"} : dispatch 2026-02-23T08:16:40.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:40 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/1246811809' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "00328881-8f3b-4468-99a4-446505f09bee"}]': finished 2026-02-23T08:16:40.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:40 trial085 ceph-mon[32638]: osdmap e5: 1 total, 0 up, 1 in 2026-02-23T08:16:40.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:40 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T08:16:40.597 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:40 trial151 ceph-mon[37511]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial085:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:40.597 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:40 trial151 ceph-mon[37511]: osd.default does not exist. Creating it now. 2026-02-23T08:16:40.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:40 trial151 ceph-mon[37511]: Creating OSDs with service ID: default on trial085:['vg_nvme/lv_4'] 2026-02-23T08:16:40.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:40 trial151 ceph-mon[37511]: Marking host: trial085 for OSDSpec preview refresh. 2026-02-23T08:16:40.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:40 trial151 ceph-mon[37511]: Saving service osd.default spec with placement trial085 2026-02-23T08:16:40.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:40 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:40.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:40 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/1246811809' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "00328881-8f3b-4468-99a4-446505f09bee"} : dispatch 2026-02-23T08:16:40.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:40 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/1246811809' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "00328881-8f3b-4468-99a4-446505f09bee"}]': finished 2026-02-23T08:16:40.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:40 trial151 ceph-mon[37511]: osdmap e5: 1 total, 0 up, 1 in 2026-02-23T08:16:40.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:40 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T08:16:41.405 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:41 trial085 ceph-mon[32638]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:16:41.405 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:41 trial085 ceph-mon[32638]: Standby manager daemon b started 2026-02-23T08:16:41.405 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:41 trial085 ceph-mon[32638]: from='mgr.? 10.20.193.151:0/3315261167' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-23T08:16:41.405 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:41 trial085 ceph-mon[32638]: from='mgr.? 10.20.193.151:0/3315261167' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-23T08:16:41.405 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:41 trial085 ceph-mon[32638]: from='mgr.? 10.20.193.151:0/3315261167' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-23T08:16:41.405 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:41 trial085 ceph-mon[32638]: from='mgr.? 10.20.193.151:0/3315261167' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-23T08:16:41.405 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:41 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/3159210573' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-23T08:16:41.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:41 trial151 ceph-mon[37511]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:16:41.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:41 trial151 ceph-mon[37511]: Standby manager daemon b started 2026-02-23T08:16:41.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:41 trial151 ceph-mon[37511]: from='mgr.? 10.20.193.151:0/3315261167' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-23T08:16:41.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:41 trial151 ceph-mon[37511]: from='mgr.? 10.20.193.151:0/3315261167' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-23T08:16:41.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:41 trial151 ceph-mon[37511]: from='mgr.? 10.20.193.151:0/3315261167' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-23T08:16:41.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:41 trial151 ceph-mon[37511]: from='mgr.? 10.20.193.151:0/3315261167' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-23T08:16:41.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:41 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/3159210573' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-23T08:16:42.286 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:42 trial085 ceph-mon[32638]: mgrmap e14: a(active, since 23s), standbys: b 2026-02-23T08:16:42.287 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:42 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-23T08:16:42.597 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:42 trial151 ceph-mon[37511]: mgrmap e14: a(active, since 23s), standbys: b 2026-02-23T08:16:42.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:42 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-23T08:16:43.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:43 trial085 ceph-mon[32638]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:16:43.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:43 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-23T08:16:43.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:43 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:43.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:43 trial085 ceph-mon[32638]: Deploying daemon osd.0 on trial085 2026-02-23T08:16:43.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:43 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-23T08:16:43.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:43 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:43.597 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:43 trial151 ceph-mon[37511]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:16:43.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:43 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-23T08:16:43.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:43 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:43.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:43 trial151 ceph-mon[37511]: Deploying daemon osd.0 on trial085 2026-02-23T08:16:43.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:43 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-23T08:16:43.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:43 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:44.258 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:44 trial085 ceph-mon[32638]: Deploying daemon osd.0 on trial085 2026-02-23T08:16:44.258 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:44 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:44.258 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:44 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:44.597 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:44 trial151 ceph-mon[37511]: Deploying daemon osd.0 on trial085 2026-02-23T08:16:44.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:44 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:44.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:44 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:45.390 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:45 trial085 ceph-mon[32638]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:16:45.597 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:45 trial151 ceph-mon[37511]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:16:46.648 INFO:teuthology.orchestra.run.trial085.stdout:Created osd(s) 0 on host 'trial085' 2026-02-23T08:16:46.692 DEBUG:teuthology.orchestra.run.trial085:osd.0> sudo journalctl -f -n 0 -u ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@osd.0.service 2026-02-23T08:16:46.695 INFO:tasks.cephadm:Deploying osd.1 on trial151 with /dev/vg_nvme/lv_4... 2026-02-23T08:16:46.695 DEBUG:teuthology.orchestra.run.trial151:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-23T08:16:46.818 INFO:teuthology.orchestra.run.trial151.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.b/config 2026-02-23T08:16:47.194 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:47 trial085 ceph-mon[32638]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:16:47.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:47 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:47.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:47 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:47.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:47 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:47.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:47 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:47.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:47 trial085 ceph-mon[32638]: from='osd.0 [v2:10.20.193.85:6802/1542354414,v1:10.20.193.85:6803/1542354414]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-23T08:16:47.230 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:47 trial151 ceph-mon[37511]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:16:47.230 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:47 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:47.230 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:47 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:47.230 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:47 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:47.231 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:47 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:47.231 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:47 trial151 ceph-mon[37511]: from='osd.0 [v2:10.20.193.85:6802/1542354414,v1:10.20.193.85:6803/1542354414]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-23T08:16:47.280 INFO:teuthology.orchestra.run.trial151.stdout: 2026-02-23T08:16:47.294 DEBUG:teuthology.orchestra.run.trial151:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph orch daemon add osd trial151:vg_nvme/lv_4 --skip-validation 2026-02-23T08:16:47.418 INFO:teuthology.orchestra.run.trial151.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.b/config 2026-02-23T08:16:48.325 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:48 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:48.325 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:48 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:48.325 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:48 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:16:48.325 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:48 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:48.325 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:48 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:48.325 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:48 trial151 ceph-mon[37511]: from='osd.0 [v2:10.20.193.85:6802/1542354414,v1:10.20.193.85:6803/1542354414]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-23T08:16:48.325 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:48 trial151 ceph-mon[37511]: osdmap e6: 1 total, 0 up, 1 in 2026-02-23T08:16:48.325 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:48 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:16:48.325 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:48 trial151 ceph-mon[37511]: from='osd.0 [v2:10.20.193.85:6802/1542354414,v1:10.20.193.85:6803/1542354414]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial085", "root=default"]} : dispatch 2026-02-23T08:16:48.325 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:48 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T08:16:48.325 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:48 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:16:48.325 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:48 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:48.325 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:48 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:48.325 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:48 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:48.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:48 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:48.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:48 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:48.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:48 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:16:48.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:48 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:48.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:48 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:48.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:48 trial085 ceph-mon[32638]: from='osd.0 [v2:10.20.193.85:6802/1542354414,v1:10.20.193.85:6803/1542354414]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-23T08:16:48.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:48 trial085 ceph-mon[32638]: osdmap e6: 1 total, 0 up, 1 in 2026-02-23T08:16:48.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:48 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:16:48.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:48 trial085 ceph-mon[32638]: from='osd.0 [v2:10.20.193.85:6802/1542354414,v1:10.20.193.85:6803/1542354414]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial085", "root=default"]} : dispatch 2026-02-23T08:16:48.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:48 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T08:16:48.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:48 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:16:48.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:48 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:48.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:48 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:48.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:48 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:48.912 INFO:journalctl@ceph.osd.0.trial085.stdout:Feb 23 08:16:48 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-osd-0[46212]: 2026-02-23T08:16:48.505+0000 7f0c05c95640 -1 osd.0 0 waiting for initial osdmap 2026-02-23T08:16:48.913 INFO:journalctl@ceph.osd.0.trial085.stdout:Feb 23 08:16:48 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-osd-0[46212]: 2026-02-23T08:16:48.507+0000 7f0bfdb54640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-23T08:16:49.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:49 trial085 ceph-mon[32638]: from='client.24111 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial151:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:49.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:49 trial085 ceph-mon[32638]: osd.default does not exist. Creating it now. 2026-02-23T08:16:49.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:49 trial085 ceph-mon[32638]: Creating OSDs with service ID: default on trial151:['vg_nvme/lv_4'] 2026-02-23T08:16:49.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:49 trial085 ceph-mon[32638]: Marking host: trial151 for OSDSpec preview refresh. 2026-02-23T08:16:49.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:49 trial085 ceph-mon[32638]: Saving service osd.default spec with placement trial151 2026-02-23T08:16:49.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:49 trial085 ceph-mon[32638]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:16:49.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:49 trial085 ceph-mon[32638]: from='client.? 10.20.193.151:0/1490387753' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "fae7f512-88a8-46a5-827b-636aa3b15a3a"} : dispatch 2026-02-23T08:16:49.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:49 trial085 ceph-mon[32638]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "fae7f512-88a8-46a5-827b-636aa3b15a3a"} : dispatch 2026-02-23T08:16:49.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:49 trial085 ceph-mon[32638]: from='osd.0 [v2:10.20.193.85:6802/1542354414,v1:10.20.193.85:6803/1542354414]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial085", "root=default"]}]': finished 2026-02-23T08:16:49.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:49 trial085 ceph-mon[32638]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fae7f512-88a8-46a5-827b-636aa3b15a3a"}]': finished 2026-02-23T08:16:49.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:49 trial085 ceph-mon[32638]: osdmap e7: 2 total, 0 up, 2 in 2026-02-23T08:16:49.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:49 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T08:16:49.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:49 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:16:49.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:49 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T08:16:49.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:49 trial085 ceph-mon[32638]: from='client.? 10.20.193.151:0/2094986035' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-23T08:16:49.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:49 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:49.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:49 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:49.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:49 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-23T08:16:49.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:49 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:49.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:49 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:49.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:49 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:16:49.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:49 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:49.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:49 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:16:49.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:49 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:16:49.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:49 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:49.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:49 trial151 ceph-mon[37511]: from='client.24111 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial151:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:16:49.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:49 trial151 ceph-mon[37511]: osd.default does not exist. Creating it now. 2026-02-23T08:16:49.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:49 trial151 ceph-mon[37511]: Creating OSDs with service ID: default on trial151:['vg_nvme/lv_4'] 2026-02-23T08:16:49.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:49 trial151 ceph-mon[37511]: Marking host: trial151 for OSDSpec preview refresh. 2026-02-23T08:16:49.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:49 trial151 ceph-mon[37511]: Saving service osd.default spec with placement trial151 2026-02-23T08:16:49.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:49 trial151 ceph-mon[37511]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:16:49.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:49 trial151 ceph-mon[37511]: from='client.? 10.20.193.151:0/1490387753' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "fae7f512-88a8-46a5-827b-636aa3b15a3a"} : dispatch 2026-02-23T08:16:49.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:49 trial151 ceph-mon[37511]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "fae7f512-88a8-46a5-827b-636aa3b15a3a"} : dispatch 2026-02-23T08:16:49.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:49 trial151 ceph-mon[37511]: from='osd.0 [v2:10.20.193.85:6802/1542354414,v1:10.20.193.85:6803/1542354414]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial085", "root=default"]}]': finished 2026-02-23T08:16:49.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:49 trial151 ceph-mon[37511]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fae7f512-88a8-46a5-827b-636aa3b15a3a"}]': finished 2026-02-23T08:16:49.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:49 trial151 ceph-mon[37511]: osdmap e7: 2 total, 0 up, 2 in 2026-02-23T08:16:49.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:49 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T08:16:49.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:49 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:16:49.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:49 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T08:16:49.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:49 trial151 ceph-mon[37511]: from='client.? 10.20.193.151:0/2094986035' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-23T08:16:49.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:49 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:49.600 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:49 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:49.600 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:49 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-23T08:16:49.600 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:49 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:49.600 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:49 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:49.600 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:49 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:16:49.600 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:49 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:49.600 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:49 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:16:49.600 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:49 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:16:49.600 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:49 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:50.429 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:50 trial151 ceph-mon[37511]: purged_snaps scrub starts 2026-02-23T08:16:50.430 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:50 trial151 ceph-mon[37511]: purged_snaps scrub ok 2026-02-23T08:16:50.430 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:50 trial151 ceph-mon[37511]: Detected new or changed devices on trial085 2026-02-23T08:16:50.430 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:50 trial151 ceph-mon[37511]: Adjusting osd_memory_target on trial085 to 84404M 2026-02-23T08:16:50.430 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:50 trial151 ceph-mon[37511]: osd.0 [v2:10.20.193.85:6802/1542354414,v1:10.20.193.85:6803/1542354414] boot 2026-02-23T08:16:50.430 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:50 trial151 ceph-mon[37511]: osdmap e8: 2 total, 1 up, 2 in 2026-02-23T08:16:50.430 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:50 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T08:16:50.430 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:50 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:16:50.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:50 trial085 ceph-mon[32638]: purged_snaps scrub starts 2026-02-23T08:16:50.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:50 trial085 ceph-mon[32638]: purged_snaps scrub ok 2026-02-23T08:16:50.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:50 trial085 ceph-mon[32638]: Detected new or changed devices on trial085 2026-02-23T08:16:50.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:50 trial085 ceph-mon[32638]: Adjusting osd_memory_target on trial085 to 84404M 2026-02-23T08:16:50.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:50 trial085 ceph-mon[32638]: osd.0 [v2:10.20.193.85:6802/1542354414,v1:10.20.193.85:6803/1542354414] boot 2026-02-23T08:16:50.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:50 trial085 ceph-mon[32638]: osdmap e8: 2 total, 1 up, 2 in 2026-02-23T08:16:50.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:50 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T08:16:50.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:50 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:16:51.308 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:51 trial151 ceph-mon[37511]: pgmap v14: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-23T08:16:51.308 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:51 trial151 ceph-mon[37511]: osdmap e9: 2 total, 1 up, 2 in 2026-02-23T08:16:51.308 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:51 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:16:51.308 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:51 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-23T08:16:51.309 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:51 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:51.309 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:51 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-23T08:16:51.309 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:51 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:51.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:51 trial085 ceph-mon[32638]: pgmap v14: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-23T08:16:51.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:51 trial085 ceph-mon[32638]: osdmap e9: 2 total, 1 up, 2 in 2026-02-23T08:16:51.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:51 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:16:51.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:51 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-23T08:16:51.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:51 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:51.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:51 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-23T08:16:51.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:51 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:52.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:52 trial085 ceph-mon[32638]: Deploying daemon osd.1 on trial151 2026-02-23T08:16:52.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:52 trial085 ceph-mon[32638]: Deploying daemon osd.1 on trial151 2026-02-23T08:16:52.457 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:52 trial151 ceph-mon[37511]: Deploying daemon osd.1 on trial151 2026-02-23T08:16:52.457 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:52 trial151 ceph-mon[37511]: Deploying daemon osd.1 on trial151 2026-02-23T08:16:53.283 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:53 trial151 ceph-mon[37511]: pgmap v16: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-23T08:16:53.283 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:53 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:53.283 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:53 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:53.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:53 trial085 ceph-mon[32638]: pgmap v16: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-23T08:16:53.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:53 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:53.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:53 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:55.253 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:55 trial151 ceph-mon[37511]: pgmap v17: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-23T08:16:55.253 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:55 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:55.253 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:55 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:55.303 INFO:teuthology.orchestra.run.trial151.stdout:Created osd(s) 1 on host 'trial151' 2026-02-23T08:16:55.341 DEBUG:teuthology.orchestra.run.trial151:osd.1> sudo journalctl -f -n 0 -u ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@osd.1.service 2026-02-23T08:16:55.343 INFO:tasks.cephadm:Waiting for 2 OSDs to come up... 2026-02-23T08:16:55.343 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph osd stat -f json 2026-02-23T08:16:55.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:55 trial085 ceph-mon[32638]: pgmap v17: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-23T08:16:55.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:55 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:55.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:55 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:55.468 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:16:55.542 INFO:journalctl@ceph.osd.1.trial151.stdout:Feb 23 08:16:55 trial151 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-osd-1[43525]: 2026-02-23T08:16:55.443+0000 7f42580a4780 -1 osd.1 0 log_to_monitors true 2026-02-23T08:16:55.688 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:16:55.724 INFO:teuthology.orchestra.run.trial085.stdout:{"epoch":9,"num_osds":2,"num_up_osds":1,"osd_up_since":1771834609,"num_in_osds":2,"osd_in_since":1771834608,"num_remapped_pgs":0} 2026-02-23T08:16:56.597 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:56 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:56.597 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:56 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:56.597 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:56 trial151 ceph-mon[37511]: from='osd.1 [v2:10.20.193.151:6800/1730077854,v1:10.20.193.151:6801/1730077854]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-23T08:16:56.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:56 trial151 ceph-mon[37511]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-23T08:16:56.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:56 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/3767090527' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-23T08:16:56.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:56 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:56.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:56 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:56.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:56 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:16:56.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:56 trial151 ceph-mon[37511]: pgmap v18: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-23T08:16:56.694 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:56 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:56.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:56 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:56.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:56 trial085 ceph-mon[32638]: from='osd.1 [v2:10.20.193.151:6800/1730077854,v1:10.20.193.151:6801/1730077854]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-23T08:16:56.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:56 trial085 ceph-mon[32638]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-23T08:16:56.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:56 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/3767090527' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-23T08:16:56.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:56 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:56.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:56 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:56.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:56 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:16:56.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:56 trial085 ceph-mon[32638]: pgmap v18: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-23T08:16:56.726 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph osd stat -f json 2026-02-23T08:16:56.851 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:16:57.065 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:16:57.099 INFO:teuthology.orchestra.run.trial085.stdout:{"epoch":10,"num_osds":2,"num_up_osds":1,"osd_up_since":1771834609,"num_in_osds":2,"osd_in_since":1771834608,"num_remapped_pgs":0} 2026-02-23T08:16:57.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:57 trial085 ceph-mon[32638]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-23T08:16:57.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:57 trial085 ceph-mon[32638]: from='osd.1 [v2:10.20.193.151:6800/1730077854,v1:10.20.193.151:6801/1730077854]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial151", "root=default"]} : dispatch 2026-02-23T08:16:57.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:57 trial085 ceph-mon[32638]: osdmap e10: 2 total, 1 up, 2 in 2026-02-23T08:16:57.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:57 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:16:57.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:57 trial085 ceph-mon[32638]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial151", "root=default"]} : dispatch 2026-02-23T08:16:57.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:57 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:57.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:57 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:57.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:57 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:57.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:57 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:57.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:57 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/1661356175' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-23T08:16:57.598 INFO:journalctl@ceph.osd.1.trial151.stdout:Feb 23 08:16:57 trial151 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-osd-1[43525]: 2026-02-23T08:16:57.311+0000 7f4254026640 -1 osd.1 0 waiting for initial osdmap 2026-02-23T08:16:57.598 INFO:journalctl@ceph.osd.1.trial151.stdout:Feb 23 08:16:57 trial151 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-osd-1[43525]: 2026-02-23T08:16:57.313+0000 7f424bee5640 -1 osd.1 11 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-23T08:16:57.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:57 trial151 ceph-mon[37511]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-23T08:16:57.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:57 trial151 ceph-mon[37511]: from='osd.1 [v2:10.20.193.151:6800/1730077854,v1:10.20.193.151:6801/1730077854]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial151", "root=default"]} : dispatch 2026-02-23T08:16:57.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:57 trial151 ceph-mon[37511]: osdmap e10: 2 total, 1 up, 2 in 2026-02-23T08:16:57.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:57 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:16:57.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:57 trial151 ceph-mon[37511]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial151", "root=default"]} : dispatch 2026-02-23T08:16:57.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:57 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:57.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:57 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:57.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:57 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:57.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:57 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:57.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:57 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/1661356175' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-23T08:16:58.099 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph osd stat -f json 2026-02-23T08:16:58.229 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:16:58.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:58 trial085 ceph-mon[32638]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial151", "root=default"]}]': finished 2026-02-23T08:16:58.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:58 trial085 ceph-mon[32638]: osdmap e11: 2 total, 1 up, 2 in 2026-02-23T08:16:58.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:58 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:16:58.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:58 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:16:58.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:58 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:58.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:58 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:58.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:58 trial085 ceph-mon[32638]: Detected new or changed devices on trial151 2026-02-23T08:16:58.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:58 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:58.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:58 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:58.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:58 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:58.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:58 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:58.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:58 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-23T08:16:58.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:58 trial085 ceph-mon[32638]: Adjusting osd_memory_target on trial151 to 84404M 2026-02-23T08:16:58.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:58 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:58.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:58 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:58.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:58 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:16:58.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:58 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:58.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:58 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:16:58.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:58 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:16:58.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:58 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:58.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:58 trial085 ceph-mon[32638]: pgmap v21: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-23T08:16:58.448 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:16:58.484 INFO:teuthology.orchestra.run.trial085.stdout:{"epoch":12,"num_osds":2,"num_up_osds":2,"osd_up_since":1771834618,"num_in_osds":2,"osd_in_since":1771834608,"num_remapped_pgs":0} 2026-02-23T08:16:58.485 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph osd dump --format=json 2026-02-23T08:16:58.597 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:58 trial151 ceph-mon[37511]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial151", "root=default"]}]': finished 2026-02-23T08:16:58.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:58 trial151 ceph-mon[37511]: osdmap e11: 2 total, 1 up, 2 in 2026-02-23T08:16:58.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:58 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:16:58.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:58 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:16:58.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:58 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:58.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:58 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:58.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:58 trial151 ceph-mon[37511]: Detected new or changed devices on trial151 2026-02-23T08:16:58.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:58 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:58.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:58 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:58.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:58 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:58.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:58 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:58.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:58 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-23T08:16:58.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:58 trial151 ceph-mon[37511]: Adjusting osd_memory_target on trial151 to 84404M 2026-02-23T08:16:58.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:58 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:58.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:58 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:58.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:58 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:16:58.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:58 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:16:58.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:58 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:16:58.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:58 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:16:58.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:58 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:16:58.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:58 trial151 ceph-mon[37511]: pgmap v21: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-23T08:16:58.608 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:16:58.823 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:16:58.823 INFO:teuthology.orchestra.run.trial085.stdout:{"epoch":12,"fsid":"d9dc3f41-108f-11f1-99b8-d404e6e7d460","created":"2026-02-23T08:15:57.364931+0000","modified":"2026-02-23T08:16:58.310112+0000","last_up_change":"2026-02-23T08:16:58.310112+0000","last_in_change":"2026-02-23T08:16:48.501658+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":6,"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":"00328881-8f3b-4468-99a4-446505f09bee","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.85:6802","nonce":1542354414},{"type":"v1","addr":"10.20.193.85:6803","nonce":1542354414}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.85:6804","nonce":1542354414},{"type":"v1","addr":"10.20.193.85:6805","nonce":1542354414}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.85:6808","nonce":1542354414},{"type":"v1","addr":"10.20.193.85:6809","nonce":1542354414}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.85:6806","nonce":1542354414},{"type":"v1","addr":"10.20.193.85:6807","nonce":1542354414}]},"public_addr":"10.20.193.85:6803/1542354414","cluster_addr":"10.20.193.85:6805/1542354414","heartbeat_back_addr":"10.20.193.85:6809/1542354414","heartbeat_front_addr":"10.20.193.85:6807/1542354414","state":["exists","up"]},{"osd":1,"uuid":"fae7f512-88a8-46a5-827b-636aa3b15a3a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":12,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.151:6800","nonce":1730077854},{"type":"v1","addr":"10.20.193.151:6801","nonce":1730077854}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.151:6802","nonce":1730077854},{"type":"v1","addr":"10.20.193.151:6803","nonce":1730077854}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.151:6806","nonce":1730077854},{"type":"v1","addr":"10.20.193.151:6807","nonce":1730077854}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.151:6804","nonce":1730077854},{"type":"v1","addr":"10.20.193.151:6805","nonce":1730077854}]},"public_addr":"10.20.193.151:6801/1730077854","cluster_addr":"10.20.193.151:6803/1730077854","heartbeat_back_addr":"10.20.193.151:6807/1730077854","heartbeat_front_addr":"10.20.193.151:6805/1730077854","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-23T08:16:47.753924+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.85:0/3232899514":"2026-02-24T08:16:17.991786+0000","10.20.193.85:0/408197960":"2026-02-24T08:16:17.991786+0000","10.20.193.85:6801/3220154935":"2026-02-24T08:16:17.991786+0000","10.20.193.85:0/1598732867":"2026-02-24T08:16:17.991786+0000","10.20.193.85:0/757006041":"2026-02-24T08:16:07.389371+0000","10.20.193.85:6801/1992397227":"2026-02-24T08:16:07.389371+0000","10.20.193.85:6800/3220154935":"2026-02-24T08:16:17.991786+0000","10.20.193.85:0/1747688055":"2026-02-24T08:16:07.389371+0000","10.20.193.85:6800/1992397227":"2026-02-24T08:16:07.389371+0000","10.20.193.85:0/2684557927":"2026-02-24T08:16:07.389371+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-23T08:16:58.856 INFO:tasks.cephadm.ceph_manager.ceph:[] 2026-02-23T08:16:58.856 INFO:tasks.cephadm:Setting up client nodes... 2026-02-23T08:16:58.857 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph config log 1 --format=json 2026-02-23T08:16:58.982 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:16:59.193 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:16:59.228 INFO:teuthology.orchestra.run.trial085.stdout:[{"version":12,"timestamp":"2026-02-23T08:16:57.678420+0000","name":"","changes":[{"name":"osd/host:trial151/osd_memory_target","new_value":"88504273305"}]}] 2026-02-23T08:16:59.228 INFO:tasks.ceph_manager:config epoch is 12 2026-02-23T08:16:59.229 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-02-23T08:16:59.229 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-02-23T08:16:59.229 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph mgr dump --format=json 2026-02-23T08:16:59.353 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:16:59.590 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:59 trial085 ceph-mon[32638]: purged_snaps scrub starts 2026-02-23T08:16:59.590 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:59 trial085 ceph-mon[32638]: purged_snaps scrub ok 2026-02-23T08:16:59.590 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:59 trial085 ceph-mon[32638]: osd.1 [v2:10.20.193.151:6800/1730077854,v1:10.20.193.151:6801/1730077854] boot 2026-02-23T08:16:59.590 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:59 trial085 ceph-mon[32638]: osdmap e12: 2 total, 2 up, 2 in 2026-02-23T08:16:59.590 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:59 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:16:59.590 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:59 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/699139487' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-23T08:16:59.590 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:59 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/1962110150' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-23T08:16:59.590 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:16:59 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/501249411' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-23T08:16:59.591 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:16:59.597 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:59 trial151 ceph-mon[37511]: purged_snaps scrub starts 2026-02-23T08:16:59.597 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:59 trial151 ceph-mon[37511]: purged_snaps scrub ok 2026-02-23T08:16:59.597 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:59 trial151 ceph-mon[37511]: osd.1 [v2:10.20.193.151:6800/1730077854,v1:10.20.193.151:6801/1730077854] boot 2026-02-23T08:16:59.597 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:59 trial151 ceph-mon[37511]: osdmap e12: 2 total, 2 up, 2 in 2026-02-23T08:16:59.597 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:59 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:16:59.597 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:59 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/699139487' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-23T08:16:59.597 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:59 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/1962110150' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-23T08:16:59.597 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:16:59 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/501249411' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-23T08:16:59.627 INFO:teuthology.orchestra.run.trial085.stdout:{"epoch":14,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.85:6800","nonce":1313548508},{"type":"v1","addr":"10.20.193.85:6801","nonce":1313548508}]},"active_addr":"10.20.193.85:6801/1313548508","active_change":"2026-02-23T08:16:17.991887+0000","active_mgr_features":4544132024016699391,"available":true,"standbys":[{"gid":14210,"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.85: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.85:0","nonce":2107632304}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"10.20.193.85:0","nonce":2061054532}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"10.20.193.85:0","nonce":3970340217}]}]} 2026-02-23T08:16:59.629 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-02-23T08:16:59.629 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-02-23T08:16:59.629 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph osd dump --format=json 2026-02-23T08:16:59.751 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:16:59.958 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:16:59.958 INFO:teuthology.orchestra.run.trial085.stdout:{"epoch":13,"fsid":"d9dc3f41-108f-11f1-99b8-d404e6e7d460","created":"2026-02-23T08:15:57.364931+0000","modified":"2026-02-23T08:16:59.315578+0000","last_up_change":"2026-02-23T08:16:58.310112+0000","last_in_change":"2026-02-23T08:16:48.501658+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":6,"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":"00328881-8f3b-4468-99a4-446505f09bee","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.85:6802","nonce":1542354414},{"type":"v1","addr":"10.20.193.85:6803","nonce":1542354414}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.85:6804","nonce":1542354414},{"type":"v1","addr":"10.20.193.85:6805","nonce":1542354414}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.85:6808","nonce":1542354414},{"type":"v1","addr":"10.20.193.85:6809","nonce":1542354414}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.85:6806","nonce":1542354414},{"type":"v1","addr":"10.20.193.85:6807","nonce":1542354414}]},"public_addr":"10.20.193.85:6803/1542354414","cluster_addr":"10.20.193.85:6805/1542354414","heartbeat_back_addr":"10.20.193.85:6809/1542354414","heartbeat_front_addr":"10.20.193.85:6807/1542354414","state":["exists","up"]},{"osd":1,"uuid":"fae7f512-88a8-46a5-827b-636aa3b15a3a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":12,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.151:6800","nonce":1730077854},{"type":"v1","addr":"10.20.193.151:6801","nonce":1730077854}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.151:6802","nonce":1730077854},{"type":"v1","addr":"10.20.193.151:6803","nonce":1730077854}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.151:6806","nonce":1730077854},{"type":"v1","addr":"10.20.193.151:6807","nonce":1730077854}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.151:6804","nonce":1730077854},{"type":"v1","addr":"10.20.193.151:6805","nonce":1730077854}]},"public_addr":"10.20.193.151:6801/1730077854","cluster_addr":"10.20.193.151:6803/1730077854","heartbeat_back_addr":"10.20.193.151:6807/1730077854","heartbeat_front_addr":"10.20.193.151:6805/1730077854","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-23T08:16:47.753924+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-23T08:16:56.447569+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.85:0/3232899514":"2026-02-24T08:16:17.991786+0000","10.20.193.85:0/408197960":"2026-02-24T08:16:17.991786+0000","10.20.193.85:6801/3220154935":"2026-02-24T08:16:17.991786+0000","10.20.193.85:0/1598732867":"2026-02-24T08:16:17.991786+0000","10.20.193.85:0/757006041":"2026-02-24T08:16:07.389371+0000","10.20.193.85:6801/1992397227":"2026-02-24T08:16:07.389371+0000","10.20.193.85:6800/3220154935":"2026-02-24T08:16:17.991786+0000","10.20.193.85:0/1747688055":"2026-02-24T08:16:07.389371+0000","10.20.193.85:6800/1992397227":"2026-02-24T08:16:07.389371+0000","10.20.193.85:0/2684557927":"2026-02-24T08:16:07.389371+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-23T08:16:59.994 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-02-23T08:16:59.994 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph osd dump --format=json 2026-02-23T08:17:00.118 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:17:00.325 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:17:00.325 INFO:teuthology.orchestra.run.trial085.stdout:{"epoch":13,"fsid":"d9dc3f41-108f-11f1-99b8-d404e6e7d460","created":"2026-02-23T08:15:57.364931+0000","modified":"2026-02-23T08:16:59.315578+0000","last_up_change":"2026-02-23T08:16:58.310112+0000","last_in_change":"2026-02-23T08:16:48.501658+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":6,"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":"00328881-8f3b-4468-99a4-446505f09bee","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.85:6802","nonce":1542354414},{"type":"v1","addr":"10.20.193.85:6803","nonce":1542354414}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.85:6804","nonce":1542354414},{"type":"v1","addr":"10.20.193.85:6805","nonce":1542354414}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.85:6808","nonce":1542354414},{"type":"v1","addr":"10.20.193.85:6809","nonce":1542354414}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.85:6806","nonce":1542354414},{"type":"v1","addr":"10.20.193.85:6807","nonce":1542354414}]},"public_addr":"10.20.193.85:6803/1542354414","cluster_addr":"10.20.193.85:6805/1542354414","heartbeat_back_addr":"10.20.193.85:6809/1542354414","heartbeat_front_addr":"10.20.193.85:6807/1542354414","state":["exists","up"]},{"osd":1,"uuid":"fae7f512-88a8-46a5-827b-636aa3b15a3a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":12,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.151:6800","nonce":1730077854},{"type":"v1","addr":"10.20.193.151:6801","nonce":1730077854}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.151:6802","nonce":1730077854},{"type":"v1","addr":"10.20.193.151:6803","nonce":1730077854}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.151:6806","nonce":1730077854},{"type":"v1","addr":"10.20.193.151:6807","nonce":1730077854}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.151:6804","nonce":1730077854},{"type":"v1","addr":"10.20.193.151:6805","nonce":1730077854}]},"public_addr":"10.20.193.151:6801/1730077854","cluster_addr":"10.20.193.151:6803/1730077854","heartbeat_back_addr":"10.20.193.151:6807/1730077854","heartbeat_front_addr":"10.20.193.151:6805/1730077854","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-23T08:16:47.753924+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-23T08:16:56.447569+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.85:0/3232899514":"2026-02-24T08:16:17.991786+0000","10.20.193.85:0/408197960":"2026-02-24T08:16:17.991786+0000","10.20.193.85:6801/3220154935":"2026-02-24T08:16:17.991786+0000","10.20.193.85:0/1598732867":"2026-02-24T08:16:17.991786+0000","10.20.193.85:0/757006041":"2026-02-24T08:16:07.389371+0000","10.20.193.85:6801/1992397227":"2026-02-24T08:16:07.389371+0000","10.20.193.85:6800/3220154935":"2026-02-24T08:16:17.991786+0000","10.20.193.85:0/1747688055":"2026-02-24T08:16:07.389371+0000","10.20.193.85:6800/1992397227":"2026-02-24T08:16:07.389371+0000","10.20.193.85:0/2684557927":"2026-02-24T08:16:07.389371+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-23T08:17:00.360 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph tell osd.0 flush_pg_stats 2026-02-23T08:17:00.360 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph tell osd.1 flush_pg_stats 2026-02-23T08:17:00.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:00 trial085 ceph-mon[32638]: osdmap e13: 2 total, 2 up, 2 in 2026-02-23T08:17:00.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:00 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/4068122026' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-23T08:17:00.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:00 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:00.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:00 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:00.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:00 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/2122802733' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-23T08:17:00.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:00 trial085 ceph-mon[32638]: pgmap v24: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:00.483 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:17:00.484 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:17:00.597 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:00 trial151 ceph-mon[37511]: osdmap e13: 2 total, 2 up, 2 in 2026-02-23T08:17:00.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:00 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/4068122026' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-23T08:17:00.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:00 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:00.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:00 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:00.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:00 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/2122802733' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-23T08:17:00.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:00 trial151 ceph-mon[37511]: pgmap v24: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:00.636 INFO:teuthology.orchestra.run.trial085.stdout:34359738373 2026-02-23T08:17:00.636 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-23T08:17:00.637 INFO:teuthology.orchestra.run.trial085.stdout:51539607556 2026-02-23T08:17:00.637 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-23T08:17:00.801 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:17:00.803 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:17:01.019 INFO:teuthology.orchestra.run.trial085.stdout:51539607555 2026-02-23T08:17:01.021 INFO:teuthology.orchestra.run.trial085.stdout:34359738372 2026-02-23T08:17:01.059 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738373 got 34359738372 for osd.0 2026-02-23T08:17:01.060 INFO:tasks.cephadm.ceph_manager.ceph:need seq 51539607556 got 51539607555 for osd.1 2026-02-23T08:17:01.597 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:01 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/3571237794' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-23T08:17:01.597 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:01 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/3081111938' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-23T08:17:01.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:01 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/4234129877' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-23T08:17:01.694 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:01 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/3571237794' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-23T08:17:01.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:01 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/3081111938' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-23T08:17:01.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:01 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/4234129877' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-23T08:17:02.060 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-23T08:17:02.061 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-23T08:17:02.184 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:17:02.185 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:17:02.397 INFO:teuthology.orchestra.run.trial085.stdout:34359738373 2026-02-23T08:17:02.397 INFO:teuthology.orchestra.run.trial085.stdout:51539607556 2026-02-23T08:17:02.398 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:02 trial085 ceph-mon[32638]: pgmap v25: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:02.435 INFO:tasks.cephadm.ceph_manager.ceph:need seq 51539607556 got 51539607556 for osd.1 2026-02-23T08:17:02.435 DEBUG:teuthology.parallel:result is None 2026-02-23T08:17:02.442 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738373 got 34359738373 for osd.0 2026-02-23T08:17:02.443 DEBUG:teuthology.parallel:result is None 2026-02-23T08:17:02.443 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-02-23T08:17:02.443 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph pg dump --format=json 2026-02-23T08:17:02.597 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:02 trial151 ceph-mon[37511]: pgmap v25: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:02.604 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:17:02.807 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:17:02.807 INFO:teuthology.orchestra.run.trial085.stderr:dumped all 2026-02-23T08:17:02.840 INFO:teuthology.orchestra.run.trial085.stdout:{"pg_ready":true,"pg_map":{"version":25,"stamp":"2026-02-23T08:17:01.999016+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":54408,"kb_used_data":224,"kb_used_omap":13,"kb_used_meta":54130,"kb_avail":1467951992,"statfs":{"total":1503238553600,"available":1503182839808,"internally_reserved":0,"allocated":229376,"data_stored":56778,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":13323,"internal_metadata":55430133},"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":12,"seq":51539607556,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27332,"kb_used_data":112,"kb_used_omap":5,"kb_used_meta":27194,"kb_avail":733975868,"statfs":{"total":751619276800,"available":751591288832,"internally_reserved":0,"allocated":114688,"data_stored":28389,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5848,"internal_metadata":27846952},"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":[]},{"osd":0,"up_from":8,"seq":34359738373,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27076,"kb_used_data":112,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":733976124,"statfs":{"total":751619276800,"available":751591550976,"internally_reserved":0,"allocated":114688,"data_stored":28389,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7475,"internal_metadata":27583181},"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":[]}],"pool_statfs":[]}} 2026-02-23T08:17:02.840 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph pg dump --format=json 2026-02-23T08:17:02.963 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:17:03.173 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:17:03.173 INFO:teuthology.orchestra.run.trial085.stderr:dumped all 2026-02-23T08:17:03.208 INFO:teuthology.orchestra.run.trial085.stdout:{"pg_ready":true,"pg_map":{"version":25,"stamp":"2026-02-23T08:17:01.999016+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":54408,"kb_used_data":224,"kb_used_omap":13,"kb_used_meta":54130,"kb_avail":1467951992,"statfs":{"total":1503238553600,"available":1503182839808,"internally_reserved":0,"allocated":229376,"data_stored":56778,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":13323,"internal_metadata":55430133},"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":12,"seq":51539607556,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27332,"kb_used_data":112,"kb_used_omap":5,"kb_used_meta":27194,"kb_avail":733975868,"statfs":{"total":751619276800,"available":751591288832,"internally_reserved":0,"allocated":114688,"data_stored":28389,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5848,"internal_metadata":27846952},"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":[]},{"osd":0,"up_from":8,"seq":34359738373,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":734003200,"kb_used":27076,"kb_used_data":112,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":733976124,"statfs":{"total":751619276800,"available":751591550976,"internally_reserved":0,"allocated":114688,"data_stored":28389,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7475,"internal_metadata":27583181},"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":[]}],"pool_statfs":[]}} 2026-02-23T08:17:03.209 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-02-23T08:17:03.209 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-02-23T08:17:03.209 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-02-23T08:17:03.210 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph health --format=json 2026-02-23T08:17:03.333 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:17:03.569 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:17:03.570 INFO:teuthology.orchestra.run.trial085.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-02-23T08:17:03.570 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:03 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/423429505' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-23T08:17:03.570 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:03 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/3183587139' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-23T08:17:03.570 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:03 trial085 ceph-mon[32638]: from='client.14306 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:03.570 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:03 trial085 ceph-mon[32638]: from='client.14310 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:03.597 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:03 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/423429505' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-23T08:17:03.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:03 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/3183587139' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-23T08:17:03.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:03 trial151 ceph-mon[37511]: from='client.14306 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:03.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:03 trial151 ceph-mon[37511]: from='client.14310 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:03.604 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-02-23T08:17:03.605 INFO:tasks.cephadm:Setup complete, yielding 2026-02-23T08:17:03.605 INFO:teuthology.run_tasks:Running task exec... 2026-02-23T08:17:03.617 INFO:teuthology.task.exec:Executing custom commands... 2026-02-23T08:17:03.617 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@trial085.front.sepia.ceph.com 2026-02-23T08:17:03.617 DEBUG:teuthology.orchestra.run.trial085:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'mkdir /etc/cephadm_testing' 2026-02-23T08:17:03.648 INFO:teuthology.task.exec:Running commands on role host.b host ubuntu@trial151.front.sepia.ceph.com 2026-02-23T08:17:03.648 DEBUG:teuthology.orchestra.run.trial151:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'mkdir /etc/cephadm_testing' 2026-02-23T08:17:03.678 INFO:teuthology.run_tasks:Running task cephadm.apply... 2026-02-23T08:17:03.700 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-23T08:17:03.701 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph orch apply -i - 2026-02-23T08:17:03.821 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:17:04.042 INFO:teuthology.orchestra.run.trial085.stdout:Scheduled mon update... 2026-02-23T08:17:04.043 INFO:teuthology.orchestra.run.trial085.stdout:Scheduled container.foo update... 2026-02-23T08:17:04.043 INFO:teuthology.orchestra.run.trial085.stdout:Scheduled container.bar update... 2026-02-23T08:17:04.079 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2026-02-23T08:17:04.094 INFO:tasks.cephadm:Waiting for ceph service mon to start (timeout 300)... 2026-02-23T08:17:04.095 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph orch ls -f json 2026-02-23T08:17:04.217 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:17:04.445 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:17:04.445 INFO:teuthology.orchestra.run.trial085.stdout:[{"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-23T08:17:04.041498Z 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-23T08:17:04.040118Z", "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-23T08:17:04.040013Z 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-23T08:17:04.038086Z", "running": 0, "size": 2}}, {"events": ["2026-02-23T08:16:37.439688Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial085=a", "trial151=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-23T08:16:36.179256Z", "last_refresh": "2026-02-23T08:16:56.456623Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:17:04.037858Z 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-23T08:17:04.035435Z", "last_refresh": "2026-02-23T08:16:56.456547Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:16:47.647396Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial151"}, "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-23T08:16:47.645933Z", "last_refresh": "2026-02-23T08:16:56.456675Z", "running": 2, "size": 2}}] 2026-02-23T08:17:04.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:04 trial085 ceph-mon[32638]: from='client.? 10.20.193.85:0/2489019400' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-23T08:17:04.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:04 trial085 ceph-mon[32638]: pgmap v26: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:04.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:04 trial085 ceph-mon[32638]: from='client.14318 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:17:04.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:04 trial085 ceph-mon[32638]: Saving service mon spec with placement * 2026-02-23T08:17:04.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:04 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:04.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:04 trial085 ceph-mon[32638]: Saving service container.foo spec with placement * 2026-02-23T08:17:04.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:04 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:17:04.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:04 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:04.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:04 trial085 ceph-mon[32638]: Saving service container.bar spec with placement * 2026-02-23T08:17:04.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:04 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:04.480 INFO:tasks.cephadm:mon has 2/2 2026-02-23T08:17:04.480 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2026-02-23T08:17:04.495 INFO:tasks.cephadm:Waiting for ceph service container.foo to start (timeout 300)... 2026-02-23T08:17:04.496 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph orch ls -f json 2026-02-23T08:17:04.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:04 trial151 ceph-mon[37511]: from='client.? 10.20.193.85:0/2489019400' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-23T08:17:04.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:04 trial151 ceph-mon[37511]: pgmap v26: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:04.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:04 trial151 ceph-mon[37511]: from='client.14318 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:17:04.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:04 trial151 ceph-mon[37511]: Saving service mon spec with placement * 2026-02-23T08:17:04.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:04 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:04.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:04 trial151 ceph-mon[37511]: Saving service container.foo spec with placement * 2026-02-23T08:17:04.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:04 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:17:04.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:04 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:04.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:04 trial151 ceph-mon[37511]: Saving service container.bar spec with placement * 2026-02-23T08:17:04.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:04 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:04.620 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:17:04.833 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:17:04.833 INFO:teuthology.orchestra.run.trial085.stdout:[{"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-23T08:17:04.041498Z 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-23T08:17:04.040118Z", "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-23T08:17:04.040013Z 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-23T08:17:04.038086Z", "running": 0, "size": 2}}, {"events": ["2026-02-23T08:16:37.439688Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial085=a", "trial151=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-23T08:16:36.179256Z", "last_refresh": "2026-02-23T08:16:56.456623Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:17:04.037858Z 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-23T08:17:04.035435Z", "last_refresh": "2026-02-23T08:16:56.456547Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:16:47.647396Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial151"}, "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-23T08:16:47.645933Z", "last_refresh": "2026-02-23T08:16:56.456675Z", "running": 2, "size": 2}}] 2026-02-23T08:17:04.867 INFO:tasks.cephadm:container.foo has 0/2 2026-02-23T08:17:05.847 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:05 trial151 ceph-mon[37511]: from='client.14322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:05.848 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:05 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:05.848 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:05 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:05.848 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:05 trial151 ceph-mon[37511]: from='client.14326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:05.867 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph orch ls -f json 2026-02-23T08:17:05.891 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:05 trial085 ceph-mon[32638]: from='client.14322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:05.891 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:05 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:05.891 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:05 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:05.891 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:05 trial085 ceph-mon[32638]: from='client.14326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:05.988 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:17:06.210 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:17:06.210 INFO:teuthology.orchestra.run.trial085.stdout:[{"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-23T08:17:04.041498Z 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-23T08:17:04.040118Z", "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-23T08:17:04.040013Z 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-23T08:17:04.038086Z", "running": 0, "size": 2}}, {"events": ["2026-02-23T08:16:37.439688Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial085=a", "trial151=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-23T08:16:36.179256Z", "last_refresh": "2026-02-23T08:16:56.456623Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:17:05.767629Z 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-23T08:17:04.035435Z", "last_refresh": "2026-02-23T08:16:56.456547Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:16:47.647396Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial151"}, "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-23T08:16:47.645933Z", "last_refresh": "2026-02-23T08:16:56.456675Z", "running": 2, "size": 2}}] 2026-02-23T08:17:06.281 INFO:tasks.cephadm:container.foo has 0/2 2026-02-23T08:17:07.097 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:06 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:07.097 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:06 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:07.097 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:06 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:17:07.097 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:06 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:17:07.097 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:06 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:07.097 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:06 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:07.097 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:06 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:17:07.097 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:06 trial151 ceph-mon[37511]: Deploying daemon container.foo.trial085 on trial085 2026-02-23T08:17:07.097 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:06 trial151 ceph-mon[37511]: pgmap v27: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:07.097 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:06 trial151 ceph-mon[37511]: from='client.14330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:07.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:06 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:07.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:06 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:07.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:06 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:17:07.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:06 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:17:07.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:06 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:07.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:06 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:07.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:06 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:17:07.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:06 trial085 ceph-mon[32638]: Deploying daemon container.foo.trial085 on trial085 2026-02-23T08:17:07.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:06 trial085 ceph-mon[32638]: pgmap v27: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:07.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:06 trial085 ceph-mon[32638]: from='client.14330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:07.283 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph orch ls -f json 2026-02-23T08:17:07.416 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:17:07.639 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:17:07.639 INFO:teuthology.orchestra.run.trial085.stdout:[{"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-23T08:17:04.041498Z 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-23T08:17:04.040118Z", "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-23T08:17:04.040013Z 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-23T08:17:04.038086Z", "running": 0, "size": 2}}, {"events": ["2026-02-23T08:16:37.439688Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial085=a", "trial151=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-23T08:16:36.179256Z", "last_refresh": "2026-02-23T08:16:56.456623Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:17:05.767629Z 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-23T08:17:04.035435Z", "last_refresh": "2026-02-23T08:16:56.456547Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:16:47.647396Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial151"}, "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-23T08:16:47.645933Z", "last_refresh": "2026-02-23T08:16:56.456675Z", "running": 2, "size": 2}}] 2026-02-23T08:17:07.675 INFO:tasks.cephadm:container.foo has 0/2 2026-02-23T08:17:08.676 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph orch ls -f json 2026-02-23T08:17:09.297 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:17:09.312 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:09 trial085 ceph-mon[32638]: from='client.14334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:09.312 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:09 trial085 ceph-mon[32638]: pgmap v28: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:09.347 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:09 trial151 ceph-mon[37511]: from='client.14334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:09.348 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:09 trial151 ceph-mon[37511]: pgmap v28: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:09.573 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:17:09.574 INFO:teuthology.orchestra.run.trial085.stdout:[{"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-23T08:17:04.041498Z 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-23T08:17:04.040118Z", "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-23T08:17:04.040013Z 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-23T08:17:04.038086Z", "running": 0, "size": 2}}, {"events": ["2026-02-23T08:16:37.439688Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial085=a", "trial151=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-23T08:16:36.179256Z", "last_refresh": "2026-02-23T08:16:56.456623Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:17:05.767629Z 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-23T08:17:04.035435Z", "last_refresh": "2026-02-23T08:16:56.456547Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:16:47.647396Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial151"}, "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-23T08:16:47.645933Z", "last_refresh": "2026-02-23T08:16:56.456675Z", "running": 2, "size": 2}}] 2026-02-23T08:17:09.619 INFO:tasks.cephadm:container.foo has 0/2 2026-02-23T08:17:10.620 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph orch ls -f json 2026-02-23T08:17:10.748 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:17:10.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:10 trial085 ceph-mon[32638]: from='client.14338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:10.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:10 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:10.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:10 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:10.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:10 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:10.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:10 trial085 ceph-mon[32638]: Deploying daemon container.foo.trial151 on trial151 2026-02-23T08:17:10.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:10 trial085 ceph-mon[32638]: pgmap v29: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:10.964 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:17:10.964 INFO:teuthology.orchestra.run.trial085.stdout:[{"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-23T08:17:04.041498Z 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-23T08:17:04.040118Z", "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-23T08:17:09.640683Z 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-23T08:17:04.038086Z", "running": 0, "size": 2}}, {"events": ["2026-02-23T08:16:37.439688Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial085=a", "trial151=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-23T08:16:36.179256Z", "last_refresh": "2026-02-23T08:16:56.456623Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:17:05.767629Z 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-23T08:17:04.035435Z", "last_refresh": "2026-02-23T08:16:56.456547Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:16:47.647396Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial151"}, "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-23T08:16:47.645933Z", "last_refresh": "2026-02-23T08:16:56.456675Z", "running": 2, "size": 2}}] 2026-02-23T08:17:11.001 INFO:tasks.cephadm:container.foo has 0/2 2026-02-23T08:17:11.098 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:10 trial151 ceph-mon[37511]: from='client.14338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:11.098 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:10 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:11.098 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:10 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:11.098 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:10 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:11.098 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:10 trial151 ceph-mon[37511]: Deploying daemon container.foo.trial151 on trial151 2026-02-23T08:17:11.098 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:10 trial151 ceph-mon[37511]: pgmap v29: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:11.944 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:11 trial085 ceph-mon[32638]: from='client.14342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:12.002 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph orch ls -f json 2026-02-23T08:17:12.098 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:11 trial151 ceph-mon[37511]: from='client.14342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:12.132 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:17:12.353 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:17:12.353 INFO:teuthology.orchestra.run.trial085.stdout:[{"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-23T08:17:04.041498Z 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-23T08:17:04.040118Z", "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-23T08:17:09.640683Z 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-23T08:17:04.038086Z", "running": 0, "size": 2}}, {"events": ["2026-02-23T08:16:37.439688Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial085=a", "trial151=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-23T08:16:36.179256Z", "last_refresh": "2026-02-23T08:16:56.456623Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:17:05.767629Z 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-23T08:17:04.035435Z", "last_refresh": "2026-02-23T08:16:56.456547Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:16:47.647396Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial151"}, "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-23T08:16:47.645933Z", "last_refresh": "2026-02-23T08:16:56.456675Z", "running": 2, "size": 2}}] 2026-02-23T08:17:12.387 INFO:tasks.cephadm:container.foo has 0/2 2026-02-23T08:17:12.944 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:12 trial085 ceph-mon[32638]: pgmap v30: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:13.097 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:12 trial151 ceph-mon[37511]: pgmap v30: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:13.387 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph orch ls -f json 2026-02-23T08:17:13.512 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:17:13.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:13 trial085 ceph-mon[32638]: from='client.14346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:13.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:13 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:13.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:13 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:13.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:13 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:13.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:13 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:13.742 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:17:13.742 INFO:teuthology.orchestra.run.trial085.stdout:[{"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-23T08:17:04.041498Z 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-23T08:17:04.040118Z", "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-23T08:17:13.542202Z 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-23T08:17:04.038086Z", "running": 0, "size": 2}}, {"events": ["2026-02-23T08:16:37.439688Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial085=a", "trial151=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-23T08:16:36.179256Z", "last_refresh": "2026-02-23T08:16:56.456623Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:17:05.767629Z 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-23T08:17:04.035435Z", "last_refresh": "2026-02-23T08:16:56.456547Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:16:47.647396Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial151"}, "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-23T08:16:47.645933Z", "last_refresh": "2026-02-23T08:16:56.456675Z", "running": 2, "size": 2}}] 2026-02-23T08:17:13.776 INFO:tasks.cephadm:container.foo has 0/2 2026-02-23T08:17:13.847 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:13 trial151 ceph-mon[37511]: from='client.14346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:13.848 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:13 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:13.848 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:13 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:13.848 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:13 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:13.848 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:13 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:14.778 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph orch ls -f json 2026-02-23T08:17:14.904 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:17:14.925 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:14 trial085 ceph-mon[32638]: Deploying daemon container.bar.trial151 on trial151 2026-02-23T08:17:14.925 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:14 trial085 ceph-mon[32638]: from='client.14350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:14.925 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:14 trial085 ceph-mon[32638]: pgmap v31: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:15.098 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:14 trial151 ceph-mon[37511]: Deploying daemon container.bar.trial151 on trial151 2026-02-23T08:17:15.098 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:14 trial151 ceph-mon[37511]: from='client.14350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:15.098 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:14 trial151 ceph-mon[37511]: pgmap v31: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:15.117 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:17:15.117 INFO:teuthology.orchestra.run.trial085.stdout:[{"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-23T08:17:04.041498Z 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-23T08:17:04.040118Z", "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-23T08:17:13.542202Z 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-23T08:17:04.038086Z", "running": 0, "size": 2}}, {"events": ["2026-02-23T08:16:37.439688Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial085=a", "trial151=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-23T08:16:36.179256Z", "last_refresh": "2026-02-23T08:16:56.456623Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:17:05.767629Z 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-23T08:17:04.035435Z", "last_refresh": "2026-02-23T08:16:56.456547Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:16:47.647396Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial151"}, "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-23T08:16:47.645933Z", "last_refresh": "2026-02-23T08:16:56.456675Z", "running": 2, "size": 2}}] 2026-02-23T08:17:15.152 INFO:tasks.cephadm:container.foo has 0/2 2026-02-23T08:17:16.152 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph orch ls -f json 2026-02-23T08:17:16.180 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:15 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:16.180 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:15 trial085 ceph-mon[32638]: from='client.14354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:16.282 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:17:16.347 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:15 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:16.348 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:15 trial151 ceph-mon[37511]: from='client.14354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:16.490 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:17:16.491 INFO:teuthology.orchestra.run.trial085.stdout:[{"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-23T08:17:04.041498Z 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-23T08:17:04.040118Z", "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-23T08:17:13.542202Z 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-23T08:17:04.038086Z", "running": 0, "size": 2}}, {"events": ["2026-02-23T08:16:37.439688Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial085=a", "trial151=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-23T08:16:36.179256Z", "last_refresh": "2026-02-23T08:16:56.456623Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:17:05.767629Z 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-23T08:17:04.035435Z", "last_refresh": "2026-02-23T08:16:56.456547Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:16:47.647396Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial151"}, "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-23T08:16:47.645933Z", "last_refresh": "2026-02-23T08:16:56.456675Z", "running": 2, "size": 2}}] 2026-02-23T08:17:16.525 INFO:tasks.cephadm:container.foo has 0/2 2026-02-23T08:17:17.194 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:16 trial085 ceph-mon[32638]: pgmap v32: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:17.347 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:16 trial151 ceph-mon[37511]: pgmap v32: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:17.526 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph orch ls -f json 2026-02-23T08:17:17.654 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:17:17.866 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:17:17.866 INFO:teuthology.orchestra.run.trial085.stdout:[{"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-23T08:17:04.041498Z 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-23T08:17:04.040118Z", "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-23T08:17:13.542202Z 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-23T08:17:04.038086Z", "running": 0, "size": 2}}, {"events": ["2026-02-23T08:16:37.439688Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial085=a", "trial151=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-23T08:16:36.179256Z", "last_refresh": "2026-02-23T08:16:56.456623Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:17:05.767629Z 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-23T08:17:04.035435Z", "last_refresh": "2026-02-23T08:16:56.456547Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:16:47.647396Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial151"}, "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-23T08:16:47.645933Z", "last_refresh": "2026-02-23T08:16:56.456675Z", "running": 2, "size": 2}}] 2026-02-23T08:17:17.900 INFO:tasks.cephadm:container.foo has 0/2 2026-02-23T08:17:18.194 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:17 trial085 ceph-mon[32638]: from='client.14358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:18.210 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:17 trial151 ceph-mon[37511]: from='client.14358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:18.902 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph orch ls -f json 2026-02-23T08:17:19.024 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:17:19.097 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:18 trial151 ceph-mon[37511]: from='client.14362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:19.098 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:18 trial151 ceph-mon[37511]: pgmap v33: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:19.098 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:18 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:19.098 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:18 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:19.098 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:18 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:19.161 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:18 trial085 ceph-mon[32638]: from='client.14362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:19.161 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:18 trial085 ceph-mon[32638]: pgmap v33: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:19.161 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:18 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:19.161 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:18 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:19.161 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:18 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:19.235 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:17:19.235 INFO:teuthology.orchestra.run.trial085.stdout:[{"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-23T08:17:18.755389Z 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-23T08:17:04.040118Z", "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-23T08:17:13.542202Z 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-23T08:17:04.038086Z", "running": 0, "size": 2}}, {"events": ["2026-02-23T08:16:37.439688Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial085=a", "trial151=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-23T08:16:36.179256Z", "last_refresh": "2026-02-23T08:16:56.456623Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:17:05.767629Z 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-23T08:17:04.035435Z", "last_refresh": "2026-02-23T08:16:56.456547Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:16:47.647396Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial151"}, "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-23T08:16:47.645933Z", "last_refresh": "2026-02-23T08:16:56.456675Z", "running": 2, "size": 2}}] 2026-02-23T08:17:19.289 INFO:tasks.cephadm:container.foo has 0/2 2026-02-23T08:17:20.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:19 trial085 ceph-mon[32638]: Deploying daemon container.bar.trial085 on trial085 2026-02-23T08:17:20.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:19 trial085 ceph-mon[32638]: from='client.14366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:20.291 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph orch ls -f json 2026-02-23T08:17:20.347 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:19 trial151 ceph-mon[37511]: Deploying daemon container.bar.trial085 on trial085 2026-02-23T08:17:20.348 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:19 trial151 ceph-mon[37511]: from='client.14366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:20.424 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:17:20.649 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:17:20.649 INFO:teuthology.orchestra.run.trial085.stdout:[{"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-23T08:17:18.755389Z 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-23T08:17:04.040118Z", "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-23T08:17:13.542202Z 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-23T08:17:04.038086Z", "running": 0, "size": 2}}, {"events": ["2026-02-23T08:16:37.439688Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial085=a", "trial151=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-23T08:16:36.179256Z", "last_refresh": "2026-02-23T08:16:56.456623Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:17:05.767629Z 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-23T08:17:04.035435Z", "last_refresh": "2026-02-23T08:16:56.456547Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:16:47.647396Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial151"}, "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-23T08:16:47.645933Z", "last_refresh": "2026-02-23T08:16:56.456675Z", "running": 2, "size": 2}}] 2026-02-23T08:17:20.687 INFO:tasks.cephadm:container.foo has 0/2 2026-02-23T08:17:21.194 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:20 trial085 ceph-mon[32638]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:21.248 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:20 trial151 ceph-mon[37511]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:21.688 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph orch ls -f json 2026-02-23T08:17:22.194 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:21 trial085 ceph-mon[32638]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:22.347 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:21 trial151 ceph-mon[37511]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:22.430 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:17:22.724 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:17:22.724 INFO:teuthology.orchestra.run.trial085.stdout:[{"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-23T08:17:18.755389Z 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-23T08:17:04.040118Z", "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-23T08:17:13.542202Z 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-23T08:17:04.038086Z", "running": 0, "size": 2}}, {"events": ["2026-02-23T08:16:37.439688Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial085=a", "trial151=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-23T08:16:36.179256Z", "last_refresh": "2026-02-23T08:16:56.456623Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:17:05.767629Z 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-23T08:17:04.035435Z", "last_refresh": "2026-02-23T08:16:56.456547Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:16:47.647396Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial151"}, "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-23T08:16:47.645933Z", "last_refresh": "2026-02-23T08:16:56.456675Z", "running": 2, "size": 2}}] 2026-02-23T08:17:22.902 INFO:tasks.cephadm:container.foo has 0/2 2026-02-23T08:17:22.980 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:22 trial085 ceph-mon[32638]: pgmap v35: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:23.347 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:22 trial151 ceph-mon[37511]: pgmap v35: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:23.903 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph orch ls -f json 2026-02-23T08:17:24.029 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:17:24.082 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:23 trial085 ceph-mon[32638]: from='client.14374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:24.082 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:23 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:24.082 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:23 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:24.082 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:23 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:24.082 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:23 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:24.082 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:23 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:17:24.097 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:23 trial151 ceph-mon[37511]: from='client.14374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:24.097 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:23 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:24.097 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:23 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:24.097 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:23 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:24.097 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:23 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:24.098 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:23 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:17:24.247 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:17:24.247 INFO:teuthology.orchestra.run.trial085.stdout:[{"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-23T08:17:23.416316Z 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-23T08:17:04.040118Z", "last_refresh": "2026-02-23T08:17:24.059821Z", "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-23T08:17:13.542202Z 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-23T08:17:04.038086Z", "last_refresh": "2026-02-23T08:17:24.059747Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:16:37.439688Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial085=a", "trial151=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-23T08:16:36.179256Z", "last_refresh": "2026-02-23T08:17:24.059644Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:17:05.767629Z 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-23T08:17:04.035435Z", "last_refresh": "2026-02-23T08:17:24.059567Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:16:47.647396Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial151"}, "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-23T08:16:47.645933Z", "last_refresh": "2026-02-23T08:17:24.059697Z", "running": 2, "size": 2}}] 2026-02-23T08:17:24.286 INFO:tasks.cephadm:container.foo has 2/2 2026-02-23T08:17:24.287 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2026-02-23T08:17:24.298 INFO:tasks.cephadm:Waiting for ceph service container.bar to start (timeout 300)... 2026-02-23T08:17:24.298 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph orch ls -f json 2026-02-23T08:17:24.420 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:17:24.635 INFO:teuthology.orchestra.run.trial085.stdout: 2026-02-23T08:17:24.636 INFO:teuthology.orchestra.run.trial085.stdout:[{"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-23T08:17:23.416316Z 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-23T08:17:04.040118Z", "last_refresh": "2026-02-23T08:17:24.059821Z", "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-23T08:17:13.542202Z 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-23T08:17:04.038086Z", "last_refresh": "2026-02-23T08:17:24.059747Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:16:37.439688Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["trial085=a", "trial151=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2026-02-23T08:16:36.179256Z", "last_refresh": "2026-02-23T08:17:24.059644Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:17:05.767629Z 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-23T08:17:04.035435Z", "last_refresh": "2026-02-23T08:17:24.059567Z", "running": 2, "size": 2}}, {"events": ["2026-02-23T08:16:47.647396Z service:osd.default [INFO] \"service was created\""], "placement": {"host_pattern": "trial151"}, "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-23T08:16:47.645933Z", "last_refresh": "2026-02-23T08:17:24.059697Z", "running": 2, "size": 2}}] 2026-02-23T08:17:24.672 INFO:tasks.cephadm:container.bar has 2/2 2026-02-23T08:17:24.672 INFO:teuthology.run_tasks:Running task exec... 2026-02-23T08:17:24.684 INFO:teuthology.task.exec:Executing custom commands... 2026-02-23T08:17:24.684 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@trial085.front.sepia.ceph.com 2026-02-23T08:17:24.685 DEBUG:teuthology.orchestra.run.trial085:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'set -ex 2026-02-23T08:17:24.685 DEBUG:teuthology.orchestra.run.trial085:> FSID=$(/home/ubuntu/cephtest/cephadm shell -- ceph fsid) 2026-02-23T08:17:24.685 DEBUG:teuthology.orchestra.run.trial085:> sleep 60 2026-02-23T08:17:24.685 DEBUG:teuthology.orchestra.run.trial085:> # check extra container and entrypoint args written to mon unit run file 2026-02-23T08:17:24.685 DEBUG:teuthology.orchestra.run.trial085:> grep "\-\-cpus=2" /var/lib/ceph/$FSID/mon.*/unit.run 2026-02-23T08:17:24.685 DEBUG:teuthology.orchestra.run.trial085:> grep "\-\-debug_ms 10" /var/lib/ceph/$FSID/mon.*/unit.run 2026-02-23T08:17:24.685 DEBUG:teuthology.orchestra.run.trial085:> # check that custom container properly wrote content to file. 2026-02-23T08:17:24.685 DEBUG:teuthology.orchestra.run.trial085:> # This requires the custom config, extra container args, and 2026-02-23T08:17:24.685 DEBUG:teuthology.orchestra.run.trial085:> # entrypoint args to all be working in order for this to have 2026-02-23T08:17:24.685 DEBUG:teuthology.orchestra.run.trial085:> # been written. The container entrypoint was set up with custom_configs, 2026-02-23T08:17:24.685 DEBUG:teuthology.orchestra.run.trial085:> # the content and where to write to with the entrypoint args, and the mounting 2026-02-23T08:17:24.685 DEBUG:teuthology.orchestra.run.trial085:> # of the /etc/cephadm_testing dir with extra container args 2026-02-23T08:17:24.685 DEBUG:teuthology.orchestra.run.trial085:> grep "testing_custom_containers" /etc/cephadm_testing/testing.txt 2026-02-23T08:17:24.685 DEBUG:teuthology.orchestra.run.trial085:> # Verify that container bar'"'"'s init containers and primary container 2026-02-23T08:17:24.685 DEBUG:teuthology.orchestra.run.trial085:> # ran successfully 2026-02-23T08:17:24.685 DEBUG:teuthology.orchestra.run.trial085:> dir=$(find /var/lib/ceph/$FSID -maxdepth 1 -type d -name '"'"'container.bar.*'"'"') 2026-02-23T08:17:24.685 DEBUG:teuthology.orchestra.run.trial085:> test -n "$dir" 2026-02-23T08:17:24.685 DEBUG:teuthology.orchestra.run.trial085:> grep ok ${dir}/data/primary.txt 2026-02-23T08:17:24.685 DEBUG:teuthology.orchestra.run.trial085:> grep from=centos ${dir}/data/from.txt 2026-02-23T08:17:24.685 DEBUG:teuthology.orchestra.run.trial085:> test -s ${dir}/data/presized.dat 2026-02-23T08:17:24.685 DEBUG:teuthology.orchestra.run.trial085:> ' 2026-02-23T08:17:24.711 INFO:teuthology.orchestra.run.trial085.stderr:++ /home/ubuntu/cephtest/cephadm shell -- ceph fsid 2026-02-23T08:17:24.809 INFO:teuthology.orchestra.run.trial085.stderr:Inferring fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:17:24.809 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:17:25.191 INFO:teuthology.orchestra.run.trial085.stderr:+ FSID=d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:17:25.191 INFO:teuthology.orchestra.run.trial085.stderr:+ sleep 60 2026-02-23T08:17:25.250 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[32638]: pgmap v36: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:25.250 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:25.250 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:25.251 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:25.251 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:25.251 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[32638]: from='client.14378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:25.251 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:17:25.251 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:17:25.251 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:25.251 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:17:25.251 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:17:25.251 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:17:25.252 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:17:25.252 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[32638]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:25.252 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 systemd[1]: Stopping ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.a.service - Ceph mon.a for d9dc3f41-108f-11f1-99b8-d404e6e7d460... 2026-02-23T08:17:25.252 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-a[32634]: 2026-02-23T08:17:25.187+0000 7f3fd1393640 -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-23T08:17:25.252 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-a[32634]: 2026-02-23T08:17:25.187+0000 7f3fd1393640 -1 mon.a@0(leader) e2 *** Got Signal Terminated *** 2026-02-23T08:17:25.252 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 podman[59338]: 2026-02-23 08:17:25.248912329 +0000 UTC m=+0.072306886 container died fda164014db4e867d25605b4697af6d2612b48508b03af1bc73ccfa4819b4e12 (image=quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, org.label-schema.build-date=20260216, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , ceph=True, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-23T08:17:25.348 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: pgmap v36: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:25.348 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:25.348 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:25.349 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:25.349 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:25.349 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: from='client.14378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:25.349 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:17:25.349 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:17:25.349 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:25.349 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:17:25.349 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:17:25.350 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:17:25.350 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:17:25.350 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:25.503 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 podman[59338]: 2026-02-23 08:17:25.25710682 +0000 UTC m=+0.080501387 container remove fda164014db4e867d25605b4697af6d2612b48508b03af1bc73ccfa4819b4e12 (image=quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-a, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-23T08:17:25.503 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 bash[59338]: ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-a 2026-02-23T08:17:25.503 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 systemd[1]: ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-23T08:17:25.503 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 systemd[1]: Stopped ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.a.service - Ceph mon.a for d9dc3f41-108f-11f1-99b8-d404e6e7d460. 2026-02-23T08:17:25.503 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 systemd[1]: ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.a.service: Consumed 1.558s CPU time, 77.8M memory peak. 2026-02-23T08:17:25.504 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 systemd[1]: Starting ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.a.service - Ceph mon.a for d9dc3f41-108f-11f1-99b8-d404e6e7d460... 2026-02-23T08:17:25.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 podman[59523]: 2026-02-23 08:17:25.618489525 +0000 UTC m=+0.014529354 container create 6d111343450cebe0d1e479584bafc2b42f46ceb2b5dfe7d0b326fdc8de8d793c (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-a, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, ceph=True) 2026-02-23T08:17:25.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 podman[59523]: 2026-02-23 08:17:25.65449807 +0000 UTC m=+0.050537899 container init 6d111343450cebe0d1e479584bafc2b42f46ceb2b5dfe7d0b326fdc8de8d793c (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-a, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-23T08:17:25.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 podman[59523]: 2026-02-23 08:17:25.656338081 +0000 UTC m=+0.052377920 container start 6d111343450cebe0d1e479584bafc2b42f46ceb2b5dfe7d0b326fdc8de8d793c (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-a, ceph=True, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-23T08:17:25.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 bash[59523]: 6d111343450cebe0d1e479584bafc2b42f46ceb2b5dfe7d0b326fdc8de8d793c 2026-02-23T08:17:25.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 podman[59523]: 2026-02-23 08:17:25.612691195 +0000 UTC m=+0.008731034 image pull af88a7aa64a7df2dfbd8b343bb510d8c25a233faf34d3aa06c89ee09c8196ff4 quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c 2026-02-23T08:17:25.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 systemd[1]: Started ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.a.service - Ceph mon.a for d9dc3f41-108f-11f1-99b8-d404e6e7d460. 2026-02-23T08:17:25.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: set uid:gid to 167:167 (ceph:ceph) 2026-02-23T08:17:25.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: ceph version 20.3.0-5433-g5adce3ff (5adce3ff0fe1645dcbc38d059f948571dc3d69da) tentacle (dev - RelWithDebInfo), process ceph-mon, pid 2 2026-02-23T08:17:25.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: pidfile_write: ignore empty --pid-file 2026-02-23T08:17:25.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: load: jerasure load: lrc 2026-02-23T08:17:25.945 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: RocksDB version: 7.9.2 2026-02-23T08:17:25.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Git sha 0 2026-02-23T08:17:25.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Compile date 2026-02-22 03:19:16 2026-02-23T08:17:25.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: DB SUMMARY 2026-02-23T08:17:25.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: DB Session ID: V57JV1GIEBTCF1N3J8DR 2026-02-23T08:17:25.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: CURRENT file: CURRENT 2026-02-23T08:17:25.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: IDENTITY file: IDENTITY 2026-02-23T08:17:25.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: MANIFEST file: MANIFEST-000015 size: 281 Bytes 2026-02-23T08:17:25.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 2, files: 000008.sst 000013.sst 2026-02-23T08:17:25.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000014.log size: 4015433 ; 2026-02-23T08:17:25.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.error_if_exists: 0 2026-02-23T08:17:25.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.create_if_missing: 0 2026-02-23T08:17:25.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.paranoid_checks: 1 2026-02-23T08:17:25.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-23T08:17:25.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-23T08:17:25.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-23T08:17:25.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.env: 0xed5c80 2026-02-23T08:17:25.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.fs: PosixFileSystem 2026-02-23T08:17:25.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.info_log: 0x27520ec0 2026-02-23T08:17:25.946 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.max_file_opening_threads: 16 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.statistics: (nil) 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.use_fsync: 0 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.max_log_file_size: 0 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.keep_log_file_num: 1000 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.recycle_log_file_num: 0 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.allow_fallocate: 1 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.allow_mmap_reads: 0 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.allow_mmap_writes: 0 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.use_direct_reads: 0 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.create_missing_column_families: 0 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.db_log_dir: 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.wal_dir: 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.advise_random_on_open: 1 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.db_write_buffer_size: 0 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.write_buffer_manager: 0x2751c140 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.rate_limiter: (nil) 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.wal_recovery_mode: 2 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.enable_thread_tracking: 0 2026-02-23T08:17:25.947 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.enable_pipelined_write: 0 2026-02-23T08:17:25.948 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.unordered_write: 0 2026-02-23T08:17:25.948 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-23T08:17:25.948 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-23T08:17:25.948 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-23T08:17:25.948 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-23T08:17:25.948 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.row_cache: None 2026-02-23T08:17:25.948 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.wal_filter: None 2026-02-23T08:17:25.948 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-23T08:17:25.948 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.allow_ingest_behind: 0 2026-02-23T08:17:25.948 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.two_write_queues: 0 2026-02-23T08:17:25.948 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.manual_wal_flush: 0 2026-02-23T08:17:25.948 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.wal_compression: 0 2026-02-23T08:17:25.948 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.atomic_flush: 0 2026-02-23T08:17:25.948 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-23T08:17:25.948 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-23T08:17:25.948 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-23T08:17:25.948 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.log_readahead_size: 0 2026-02-23T08:17:25.948 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-23T08:17:25.948 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.best_efforts_recovery: 0 2026-02-23T08:17:25.948 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-23T08:17:25.948 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-23T08:17:25.948 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.allow_data_in_errors: 0 2026-02-23T08:17:25.948 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.db_host_id: __hostname__ 2026-02-23T08:17:25.948 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-23T08:17:25.948 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.max_background_jobs: 2 2026-02-23T08:17:25.948 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.max_background_compactions: -1 2026-02-23T08:17:25.948 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.max_subcompactions: 1 2026-02-23T08:17:25.948 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-23T08:17:25.948 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-23T08:17:25.948 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-23T08:17:25.948 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.max_total_wal_size: 0 2026-02-23T08:17:25.949 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-23T08:17:25.949 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-23T08:17:25.949 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-23T08:17:25.949 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-23T08:17:25.949 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.max_open_files: -1 2026-02-23T08:17:25.949 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.bytes_per_sync: 0 2026-02-23T08:17:25.949 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-23T08:17:25.949 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-23T08:17:25.949 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.compaction_readahead_size: 0 2026-02-23T08:17:25.949 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.max_background_flushes: -1 2026-02-23T08:17:25.949 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Compression algorithms supported: 2026-02-23T08:17:25.949 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: kZSTD supported: 0 2026-02-23T08:17:25.949 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: kXpressCompression supported: 0 2026-02-23T08:17:25.949 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: kBZip2Compression supported: 0 2026-02-23T08:17:25.949 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-23T08:17:25.949 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: kLZ4Compression supported: 1 2026-02-23T08:17:25.949 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: kZlibCompression supported: 1 2026-02-23T08:17:25.949 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: kLZ4HCCompression supported: 1 2026-02-23T08:17:25.949 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: kSnappyCompression supported: 1 2026-02-23T08:17:25.949 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-23T08:17:25.949 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-23T08:17:25.949 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2026-02-23T08:17:25.949 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-23T08:17:25.949 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-23T08:17:25.949 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.merge_operator: 2026-02-23T08:17:25.949 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.compaction_filter: None 2026-02-23T08:17:25.949 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.compaction_filter_factory: None 2026-02-23T08:17:25.949 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.sst_partitioner_factory: None 2026-02-23T08:17:25.949 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-23T08:17:25.949 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-23T08:17:25.949 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x27521600) 2026-02-23T08:17:25.950 INFO:journalctl@ceph.mon.a.trial085.stdout: cache_index_and_filter_blocks: 1 2026-02-23T08:17:25.950 INFO:journalctl@ceph.mon.a.trial085.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-23T08:17:25.950 INFO:journalctl@ceph.mon.a.trial085.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-23T08:17:25.950 INFO:journalctl@ceph.mon.a.trial085.stdout: pin_top_level_index_and_filter: 1 2026-02-23T08:17:25.950 INFO:journalctl@ceph.mon.a.trial085.stdout: index_type: 0 2026-02-23T08:17:25.950 INFO:journalctl@ceph.mon.a.trial085.stdout: data_block_index_type: 0 2026-02-23T08:17:25.950 INFO:journalctl@ceph.mon.a.trial085.stdout: index_shortening: 1 2026-02-23T08:17:25.950 INFO:journalctl@ceph.mon.a.trial085.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-23T08:17:25.950 INFO:journalctl@ceph.mon.a.trial085.stdout: checksum: 4 2026-02-23T08:17:25.950 INFO:journalctl@ceph.mon.a.trial085.stdout: no_block_cache: 0 2026-02-23T08:17:25.950 INFO:journalctl@ceph.mon.a.trial085.stdout: block_cache: 0x274efa50 2026-02-23T08:17:25.950 INFO:journalctl@ceph.mon.a.trial085.stdout: block_cache_name: BinnedLRUCache 2026-02-23T08:17:25.950 INFO:journalctl@ceph.mon.a.trial085.stdout: block_cache_options: 2026-02-23T08:17:25.950 INFO:journalctl@ceph.mon.a.trial085.stdout: capacity : 536870912 2026-02-23T08:17:25.950 INFO:journalctl@ceph.mon.a.trial085.stdout: num_shard_bits : 4 2026-02-23T08:17:25.950 INFO:journalctl@ceph.mon.a.trial085.stdout: strict_capacity_limit : 0 2026-02-23T08:17:25.950 INFO:journalctl@ceph.mon.a.trial085.stdout: high_pri_pool_ratio: 0.000 2026-02-23T08:17:25.950 INFO:journalctl@ceph.mon.a.trial085.stdout: block_cache_compressed: (nil) 2026-02-23T08:17:25.950 INFO:journalctl@ceph.mon.a.trial085.stdout: persistent_cache: (nil) 2026-02-23T08:17:25.950 INFO:journalctl@ceph.mon.a.trial085.stdout: block_size: 4096 2026-02-23T08:17:25.950 INFO:journalctl@ceph.mon.a.trial085.stdout: block_size_deviation: 10 2026-02-23T08:17:25.950 INFO:journalctl@ceph.mon.a.trial085.stdout: block_restart_interval: 16 2026-02-23T08:17:25.950 INFO:journalctl@ceph.mon.a.trial085.stdout: index_block_restart_interval: 1 2026-02-23T08:17:25.950 INFO:journalctl@ceph.mon.a.trial085.stdout: metadata_block_size: 4096 2026-02-23T08:17:25.950 INFO:journalctl@ceph.mon.a.trial085.stdout: partition_filters: 0 2026-02-23T08:17:25.950 INFO:journalctl@ceph.mon.a.trial085.stdout: use_delta_encoding: 1 2026-02-23T08:17:25.952 INFO:journalctl@ceph.mon.a.trial085.stdout: filter_policy: bloomfilter 2026-02-23T08:17:25.952 INFO:journalctl@ceph.mon.a.trial085.stdout: whole_key_filtering: 1 2026-02-23T08:17:25.952 INFO:journalctl@ceph.mon.a.trial085.stdout: verify_compression: 0 2026-02-23T08:17:25.952 INFO:journalctl@ceph.mon.a.trial085.stdout: read_amp_bytes_per_bit: 0 2026-02-23T08:17:25.952 INFO:journalctl@ceph.mon.a.trial085.stdout: format_version: 5 2026-02-23T08:17:25.952 INFO:journalctl@ceph.mon.a.trial085.stdout: enable_index_compression: 1 2026-02-23T08:17:25.952 INFO:journalctl@ceph.mon.a.trial085.stdout: block_align: 0 2026-02-23T08:17:25.952 INFO:journalctl@ceph.mon.a.trial085.stdout: max_auto_readahead_size: 262144 2026-02-23T08:17:25.952 INFO:journalctl@ceph.mon.a.trial085.stdout: prepopulate_block_cache: 0 2026-02-23T08:17:25.952 INFO:journalctl@ceph.mon.a.trial085.stdout: initial_auto_readahead_size: 8192 2026-02-23T08:17:25.952 INFO:journalctl@ceph.mon.a.trial085.stdout: num_file_reads_for_auto_readahead: 2 2026-02-23T08:17:25.952 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.write_buffer_size: 33554432 2026-02-23T08:17:25.952 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.max_write_buffer_number: 2 2026-02-23T08:17:25.952 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.compression: NoCompression 2026-02-23T08:17:25.952 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.bottommost_compression: Disabled 2026-02-23T08:17:25.952 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.prefix_extractor: nullptr 2026-02-23T08:17:25.952 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-23T08:17:25.952 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.num_levels: 7 2026-02-23T08:17:25.952 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-23T08:17:25.952 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-23T08:17:25.952 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-23T08:17:25.952 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-23T08:17:25.952 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-23T08:17:25.952 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-23T08:17:25.952 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-23T08:17:25.952 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-23T08:17:25.952 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-23T08:17:25.952 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-23T08:17:25.952 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-23T08:17:25.952 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.compression_opts.level: 32767 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.compression_opts.strategy: 0 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.compression_opts.enabled: false 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.target_file_size_base: 67108864 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.arena_block_size: 1048576 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.disable_auto_compactions: 0 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-23T08:17:25.953 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.inplace_update_support: 0 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.bloom_locality: 0 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.max_successive_merges: 0 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.paranoid_file_checks: 0 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.force_consistency_checks: 1 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.report_bg_io_stats: 0 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.ttl: 2592000 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.enable_blob_files: false 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.min_blob_size: 0 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.blob_file_size: 268435456 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.blob_file_starting_level: 0 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: 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-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 10 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 4bc8dde9-ebf1-4de6-ab1c-f9908b6320d5 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771834645673309, "job": 1, "event": "recovery_started", "wal_files": [14]} 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #14 mode 2 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771834645679712, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 18, "file_size": 3494693, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 234, "largest_seqno": 2747, "table_properties": {"data_size": 3484550, "index_size": 6090, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 3013, "raw_key_size": 27304, "raw_average_key_size": 23, "raw_value_size": 3461243, "raw_average_value_size": 2925, "num_data_blocks": 288, "num_entries": 1183, "num_filter_entries": 1183, "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": 1771834645, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "4bc8dde9-ebf1-4de6-ab1c-f9908b6320d5", "db_session_id": "V57JV1GIEBTCF1N3J8DR", "orig_file_number": 18, "seqno_to_time_mapping": "N/A"}} 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771834645679795, "job": 1, "event": "recovery_finished"} 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: [db/version_set.cc:5047] Creating manifest 20 2026-02-23T08:17:25.954 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: 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-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x2753ce00 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: DB pointer 0x2832e000 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout: ** DB Stats ** 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.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-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.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-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout: 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout: ** Compaction Stats [default] ** 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.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-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout: L0 3/0 3.40 MB 0.8 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1293.3 0.00 0.00 1 0.003 0 0 0.0 0.0 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout: Sum 3/0 3.40 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1293.3 0.00 0.00 1 0.003 0 0 0.0 0.0 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.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 1293.3 0.00 0.00 1 0.003 0 0 0.0 0.0 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout: 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout: ** Compaction Stats [default] ** 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.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-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.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 1293.3 0.00 0.00 1 0.003 0 0 0.0 0.0 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout: 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout: 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout: Flush(GB): cumulative 0.003, interval 0.003 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout: Cumulative compaction: 0.00 GB write, 366.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout: Interval compaction: 0.00 GB write, 366.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.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-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout: Block cache BinnedLRUCache@0x274efa50#2 capacity: 512.00 MB usage: 10.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout: Block cache entry stats(count,size,portion): FilterBlock(3,3.73 KB,0.000712276%) IndexBlock(3,6.44 KB,0.00122786%) Misc(1,0.00 KB,0%) 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout: 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: starting mon.a rank 0 at public addrs [v2:10.20.193.85:3300/0,v1:10.20.193.85:6789/0] at bind addrs [v2:10.20.193.85:3300/0,v1:10.20.193.85:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: mon.a@-1(???) e2 preinit fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:17:25.955 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: mon.a@-1(???).mds e1 new map 2026-02-23T08:17:25.956 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: mon.a@-1(???).mds e1 print_map 2026-02-23T08:17:25.956 INFO:journalctl@ceph.mon.a.trial085.stdout: e1 2026-02-23T08:17:25.956 INFO:journalctl@ceph.mon.a.trial085.stdout: btime 2026-02-23T08:15:57:364809+0000 2026-02-23T08:17:25.956 INFO:journalctl@ceph.mon.a.trial085.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-23T08:17:25.956 INFO:journalctl@ceph.mon.a.trial085.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-23T08:17:25.956 INFO:journalctl@ceph.mon.a.trial085.stdout: legacy client fscid: -1 2026-02-23T08:17:25.956 INFO:journalctl@ceph.mon.a.trial085.stdout: 2026-02-23T08:17:25.956 INFO:journalctl@ceph.mon.a.trial085.stdout: No filesystems configured 2026-02-23T08:17:25.956 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: mon.a@-1(???).osd e13 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-23T08:17:25.956 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: mon.a@-1(???).osd e13 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T08:17:25.956 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: mon.a@-1(???).osd e13 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T08:17:25.956 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: mon.a@-1(???).osd e13 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T08:17:25.956 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: mon.a@-1(???).paxosservice(auth 1..7) refresh upgraded, format 0 -> 3 2026-02-23T08:17:25.956 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: Deploying daemon mon.a on trial085 2026-02-23T08:17:25.957 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:25.957 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:17:25.957 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:17:25.957 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: mon.a calling monitor election 2026-02-23T08:17:25.957 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-02-23T08:17:25.957 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: monmap epoch 2 2026-02-23T08:17:25.957 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:17:25.957 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: last_changed 2026-02-23T08:16:29.877678+0000 2026-02-23T08:17:25.957 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: created 2026-02-23T08:15:56.362910+0000 2026-02-23T08:17:25.957 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: min_mon_release 20 (tentacle) 2026-02-23T08:17:25.957 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: election_strategy: 1 2026-02-23T08:17:25.957 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: 0: [v2:10.20.193.85:3300/0,v1:10.20.193.85:6789/0] mon.a 2026-02-23T08:17:25.957 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: 1: [v2:10.20.193.151:3300/0,v1:10.20.193.151:6789/0] mon.b 2026-02-23T08:17:25.957 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: fsmap 2026-02-23T08:17:25.957 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: osdmap e13: 2 total, 2 up, 2 in 2026-02-23T08:17:25.957 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: mgrmap e14: a(active, since 67s), standbys: b 2026-02-23T08:17:25.957 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: overall HEALTH_OK 2026-02-23T08:17:25.957 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: from='mgr.14152 ' entity='mgr.a' 2026-02-23T08:17:25.957 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: from='mgr.14152 ' entity='mgr.a' 2026-02-23T08:17:25.957 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:17:25.957 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:17:25.957 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:25 trial085 ceph-mon[59553]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:17:26.031 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: Deploying daemon mon.a on trial085 2026-02-23T08:17:26.032 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:17:26.032 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:17:26.032 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:17:26.032 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: mon.a calling monitor election 2026-02-23T08:17:26.032 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-02-23T08:17:26.032 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: monmap epoch 2 2026-02-23T08:17:26.032 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:17:26.032 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: last_changed 2026-02-23T08:16:29.877678+0000 2026-02-23T08:17:26.032 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: created 2026-02-23T08:15:56.362910+0000 2026-02-23T08:17:26.032 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: min_mon_release 20 (tentacle) 2026-02-23T08:17:26.032 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: election_strategy: 1 2026-02-23T08:17:26.032 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: 0: [v2:10.20.193.85:3300/0,v1:10.20.193.85:6789/0] mon.a 2026-02-23T08:17:26.032 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: 1: [v2:10.20.193.151:3300/0,v1:10.20.193.151:6789/0] mon.b 2026-02-23T08:17:26.032 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: fsmap 2026-02-23T08:17:26.032 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: osdmap e13: 2 total, 2 up, 2 in 2026-02-23T08:17:26.032 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: mgrmap e14: a(active, since 67s), standbys: b 2026-02-23T08:17:26.032 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: overall HEALTH_OK 2026-02-23T08:17:26.032 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: from='mgr.14152 ' entity='mgr.a' 2026-02-23T08:17:26.032 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: from='mgr.14152 ' entity='mgr.a' 2026-02-23T08:17:26.032 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:17:26.032 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:17:26.032 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:25 trial151 ceph-mon[37511]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:17:26.323 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 systemd[1]: Stopping ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.b.service - Ceph mon.b for d9dc3f41-108f-11f1-99b8-d404e6e7d460... 2026-02-23T08:17:26.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-b[37507]: 2026-02-23T08:17:26.320+0000 7fabb48cf640 -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-23T08:17:26.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-b[37507]: 2026-02-23T08:17:26.320+0000 7fabb48cf640 -1 mon.b@1(peon) e2 *** Got Signal Terminated *** 2026-02-23T08:17:26.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 podman[52806]: 2026-02-23 08:17:26.382185028 +0000 UTC m=+0.072168187 container died 448e5b6de7cf3ec0d0950ed871bfacad6ed7176d4b33bd4277779f52fb36bc51 (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-b, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, ceph=True, 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/, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0) 2026-02-23T08:17:26.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 podman[52806]: 2026-02-23 08:17:26.389688599 +0000 UTC m=+0.079671748 container remove 448e5b6de7cf3ec0d0950ed871bfacad6ed7176d4b33bd4277779f52fb36bc51 (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-b, ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-23T08:17:26.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 bash[52806]: ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-b 2026-02-23T08:17:26.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 systemd[1]: ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.b.service: Deactivated successfully. 2026-02-23T08:17:26.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 systemd[1]: Stopped ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.b.service - Ceph mon.b for d9dc3f41-108f-11f1-99b8-d404e6e7d460. 2026-02-23T08:17:26.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 systemd[1]: ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.b.service: Consumed 914ms CPU time, 73.1M memory peak. 2026-02-23T08:17:27.099 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 systemd[1]: Starting ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.b.service - Ceph mon.b for d9dc3f41-108f-11f1-99b8-d404e6e7d460... 2026-02-23T08:17:27.099 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 podman[52991]: 2026-02-23 08:17:26.718849363 +0000 UTC m=+0.016324311 container create 210cdf5b57448564fb9b1c0e505eaa29a2cde076f4386585e765881f58188237 (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-b, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, 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.name=CentOS Stream 9 Base Image, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-23T08:17:27.099 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 podman[52991]: 2026-02-23 08:17:26.752660321 +0000 UTC m=+0.050135279 container init 210cdf5b57448564fb9b1c0e505eaa29a2cde076f4386585e765881f58188237 (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-b, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True) 2026-02-23T08:17:27.100 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 podman[52991]: 2026-02-23 08:17:26.754639009 +0000 UTC m=+0.052113957 container start 210cdf5b57448564fb9b1c0e505eaa29a2cde076f4386585e765881f58188237 (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-b, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, ceph=True, org.label-schema.schema-version=1.0, 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_REF=wip-bharath8-testing-2026-02-22-0716, org.label-schema.build-date=20260216, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-23T08:17:27.100 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 bash[52991]: 210cdf5b57448564fb9b1c0e505eaa29a2cde076f4386585e765881f58188237 2026-02-23T08:17:27.100 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 podman[52991]: 2026-02-23 08:17:26.712152113 +0000 UTC m=+0.009627231 image pull af88a7aa64a7df2dfbd8b343bb510d8c25a233faf34d3aa06c89ee09c8196ff4 quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c 2026-02-23T08:17:27.100 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 systemd[1]: Started ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.b.service - Ceph mon.b for d9dc3f41-108f-11f1-99b8-d404e6e7d460. 2026-02-23T08:17:27.100 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: set uid:gid to 167:167 (ceph:ceph) 2026-02-23T08:17:27.100 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: ceph version 20.3.0-5433-g5adce3ff (5adce3ff0fe1645dcbc38d059f948571dc3d69da) tentacle (dev - RelWithDebInfo), process ceph-mon, pid 2 2026-02-23T08:17:27.100 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: pidfile_write: ignore empty --pid-file 2026-02-23T08:17:27.100 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: load: jerasure load: lrc 2026-02-23T08:17:27.100 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: RocksDB version: 7.9.2 2026-02-23T08:17:27.100 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Git sha 0 2026-02-23T08:17:27.101 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Compile date 2026-02-22 03:19:16 2026-02-23T08:17:27.101 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: DB SUMMARY 2026-02-23T08:17:27.101 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: DB Session ID: 6VWKUNQLOO9YK2DJWH9W 2026-02-23T08:17:27.101 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: CURRENT file: CURRENT 2026-02-23T08:17:27.101 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: IDENTITY file: IDENTITY 2026-02-23T08:17:27.101 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-23T08:17:27.101 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000008.sst 2026-02-23T08:17:27.101 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000009.log size: 4936849 ; 2026-02-23T08:17:27.101 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.error_if_exists: 0 2026-02-23T08:17:27.101 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.create_if_missing: 0 2026-02-23T08:17:27.101 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.paranoid_checks: 1 2026-02-23T08:17:27.101 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-23T08:17:27.102 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-23T08:17:27.102 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-23T08:17:27.102 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.env: 0xed5c80 2026-02-23T08:17:27.102 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.fs: PosixFileSystem 2026-02-23T08:17:27.102 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.info_log: 0x26fbeec0 2026-02-23T08:17:27.102 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.max_file_opening_threads: 16 2026-02-23T08:17:27.102 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.statistics: (nil) 2026-02-23T08:17:27.102 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.use_fsync: 0 2026-02-23T08:17:27.102 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.max_log_file_size: 0 2026-02-23T08:17:27.102 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-23T08:17:27.102 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-23T08:17:27.102 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.keep_log_file_num: 1000 2026-02-23T08:17:27.102 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.recycle_log_file_num: 0 2026-02-23T08:17:27.103 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.allow_fallocate: 1 2026-02-23T08:17:27.103 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.allow_mmap_reads: 0 2026-02-23T08:17:27.103 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.allow_mmap_writes: 0 2026-02-23T08:17:27.103 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.use_direct_reads: 0 2026-02-23T08:17:27.103 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-23T08:17:27.103 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.create_missing_column_families: 0 2026-02-23T08:17:27.103 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.db_log_dir: 2026-02-23T08:17:27.103 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.wal_dir: 2026-02-23T08:17:27.103 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-23T08:17:27.103 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-23T08:17:27.103 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-23T08:17:27.103 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-23T08:17:27.103 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-23T08:17:27.104 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-23T08:17:27.104 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.advise_random_on_open: 1 2026-02-23T08:17:27.104 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.db_write_buffer_size: 0 2026-02-23T08:17:27.104 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.write_buffer_manager: 0x26fba140 2026-02-23T08:17:27.104 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-23T08:17:27.104 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-23T08:17:27.104 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-23T08:17:27.104 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.rate_limiter: (nil) 2026-02-23T08:17:27.104 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-23T08:17:27.104 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.wal_recovery_mode: 2 2026-02-23T08:17:27.104 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.enable_thread_tracking: 0 2026-02-23T08:17:27.104 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.enable_pipelined_write: 0 2026-02-23T08:17:27.104 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.unordered_write: 0 2026-02-23T08:17:27.105 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-23T08:17:27.105 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-23T08:17:27.105 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-23T08:17:27.105 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-23T08:17:27.105 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.row_cache: None 2026-02-23T08:17:27.105 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.wal_filter: None 2026-02-23T08:17:27.105 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-23T08:17:27.105 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.allow_ingest_behind: 0 2026-02-23T08:17:27.105 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.two_write_queues: 0 2026-02-23T08:17:27.105 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.manual_wal_flush: 0 2026-02-23T08:17:27.105 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.wal_compression: 0 2026-02-23T08:17:27.105 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.atomic_flush: 0 2026-02-23T08:17:27.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-23T08:17:27.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-23T08:17:27.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-23T08:17:27.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.log_readahead_size: 0 2026-02-23T08:17:27.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-23T08:17:27.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.best_efforts_recovery: 0 2026-02-23T08:17:27.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-23T08:17:27.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-23T08:17:27.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.allow_data_in_errors: 0 2026-02-23T08:17:27.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.db_host_id: __hostname__ 2026-02-23T08:17:27.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-23T08:17:27.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.max_background_jobs: 2 2026-02-23T08:17:27.106 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.max_background_compactions: -1 2026-02-23T08:17:27.107 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.max_subcompactions: 1 2026-02-23T08:17:27.107 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-23T08:17:27.107 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-23T08:17:27.107 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-23T08:17:27.107 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.max_total_wal_size: 0 2026-02-23T08:17:27.107 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-23T08:17:27.107 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-23T08:17:27.107 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-23T08:17:27.107 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-23T08:17:27.107 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.max_open_files: -1 2026-02-23T08:17:27.107 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.bytes_per_sync: 0 2026-02-23T08:17:27.107 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-23T08:17:27.108 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-23T08:17:27.108 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.compaction_readahead_size: 0 2026-02-23T08:17:27.108 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.max_background_flushes: -1 2026-02-23T08:17:27.108 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Compression algorithms supported: 2026-02-23T08:17:27.108 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: kZSTD supported: 0 2026-02-23T08:17:27.108 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: kXpressCompression supported: 0 2026-02-23T08:17:27.108 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: kBZip2Compression supported: 0 2026-02-23T08:17:27.108 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-23T08:17:27.108 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: kLZ4Compression supported: 1 2026-02-23T08:17:27.108 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: kZlibCompression supported: 1 2026-02-23T08:17:27.108 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: kLZ4HCCompression supported: 1 2026-02-23T08:17:27.108 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: kSnappyCompression supported: 1 2026-02-23T08:17:27.108 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-23T08:17:27.108 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-23T08:17:27.109 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000010 2026-02-23T08:17:27.109 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-23T08:17:27.109 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-23T08:17:27.109 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.merge_operator: 2026-02-23T08:17:27.109 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.compaction_filter: None 2026-02-23T08:17:27.109 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.compaction_filter_factory: None 2026-02-23T08:17:27.109 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.sst_partitioner_factory: None 2026-02-23T08:17:27.109 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-23T08:17:27.109 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-23T08:17:27.109 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x26fbf600) 2026-02-23T08:17:27.109 INFO:journalctl@ceph.mon.b.trial151.stdout: cache_index_and_filter_blocks: 1 2026-02-23T08:17:27.109 INFO:journalctl@ceph.mon.b.trial151.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-23T08:17:27.110 INFO:journalctl@ceph.mon.b.trial151.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-23T08:17:27.110 INFO:journalctl@ceph.mon.b.trial151.stdout: pin_top_level_index_and_filter: 1 2026-02-23T08:17:27.110 INFO:journalctl@ceph.mon.b.trial151.stdout: index_type: 0 2026-02-23T08:17:27.110 INFO:journalctl@ceph.mon.b.trial151.stdout: data_block_index_type: 0 2026-02-23T08:17:27.110 INFO:journalctl@ceph.mon.b.trial151.stdout: index_shortening: 1 2026-02-23T08:17:27.110 INFO:journalctl@ceph.mon.b.trial151.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-23T08:17:27.110 INFO:journalctl@ceph.mon.b.trial151.stdout: checksum: 4 2026-02-23T08:17:27.110 INFO:journalctl@ceph.mon.b.trial151.stdout: no_block_cache: 0 2026-02-23T08:17:27.110 INFO:journalctl@ceph.mon.b.trial151.stdout: block_cache: 0x26f8da50 2026-02-23T08:17:27.110 INFO:journalctl@ceph.mon.b.trial151.stdout: block_cache_name: BinnedLRUCache 2026-02-23T08:17:27.110 INFO:journalctl@ceph.mon.b.trial151.stdout: block_cache_options: 2026-02-23T08:17:27.110 INFO:journalctl@ceph.mon.b.trial151.stdout: capacity : 536870912 2026-02-23T08:17:27.110 INFO:journalctl@ceph.mon.b.trial151.stdout: num_shard_bits : 4 2026-02-23T08:17:27.111 INFO:journalctl@ceph.mon.b.trial151.stdout: strict_capacity_limit : 0 2026-02-23T08:17:27.111 INFO:journalctl@ceph.mon.b.trial151.stdout: high_pri_pool_ratio: 0.000 2026-02-23T08:17:27.111 INFO:journalctl@ceph.mon.b.trial151.stdout: block_cache_compressed: (nil) 2026-02-23T08:17:27.111 INFO:journalctl@ceph.mon.b.trial151.stdout: persistent_cache: (nil) 2026-02-23T08:17:27.111 INFO:journalctl@ceph.mon.b.trial151.stdout: block_size: 4096 2026-02-23T08:17:27.111 INFO:journalctl@ceph.mon.b.trial151.stdout: block_size_deviation: 10 2026-02-23T08:17:27.111 INFO:journalctl@ceph.mon.b.trial151.stdout: block_restart_interval: 16 2026-02-23T08:17:27.111 INFO:journalctl@ceph.mon.b.trial151.stdout: index_block_restart_interval: 1 2026-02-23T08:17:27.111 INFO:journalctl@ceph.mon.b.trial151.stdout: metadata_block_size: 4096 2026-02-23T08:17:27.111 INFO:journalctl@ceph.mon.b.trial151.stdout: partition_filters: 0 2026-02-23T08:17:27.111 INFO:journalctl@ceph.mon.b.trial151.stdout: use_delta_encoding: 1 2026-02-23T08:17:27.111 INFO:journalctl@ceph.mon.b.trial151.stdout: filter_policy: bloomfilter 2026-02-23T08:17:27.112 INFO:journalctl@ceph.mon.b.trial151.stdout: whole_key_filtering: 1 2026-02-23T08:17:27.112 INFO:journalctl@ceph.mon.b.trial151.stdout: verify_compression: 0 2026-02-23T08:17:27.112 INFO:journalctl@ceph.mon.b.trial151.stdout: read_amp_bytes_per_bit: 0 2026-02-23T08:17:27.112 INFO:journalctl@ceph.mon.b.trial151.stdout: format_version: 5 2026-02-23T08:17:27.112 INFO:journalctl@ceph.mon.b.trial151.stdout: enable_index_compression: 1 2026-02-23T08:17:27.112 INFO:journalctl@ceph.mon.b.trial151.stdout: block_align: 0 2026-02-23T08:17:27.112 INFO:journalctl@ceph.mon.b.trial151.stdout: max_auto_readahead_size: 262144 2026-02-23T08:17:27.112 INFO:journalctl@ceph.mon.b.trial151.stdout: prepopulate_block_cache: 0 2026-02-23T08:17:27.112 INFO:journalctl@ceph.mon.b.trial151.stdout: initial_auto_readahead_size: 8192 2026-02-23T08:17:27.112 INFO:journalctl@ceph.mon.b.trial151.stdout: num_file_reads_for_auto_readahead: 2 2026-02-23T08:17:27.112 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.write_buffer_size: 33554432 2026-02-23T08:17:27.112 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.max_write_buffer_number: 2 2026-02-23T08:17:27.112 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.compression: NoCompression 2026-02-23T08:17:27.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.bottommost_compression: Disabled 2026-02-23T08:17:27.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.prefix_extractor: nullptr 2026-02-23T08:17:27.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-23T08:17:27.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.num_levels: 7 2026-02-23T08:17:27.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-23T08:17:27.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-23T08:17:27.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-23T08:17:27.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-23T08:17:27.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-23T08:17:27.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-23T08:17:27.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-23T08:17:27.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-23T08:17:27.113 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-23T08:17:27.114 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-23T08:17:27.114 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-23T08:17:27.114 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-23T08:17:27.114 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-23T08:17:27.114 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.compression_opts.level: 32767 2026-02-23T08:17:27.114 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.compression_opts.strategy: 0 2026-02-23T08:17:27.114 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-23T08:17:27.114 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-23T08:17:27.114 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-23T08:17:27.114 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-23T08:17:27.114 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.compression_opts.enabled: false 2026-02-23T08:17:27.114 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-23T08:17:27.114 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-23T08:17:27.115 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-23T08:17:27.115 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-23T08:17:27.115 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.target_file_size_base: 67108864 2026-02-23T08:17:27.115 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-23T08:17:27.115 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-23T08:17:27.115 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-23T08:17:27.115 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-23T08:17:27.115 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-23T08:17:27.115 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-23T08:17:27.115 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-23T08:17:27.115 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-23T08:17:27.115 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-23T08:17:27.115 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-23T08:17:27.115 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-23T08:17:27.116 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-23T08:17:27.116 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-23T08:17:27.116 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-23T08:17:27.116 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.arena_block_size: 1048576 2026-02-23T08:17:27.116 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-23T08:17:27.116 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-23T08:17:27.116 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.disable_auto_compactions: 0 2026-02-23T08:17:27.116 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-23T08:17:27.116 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-23T08:17:27.116 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-23T08:17:27.116 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-23T08:17:27.116 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-23T08:17:27.116 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-23T08:17:27.117 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-23T08:17:27.117 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-23T08:17:27.117 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-23T08:17:27.117 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-23T08:17:27.117 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-23T08:17:27.117 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.inplace_update_support: 0 2026-02-23T08:17:27.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-23T08:17:27.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-23T08:17:27.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-23T08:17:27.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-23T08:17:27.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.bloom_locality: 0 2026-02-23T08:17:27.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.max_successive_merges: 0 2026-02-23T08:17:27.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-23T08:17:27.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.paranoid_file_checks: 0 2026-02-23T08:17:27.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.force_consistency_checks: 1 2026-02-23T08:17:27.118 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.report_bg_io_stats: 0 2026-02-23T08:17:27.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.ttl: 2592000 2026-02-23T08:17:27.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-23T08:17:27.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-23T08:17:27.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-23T08:17:27.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.enable_blob_files: false 2026-02-23T08:17:27.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.min_blob_size: 0 2026-02-23T08:17:27.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.blob_file_size: 268435456 2026-02-23T08:17:27.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-23T08:17:27.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-23T08:17:27.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-23T08:17:27.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-23T08:17:27.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-23T08:17:27.119 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.blob_file_starting_level: 0 2026-02-23T08:17:27.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-23T08:17:27.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: 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-23T08:17:27.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-23T08:17:27.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 80cfd8c9-4c7c-4261-82f3-6a7da7affb58 2026-02-23T08:17:27.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771834646772226, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-23T08:17:27.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-23T08:17:27.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771834646779549, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 3601626, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 6, "largest_seqno": 2674, "table_properties": {"data_size": 3590658, "index_size": 6403, "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": 37294, "raw_average_key_size": 26, "raw_value_size": 3561764, "raw_average_value_size": 2558, "num_data_blocks": 302, "num_entries": 1392, "num_filter_entries": 1392, "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": 1771834646, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "80cfd8c9-4c7c-4261-82f3-6a7da7affb58", "db_session_id": "6VWKUNQLOO9YK2DJWH9W", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-23T08:17:27.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771834646779612, "job": 1, "event": "recovery_finished"} 2026-02-23T08:17:27.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-23T08:17:27.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: 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-23T08:17:27.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x26fdae00 2026-02-23T08:17:27.120 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: DB pointer 0x27dcc000 2026-02-23T08:17:27.121 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-23T08:17:27.121 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-23T08:17:27.121 INFO:journalctl@ceph.mon.b.trial151.stdout: ** DB Stats ** 2026-02-23T08:17:27.121 INFO:journalctl@ceph.mon.b.trial151.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-23T08:17:27.121 INFO:journalctl@ceph.mon.b.trial151.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-23T08:17:27.121 INFO:journalctl@ceph.mon.b.trial151.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-23T08:17:27.121 INFO:journalctl@ceph.mon.b.trial151.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-23T08:17:27.121 INFO:journalctl@ceph.mon.b.trial151.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-23T08:17:27.121 INFO:journalctl@ceph.mon.b.trial151.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-23T08:17:27.121 INFO:journalctl@ceph.mon.b.trial151.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-23T08:17:27.121 INFO:journalctl@ceph.mon.b.trial151.stdout: 2026-02-23T08:17:27.121 INFO:journalctl@ceph.mon.b.trial151.stdout: ** Compaction Stats [default] ** 2026-02-23T08:17:27.122 INFO:journalctl@ceph.mon.b.trial151.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-23T08:17:27.122 INFO:journalctl@ceph.mon.b.trial151.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-23T08:17:27.122 INFO:journalctl@ceph.mon.b.trial151.stdout: L0 2/0 3.44 MB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1427.6 0.00 0.00 1 0.002 0 0 0.0 0.0 2026-02-23T08:17:27.122 INFO:journalctl@ceph.mon.b.trial151.stdout: Sum 2/0 3.44 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1427.6 0.00 0.00 1 0.002 0 0 0.0 0.0 2026-02-23T08:17:27.122 INFO:journalctl@ceph.mon.b.trial151.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 1427.6 0.00 0.00 1 0.002 0 0 0.0 0.0 2026-02-23T08:17:27.122 INFO:journalctl@ceph.mon.b.trial151.stdout: 2026-02-23T08:17:27.122 INFO:journalctl@ceph.mon.b.trial151.stdout: ** Compaction Stats [default] ** 2026-02-23T08:17:27.122 INFO:journalctl@ceph.mon.b.trial151.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-23T08:17:27.122 INFO:journalctl@ceph.mon.b.trial151.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-23T08:17:27.122 INFO:journalctl@ceph.mon.b.trial151.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 1427.6 0.00 0.00 1 0.002 0 0 0.0 0.0 2026-02-23T08:17:27.122 INFO:journalctl@ceph.mon.b.trial151.stdout: 2026-02-23T08:17:27.122 INFO:journalctl@ceph.mon.b.trial151.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-23T08:17:27.123 INFO:journalctl@ceph.mon.b.trial151.stdout: 2026-02-23T08:17:27.123 INFO:journalctl@ceph.mon.b.trial151.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-23T08:17:27.123 INFO:journalctl@ceph.mon.b.trial151.stdout: Flush(GB): cumulative 0.003, interval 0.003 2026-02-23T08:17:27.123 INFO:journalctl@ceph.mon.b.trial151.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-23T08:17:27.123 INFO:journalctl@ceph.mon.b.trial151.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-23T08:17:27.123 INFO:journalctl@ceph.mon.b.trial151.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-23T08:17:27.123 INFO:journalctl@ceph.mon.b.trial151.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-23T08:17:27.123 INFO:journalctl@ceph.mon.b.trial151.stdout: Cumulative compaction: 0.00 GB write, 356.19 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-23T08:17:27.123 INFO:journalctl@ceph.mon.b.trial151.stdout: Interval compaction: 0.00 GB write, 356.19 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-23T08:17:27.123 INFO:journalctl@ceph.mon.b.trial151.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-23T08:17:27.123 INFO:journalctl@ceph.mon.b.trial151.stdout: Block cache BinnedLRUCache@0x26f8da50#2 capacity: 512.00 MB usage: 10.83 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2026-02-23T08:17:27.123 INFO:journalctl@ceph.mon.b.trial151.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,4.14 KB,0.000789762%) IndexBlock(2,6.69 KB,0.00127554%) Misc(1,0.00 KB,0%) 2026-02-23T08:17:27.124 INFO:journalctl@ceph.mon.b.trial151.stdout: 2026-02-23T08:17:27.124 INFO:journalctl@ceph.mon.b.trial151.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-23T08:17:27.124 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: starting mon.b rank 1 at public addrs [v2:10.20.193.151:3300/0,v1:10.20.193.151:6789/0] at bind addrs [v2:10.20.193.151:3300/0,v1:10.20.193.151:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:17:27.124 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: mon.b@-1(???) e2 preinit fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:17:27.124 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: mon.b@-1(???).mds e1 new map 2026-02-23T08:17:27.124 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: mon.b@-1(???).mds e1 print_map 2026-02-23T08:17:27.124 INFO:journalctl@ceph.mon.b.trial151.stdout: e1 2026-02-23T08:17:27.124 INFO:journalctl@ceph.mon.b.trial151.stdout: btime 2026-02-23T08:15:57:364809+0000 2026-02-23T08:17:27.124 INFO:journalctl@ceph.mon.b.trial151.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-23T08:17:27.124 INFO:journalctl@ceph.mon.b.trial151.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-23T08:17:27.124 INFO:journalctl@ceph.mon.b.trial151.stdout: legacy client fscid: -1 2026-02-23T08:17:27.124 INFO:journalctl@ceph.mon.b.trial151.stdout: 2026-02-23T08:17:27.124 INFO:journalctl@ceph.mon.b.trial151.stdout: No filesystems configured 2026-02-23T08:17:27.125 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: mon.b@-1(???).osd e13 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-23T08:17:27.125 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: mon.b@-1(???).osd e13 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T08:17:27.125 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: mon.b@-1(???).osd e13 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T08:17:27.125 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: mon.b@-1(???).osd e13 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T08:17:27.125 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:26 trial151 ceph-mon[53019]: mon.b@-1(???).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2026-02-23T08:17:28.098 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:27 trial151 ceph-mon[53019]: mon.b calling monitor election 2026-02-23T08:17:28.098 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:27 trial151 ceph-mon[53019]: mon.a calling monitor election 2026-02-23T08:17:28.098 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:27 trial151 ceph-mon[53019]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-02-23T08:17:28.098 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:27 trial151 ceph-mon[53019]: monmap epoch 2 2026-02-23T08:17:28.098 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:27 trial151 ceph-mon[53019]: fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:17:28.098 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:27 trial151 ceph-mon[53019]: last_changed 2026-02-23T08:16:29.877678+0000 2026-02-23T08:17:28.099 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:27 trial151 ceph-mon[53019]: created 2026-02-23T08:15:56.362910+0000 2026-02-23T08:17:28.099 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:27 trial151 ceph-mon[53019]: min_mon_release 20 (tentacle) 2026-02-23T08:17:28.099 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:27 trial151 ceph-mon[53019]: election_strategy: 1 2026-02-23T08:17:28.099 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:27 trial151 ceph-mon[53019]: 0: [v2:10.20.193.85:3300/0,v1:10.20.193.85:6789/0] mon.a 2026-02-23T08:17:28.099 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:27 trial151 ceph-mon[53019]: 1: [v2:10.20.193.151:3300/0,v1:10.20.193.151:6789/0] mon.b 2026-02-23T08:17:28.099 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:27 trial151 ceph-mon[53019]: fsmap 2026-02-23T08:17:28.099 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:27 trial151 ceph-mon[53019]: osdmap e13: 2 total, 2 up, 2 in 2026-02-23T08:17:28.099 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:27 trial151 ceph-mon[53019]: mgrmap e14: a(active, since 68s), standbys: b 2026-02-23T08:17:28.099 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:27 trial151 ceph-mon[53019]: overall HEALTH_OK 2026-02-23T08:17:28.099 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:27 trial151 ceph-mon[53019]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:28.099 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:27 trial151 ceph-mon[53019]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:28.099 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:27 trial151 ceph-mon[53019]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:17:28.100 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:27 trial151 ceph-mon[53019]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:28.100 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:27 trial151 ceph-mon[53019]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:28.100 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:27 trial151 ceph-mon[53019]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:28.100 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:27 trial151 ceph-mon[53019]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:28.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:27 trial085 ceph-mon[59553]: mon.b calling monitor election 2026-02-23T08:17:28.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:27 trial085 ceph-mon[59553]: mon.a calling monitor election 2026-02-23T08:17:28.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:27 trial085 ceph-mon[59553]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-02-23T08:17:28.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:27 trial085 ceph-mon[59553]: monmap epoch 2 2026-02-23T08:17:28.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:27 trial085 ceph-mon[59553]: fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:17:28.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:27 trial085 ceph-mon[59553]: last_changed 2026-02-23T08:16:29.877678+0000 2026-02-23T08:17:28.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:27 trial085 ceph-mon[59553]: created 2026-02-23T08:15:56.362910+0000 2026-02-23T08:17:28.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:27 trial085 ceph-mon[59553]: min_mon_release 20 (tentacle) 2026-02-23T08:17:28.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:27 trial085 ceph-mon[59553]: election_strategy: 1 2026-02-23T08:17:28.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:27 trial085 ceph-mon[59553]: 0: [v2:10.20.193.85:3300/0,v1:10.20.193.85:6789/0] mon.a 2026-02-23T08:17:28.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:27 trial085 ceph-mon[59553]: 1: [v2:10.20.193.151:3300/0,v1:10.20.193.151:6789/0] mon.b 2026-02-23T08:17:28.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:27 trial085 ceph-mon[59553]: fsmap 2026-02-23T08:17:28.195 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:27 trial085 ceph-mon[59553]: osdmap e13: 2 total, 2 up, 2 in 2026-02-23T08:17:28.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:27 trial085 ceph-mon[59553]: mgrmap e14: a(active, since 68s), standbys: b 2026-02-23T08:17:28.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:27 trial085 ceph-mon[59553]: overall HEALTH_OK 2026-02-23T08:17:28.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:27 trial085 ceph-mon[59553]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:28.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:27 trial085 ceph-mon[59553]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:28.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:27 trial085 ceph-mon[59553]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:17:28.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:27 trial085 ceph-mon[59553]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:28.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:27 trial085 ceph-mon[59553]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:28.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:27 trial085 ceph-mon[59553]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:28.196 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:27 trial085 ceph-mon[59553]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:28.500 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:28 trial085 systemd[1]: Stopping ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.a.service - Ceph mon.a for d9dc3f41-108f-11f1-99b8-d404e6e7d460... 2026-02-23T08:17:28.786 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:28 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-a[59546]: 2026-02-23T08:17:28.497+0000 7fde1956c640 -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-23T08:17:28.786 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:28 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-a[59546]: 2026-02-23T08:17:28.497+0000 7fde1956c640 -1 mon.a@0(leader) e2 *** Got Signal Terminated *** 2026-02-23T08:17:28.786 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:28 trial085 podman[60076]: 2026-02-23 08:17:28.721457139 +0000 UTC m=+0.234653823 container died 6d111343450cebe0d1e479584bafc2b42f46ceb2b5dfe7d0b326fdc8de8d793c (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-a, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-23T08:17:28.786 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:28 trial085 podman[60076]: 2026-02-23 08:17:28.729942547 +0000 UTC m=+0.243139211 container remove 6d111343450cebe0d1e479584bafc2b42f46ceb2b5dfe7d0b326fdc8de8d793c (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, org.label-schema.build-date=20260216, ceph=True, CEPH_REF=wip-bharath8-testing-2026-02-22-0716) 2026-02-23T08:17:28.786 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:28 trial085 bash[60076]: ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-a 2026-02-23T08:17:29.072 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:28 trial085 systemd[1]: ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-23T08:17:29.073 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:28 trial085 systemd[1]: Stopped ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.a.service - Ceph mon.a for d9dc3f41-108f-11f1-99b8-d404e6e7d460. 2026-02-23T08:17:29.073 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:28 trial085 systemd[1]: Starting ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.a.service - Ceph mon.a for d9dc3f41-108f-11f1-99b8-d404e6e7d460... 2026-02-23T08:17:29.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 podman[60257]: 2026-02-23 08:17:29.070682176 +0000 UTC m=+0.014243144 container create 8ecb60dd7d41684e565ac4aae2fd80eed93c29d03f4f01d2ac33d4195872bb1a (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-a, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-23T08:17:29.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 podman[60257]: 2026-02-23 08:17:29.102050762 +0000 UTC m=+0.045611730 container init 8ecb60dd7d41684e565ac4aae2fd80eed93c29d03f4f01d2ac33d4195872bb1a (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-a, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, ceph=True, io.buildah.version=1.33.7, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-23T08:17:29.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 podman[60257]: 2026-02-23 08:17:29.104200988 +0000 UTC m=+0.047761956 container start 8ecb60dd7d41684e565ac4aae2fd80eed93c29d03f4f01d2ac33d4195872bb1a (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-a, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7, ceph=True, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-23T08:17:29.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 bash[60257]: 8ecb60dd7d41684e565ac4aae2fd80eed93c29d03f4f01d2ac33d4195872bb1a 2026-02-23T08:17:29.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 podman[60257]: 2026-02-23 08:17:29.064403508 +0000 UTC m=+0.007964486 image pull af88a7aa64a7df2dfbd8b343bb510d8c25a233faf34d3aa06c89ee09c8196ff4 quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c 2026-02-23T08:17:29.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 systemd[1]: Started ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.a.service - Ceph mon.a for d9dc3f41-108f-11f1-99b8-d404e6e7d460. 2026-02-23T08:17:29.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: set uid:gid to 167:167 (ceph:ceph) 2026-02-23T08:17:29.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: ceph version 20.3.0-5433-g5adce3ff (5adce3ff0fe1645dcbc38d059f948571dc3d69da) tentacle (dev - RelWithDebInfo), process ceph-mon, pid 2 2026-02-23T08:17:29.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: pidfile_write: ignore empty --pid-file 2026-02-23T08:17:29.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: load: jerasure load: lrc 2026-02-23T08:17:29.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: RocksDB version: 7.9.2 2026-02-23T08:17:29.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Git sha 0 2026-02-23T08:17:29.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Compile date 2026-02-22 03:19:16 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: DB SUMMARY 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: DB Session ID: JBALO89TFZAYH1JYCFD8 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: CURRENT file: CURRENT 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: IDENTITY file: IDENTITY 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: MANIFEST file: MANIFEST-000020 size: 373 Bytes 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: 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-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000019.log size: 187563 ; 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.error_if_exists: 0 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.create_if_missing: 0 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.paranoid_checks: 1 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.env: 0xed5c80 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.fs: PosixFileSystem 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.info_log: 0x209e8ec0 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.max_file_opening_threads: 16 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.statistics: (nil) 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.use_fsync: 0 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.max_log_file_size: 0 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.keep_log_file_num: 1000 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.recycle_log_file_num: 0 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.allow_fallocate: 1 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.allow_mmap_reads: 0 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.allow_mmap_writes: 0 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.use_direct_reads: 0 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.create_missing_column_families: 0 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.db_log_dir: 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.wal_dir: 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.advise_random_on_open: 1 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.db_write_buffer_size: 0 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.write_buffer_manager: 0x209e4140 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-23T08:17:29.446 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.rate_limiter: (nil) 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.wal_recovery_mode: 2 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.enable_thread_tracking: 0 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.enable_pipelined_write: 0 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.unordered_write: 0 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.row_cache: None 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.wal_filter: None 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.allow_ingest_behind: 0 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.two_write_queues: 0 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.manual_wal_flush: 0 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.wal_compression: 0 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.atomic_flush: 0 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.log_readahead_size: 0 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.best_efforts_recovery: 0 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.allow_data_in_errors: 0 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.db_host_id: __hostname__ 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.max_background_jobs: 2 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.max_background_compactions: -1 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.max_subcompactions: 1 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-23T08:17:29.447 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-23T08:17:29.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-23T08:17:29.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.max_total_wal_size: 0 2026-02-23T08:17:29.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-23T08:17:29.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-23T08:17:29.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-23T08:17:29.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-23T08:17:29.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.max_open_files: -1 2026-02-23T08:17:29.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.bytes_per_sync: 0 2026-02-23T08:17:29.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-23T08:17:29.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-23T08:17:29.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.compaction_readahead_size: 0 2026-02-23T08:17:29.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.max_background_flushes: -1 2026-02-23T08:17:29.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Compression algorithms supported: 2026-02-23T08:17:29.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: kZSTD supported: 0 2026-02-23T08:17:29.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: kXpressCompression supported: 0 2026-02-23T08:17:29.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: kBZip2Compression supported: 0 2026-02-23T08:17:29.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-23T08:17:29.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: kLZ4Compression supported: 1 2026-02-23T08:17:29.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: kZlibCompression supported: 1 2026-02-23T08:17:29.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: kLZ4HCCompression supported: 1 2026-02-23T08:17:29.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: kSnappyCompression supported: 1 2026-02-23T08:17:29.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-23T08:17:29.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-23T08:17:29.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000020 2026-02-23T08:17:29.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-23T08:17:29.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-23T08:17:29.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.merge_operator: 2026-02-23T08:17:29.448 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.compaction_filter: None 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.compaction_filter_factory: None 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.sst_partitioner_factory: None 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x209e9600) 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: cache_index_and_filter_blocks: 1 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: pin_top_level_index_and_filter: 1 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: index_type: 0 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: data_block_index_type: 0 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: index_shortening: 1 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: checksum: 4 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: no_block_cache: 0 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: block_cache: 0x209b7a50 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: block_cache_name: BinnedLRUCache 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: block_cache_options: 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: capacity : 536870912 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: num_shard_bits : 4 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: strict_capacity_limit : 0 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: high_pri_pool_ratio: 0.000 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: block_cache_compressed: (nil) 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: persistent_cache: (nil) 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: block_size: 4096 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: block_size_deviation: 10 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: block_restart_interval: 16 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: index_block_restart_interval: 1 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: metadata_block_size: 4096 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: partition_filters: 0 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: use_delta_encoding: 1 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: filter_policy: bloomfilter 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: whole_key_filtering: 1 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: verify_compression: 0 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: read_amp_bytes_per_bit: 0 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: format_version: 5 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: enable_index_compression: 1 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: block_align: 0 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: max_auto_readahead_size: 262144 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: prepopulate_block_cache: 0 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: initial_auto_readahead_size: 8192 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout: num_file_reads_for_auto_readahead: 2 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.write_buffer_size: 33554432 2026-02-23T08:17:29.449 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.max_write_buffer_number: 2 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.compression: NoCompression 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.bottommost_compression: Disabled 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.prefix_extractor: nullptr 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.num_levels: 7 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.compression_opts.level: 32767 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.compression_opts.strategy: 0 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.compression_opts.enabled: false 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.target_file_size_base: 67108864 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-23T08:17:29.450 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.arena_block_size: 1048576 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.disable_auto_compactions: 0 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.inplace_update_support: 0 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.bloom_locality: 0 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.max_successive_merges: 0 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.paranoid_file_checks: 0 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.force_consistency_checks: 1 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.report_bg_io_stats: 0 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.ttl: 2592000 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.enable_blob_files: false 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.min_blob_size: 0 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.blob_file_size: 268435456 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.blob_file_starting_level: 0 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: 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 2747, log_number is 15,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 15 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 15 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 4bc8dde9-ebf1-4de6-ab1c-f9908b6320d5 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771834649121304, "job": 1, "event": "recovery_started", "wal_files": [19]} 2026-02-23T08:17:29.451 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #19 mode 2 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771834649122164, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 23, "file_size": 166196, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 2753, "largest_seqno": 2905, "table_properties": {"data_size": 164372, "index_size": 531, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 261, "raw_key_size": 2337, "raw_average_key_size": 25, "raw_value_size": 162321, "raw_average_value_size": 1783, "num_data_blocks": 23, "num_entries": 91, "num_filter_entries": 91, "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": 1771834649, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "4bc8dde9-ebf1-4de6-ab1c-f9908b6320d5", "db_session_id": "JBALO89TFZAYH1JYCFD8", "orig_file_number": 23, "seqno_to_time_mapping": "N/A"}} 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771834649122227, "job": 1, "event": "recovery_finished"} 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: [db/version_set.cc:5047] Creating manifest 25 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: 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-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x20a04e00 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: DB pointer 0x217f6000 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: [db/compaction/compaction_job.cc:1995] [default] [JOB 3] Compacting 4@0 files to L6, score 1.00 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: [db/compaction/compaction_job.cc:2001] [default]: Compaction start summary: Base version 2 Base level 0, inputs: [23(162KB) 18(3412KB) 13(71KB) 8(1912B)] 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771834649123424, "job": 3, "event": "compaction_started", "compaction_reason": "LevelL0FilesNum", "files_L0": [23, 18, 13, 8], "score": 1, "input_data_size": 3736454, "oldest_snapshot_seqno": -1} 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout: ** DB Stats ** 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.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-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.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-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout: 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout: ** Compaction Stats [default] ** 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.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-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout: L0 4/4 3.56 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 299.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout: Sum 4/4 3.56 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 299.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.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 299.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout: 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout: ** Compaction Stats [default] ** 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.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-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.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 299.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout: 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout: 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout: Cumulative compaction: 0.00 GB write, 56.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-23T08:17:29.452 INFO:journalctl@ceph.mon.a.trial085.stdout: Interval compaction: 0.00 GB write, 56.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.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-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout: Block cache BinnedLRUCache@0x209b7a50#2 capacity: 512.00 MB usage: 11.12 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout: Block cache entry stats(count,size,portion): FilterBlock(4,4.05 KB,0.00077188%) IndexBlock(4,7.08 KB,0.00135005%) Misc(1,0.00 KB,0%) 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout: 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: CompressorRegistry(0x20af8a18) _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-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: Event(0x20aeb288 nevent=5000 time_id=1).set_owner center_id=0 owner=140510690326080 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: stack operator() starting 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: Event(0x20aea748 nevent=5000 time_id=1).set_owner center_id=1 owner=140510698718784 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: stack operator() starting 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: Event(0x20aea988 nevent=5000 time_id=1).set_owner center_id=2 owner=140510791038528 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: stack operator() starting 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: starting mon.a rank 0 at public addrs [v2:10.20.193.85:3300/0,v1:10.20.193.85:6789/0] at bind addrs [v2:10.20.193.85:3300/0,v1:10.20.193.85:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: CompressorRegistry(0x20af9a18) _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-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: -- 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-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: mon.a@-1(???) e2 preinit fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: mon.a@-1(???).mds e1 new map 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: mon.a@-1(???).mds e1 print_map 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout: e1 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout: btime 2026-02-23T08:15:57:364809+0000 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.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-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout: legacy client fscid: -1 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout: 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout: No filesystems configured 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: mon.a@-1(???).osd e13 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: mon.a@-1(???).osd e13 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: mon.a@-1(???).osd e13 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: mon.a@-1(???).osd e13 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: mon.a@-1(???).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: mon.a calling monitor election 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: monmap epoch 2 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: last_changed 2026-02-23T08:16:29.877678+0000 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: created 2026-02-23T08:15:56.362910+0000 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: min_mon_release 20 (tentacle) 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: election_strategy: 1 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: 0: [v2:10.20.193.85:3300/0,v1:10.20.193.85:6789/0] mon.a 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: 1: [v2:10.20.193.151:3300/0,v1:10.20.193.151:6789/0] mon.b 2026-02-23T08:17:29.453 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: fsmap 2026-02-23T08:17:29.454 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: osdmap e13: 2 total, 2 up, 2 in 2026-02-23T08:17:29.454 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: mgrmap e14: a(active, since 71s), standbys: b 2026-02-23T08:17:29.454 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: overall HEALTH_OK 2026-02-23T08:17:29.454 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: from='mgr.14152 ' entity='mgr.a' 2026-02-23T08:17:29.454 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: from='mgr.14152 ' entity='mgr.a' 2026-02-23T08:17:29.454 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:17:29.454 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:17:29.454 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:29 trial085 ceph-mon[60285]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:17:29.476 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:29 trial151 ceph-mon[53019]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:17:29.476 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:29 trial151 ceph-mon[53019]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:17:29.476 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:29 trial151 ceph-mon[53019]: mon.a calling monitor election 2026-02-23T08:17:29.476 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:29 trial151 ceph-mon[53019]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-02-23T08:17:29.476 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:29 trial151 ceph-mon[53019]: monmap epoch 2 2026-02-23T08:17:29.476 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:29 trial151 ceph-mon[53019]: fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:17:29.476 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:29 trial151 ceph-mon[53019]: last_changed 2026-02-23T08:16:29.877678+0000 2026-02-23T08:17:29.476 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:29 trial151 ceph-mon[53019]: created 2026-02-23T08:15:56.362910+0000 2026-02-23T08:17:29.476 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:29 trial151 ceph-mon[53019]: min_mon_release 20 (tentacle) 2026-02-23T08:17:29.476 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:29 trial151 ceph-mon[53019]: election_strategy: 1 2026-02-23T08:17:29.476 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:29 trial151 ceph-mon[53019]: 0: [v2:10.20.193.85:3300/0,v1:10.20.193.85:6789/0] mon.a 2026-02-23T08:17:29.476 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:29 trial151 ceph-mon[53019]: 1: [v2:10.20.193.151:3300/0,v1:10.20.193.151:6789/0] mon.b 2026-02-23T08:17:29.476 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:29 trial151 ceph-mon[53019]: fsmap 2026-02-23T08:17:29.476 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:29 trial151 ceph-mon[53019]: osdmap e13: 2 total, 2 up, 2 in 2026-02-23T08:17:29.476 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:29 trial151 ceph-mon[53019]: mgrmap e14: a(active, since 71s), standbys: b 2026-02-23T08:17:29.476 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:29 trial151 ceph-mon[53019]: overall HEALTH_OK 2026-02-23T08:17:29.476 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:29 trial151 ceph-mon[53019]: from='mgr.14152 ' entity='mgr.a' 2026-02-23T08:17:29.477 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:29 trial151 ceph-mon[53019]: from='mgr.14152 ' entity='mgr.a' 2026-02-23T08:17:29.477 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:29 trial151 ceph-mon[53019]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:17:29.477 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:29 trial151 ceph-mon[53019]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:17:29.477 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:29 trial151 ceph-mon[53019]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:17:29.765 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:29 trial151 systemd[1]: Stopping ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.b.service - Ceph mon.b for d9dc3f41-108f-11f1-99b8-d404e6e7d460... 2026-02-23T08:17:30.029 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:29 trial151 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-b[53015]: 2026-02-23T08:17:29.761+0000 7fd94a4a9640 -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-23T08:17:30.030 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:29 trial151 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-b[53015]: 2026-02-23T08:17:29.761+0000 7fd94a4a9640 -1 mon.b@1(peon) e2 *** Got Signal Terminated *** 2026-02-23T08:17:30.030 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:29 trial151 podman[53617]: 2026-02-23 08:17:29.884653285 +0000 UTC m=+0.133695242 container died 210cdf5b57448564fb9b1c0e505eaa29a2cde076f4386585e765881f58188237 (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-b, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-23T08:17:30.030 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:29 trial151 podman[53617]: 2026-02-23 08:17:29.892745159 +0000 UTC m=+0.141787116 container remove 210cdf5b57448564fb9b1c0e505eaa29a2cde076f4386585e765881f58188237 (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-b, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, 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, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-23T08:17:30.030 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:29 trial151 bash[53617]: ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-b 2026-02-23T08:17:30.030 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:29 trial151 systemd[1]: ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.b.service: Deactivated successfully. 2026-02-23T08:17:30.030 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:29 trial151 systemd[1]: Stopped ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.b.service - Ceph mon.b for d9dc3f41-108f-11f1-99b8-d404e6e7d460. 2026-02-23T08:17:30.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 systemd[1]: Starting ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.b.service - Ceph mon.b for d9dc3f41-108f-11f1-99b8-d404e6e7d460... 2026-02-23T08:17:30.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 podman[53808]: 2026-02-23 08:17:30.236000304 +0000 UTC m=+0.014691912 container create c341a7bfdcf8b70a265fd2956974e44b60aeaaa6d6578c47f0166bc8097f5be2 (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-b, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, ceph=True, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-bharath8-testing-2026-02-22-0716) 2026-02-23T08:17:30.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 podman[53808]: 2026-02-23 08:17:30.272116252 +0000 UTC m=+0.050807850 container init c341a7bfdcf8b70a265fd2956974e44b60aeaaa6d6578c47f0166bc8097f5be2 (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-b, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-bharath8-testing-2026-02-22-0716, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, 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.build-date=20260216, org.label-schema.license=GPLv2, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-23T08:17:30.599 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 podman[53808]: 2026-02-23 08:17:30.273954476 +0000 UTC m=+0.052646084 container start c341a7bfdcf8b70a265fd2956974e44b60aeaaa6d6578c47f0166bc8097f5be2 (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-b, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, 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.vendor=CentOS, OSD_FLAVOR=default, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , ceph=True, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-23T08:17:30.600 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 bash[53808]: c341a7bfdcf8b70a265fd2956974e44b60aeaaa6d6578c47f0166bc8097f5be2 2026-02-23T08:17:30.600 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 podman[53808]: 2026-02-23 08:17:30.230148568 +0000 UTC m=+0.008840176 image pull af88a7aa64a7df2dfbd8b343bb510d8c25a233faf34d3aa06c89ee09c8196ff4 quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c 2026-02-23T08:17:30.600 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 systemd[1]: Started ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.b.service - Ceph mon.b for d9dc3f41-108f-11f1-99b8-d404e6e7d460. 2026-02-23T08:17:30.600 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: set uid:gid to 167:167 (ceph:ceph) 2026-02-23T08:17:30.600 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: ceph version 20.3.0-5433-g5adce3ff (5adce3ff0fe1645dcbc38d059f948571dc3d69da) tentacle (dev - RelWithDebInfo), process ceph-mon, pid 2 2026-02-23T08:17:30.600 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: pidfile_write: ignore empty --pid-file 2026-02-23T08:17:30.600 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: load: jerasure load: lrc 2026-02-23T08:17:30.600 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: RocksDB version: 7.9.2 2026-02-23T08:17:30.600 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Git sha 0 2026-02-23T08:17:30.600 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Compile date 2026-02-22 03:19:16 2026-02-23T08:17:30.601 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: DB SUMMARY 2026-02-23T08:17:30.601 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: DB Session ID: 94I8BO83GT6YDBWNI3Y1 2026-02-23T08:17:30.601 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: CURRENT file: CURRENT 2026-02-23T08:17:30.601 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: IDENTITY file: IDENTITY 2026-02-23T08:17:30.601 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: MANIFEST file: MANIFEST-000015 size: 282 Bytes 2026-02-23T08:17:30.601 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 2, files: 000008.sst 000013.sst 2026-02-23T08:17:30.601 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000014.log size: 275076 ; 2026-02-23T08:17:30.601 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.error_if_exists: 0 2026-02-23T08:17:30.601 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.create_if_missing: 0 2026-02-23T08:17:30.601 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.paranoid_checks: 1 2026-02-23T08:17:30.601 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-23T08:17:30.601 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-23T08:17:30.601 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-23T08:17:30.602 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.env: 0xed5c80 2026-02-23T08:17:30.602 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.fs: PosixFileSystem 2026-02-23T08:17:30.602 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.info_log: 0x19456ec0 2026-02-23T08:17:30.602 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.max_file_opening_threads: 16 2026-02-23T08:17:30.602 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.statistics: (nil) 2026-02-23T08:17:30.602 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.use_fsync: 0 2026-02-23T08:17:30.602 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.max_log_file_size: 0 2026-02-23T08:17:30.602 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-23T08:17:30.602 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-23T08:17:30.602 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.keep_log_file_num: 1000 2026-02-23T08:17:30.602 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.recycle_log_file_num: 0 2026-02-23T08:17:30.602 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.allow_fallocate: 1 2026-02-23T08:17:30.602 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.allow_mmap_reads: 0 2026-02-23T08:17:30.603 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.allow_mmap_writes: 0 2026-02-23T08:17:30.603 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.use_direct_reads: 0 2026-02-23T08:17:30.603 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-23T08:17:30.603 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.create_missing_column_families: 0 2026-02-23T08:17:30.603 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.db_log_dir: 2026-02-23T08:17:30.603 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.wal_dir: 2026-02-23T08:17:30.603 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-23T08:17:30.603 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-23T08:17:30.603 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-23T08:17:30.603 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-23T08:17:30.603 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-23T08:17:30.603 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-23T08:17:30.604 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.advise_random_on_open: 1 2026-02-23T08:17:30.604 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.db_write_buffer_size: 0 2026-02-23T08:17:30.604 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.write_buffer_manager: 0x19452140 2026-02-23T08:17:30.604 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-23T08:17:30.604 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-23T08:17:30.604 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-23T08:17:30.604 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.rate_limiter: (nil) 2026-02-23T08:17:30.604 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-23T08:17:30.604 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.wal_recovery_mode: 2 2026-02-23T08:17:30.604 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.enable_thread_tracking: 0 2026-02-23T08:17:30.604 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.enable_pipelined_write: 0 2026-02-23T08:17:30.604 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.unordered_write: 0 2026-02-23T08:17:30.604 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-23T08:17:30.605 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-23T08:17:30.605 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-23T08:17:30.605 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-23T08:17:30.605 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.row_cache: None 2026-02-23T08:17:30.605 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.wal_filter: None 2026-02-23T08:17:30.605 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-23T08:17:30.605 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.allow_ingest_behind: 0 2026-02-23T08:17:30.605 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.two_write_queues: 0 2026-02-23T08:17:30.605 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.manual_wal_flush: 0 2026-02-23T08:17:30.605 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.wal_compression: 0 2026-02-23T08:17:30.605 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.atomic_flush: 0 2026-02-23T08:17:30.605 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-23T08:17:30.605 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-23T08:17:30.606 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-23T08:17:30.606 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.log_readahead_size: 0 2026-02-23T08:17:30.606 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-23T08:17:30.606 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.best_efforts_recovery: 0 2026-02-23T08:17:30.606 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-23T08:17:30.606 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-23T08:17:30.606 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.allow_data_in_errors: 0 2026-02-23T08:17:30.606 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.db_host_id: __hostname__ 2026-02-23T08:17:30.606 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-23T08:17:30.606 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.max_background_jobs: 2 2026-02-23T08:17:30.606 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.max_background_compactions: -1 2026-02-23T08:17:30.606 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.max_subcompactions: 1 2026-02-23T08:17:30.606 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-23T08:17:30.607 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-23T08:17:30.607 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-23T08:17:30.607 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.max_total_wal_size: 0 2026-02-23T08:17:30.607 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-23T08:17:30.607 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-23T08:17:30.607 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-23T08:17:30.607 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-23T08:17:30.607 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.max_open_files: -1 2026-02-23T08:17:30.607 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.bytes_per_sync: 0 2026-02-23T08:17:30.607 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-23T08:17:30.607 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-23T08:17:30.607 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.compaction_readahead_size: 0 2026-02-23T08:17:30.607 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.max_background_flushes: -1 2026-02-23T08:17:30.608 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Compression algorithms supported: 2026-02-23T08:17:30.608 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: kZSTD supported: 0 2026-02-23T08:17:30.608 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: kXpressCompression supported: 0 2026-02-23T08:17:30.608 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: kBZip2Compression supported: 0 2026-02-23T08:17:30.608 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-23T08:17:30.608 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: kLZ4Compression supported: 1 2026-02-23T08:17:30.608 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: kZlibCompression supported: 1 2026-02-23T08:17:30.608 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: kLZ4HCCompression supported: 1 2026-02-23T08:17:30.608 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: kSnappyCompression supported: 1 2026-02-23T08:17:30.608 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-23T08:17:30.608 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-23T08:17:30.608 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000015 2026-02-23T08:17:30.608 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-23T08:17:30.609 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-23T08:17:30.609 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.merge_operator: 2026-02-23T08:17:30.609 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.compaction_filter: None 2026-02-23T08:17:30.609 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.compaction_filter_factory: None 2026-02-23T08:17:30.609 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.sst_partitioner_factory: None 2026-02-23T08:17:30.609 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-23T08:17:30.609 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-23T08:17:30.609 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x19457600) 2026-02-23T08:17:30.609 INFO:journalctl@ceph.mon.b.trial151.stdout: cache_index_and_filter_blocks: 1 2026-02-23T08:17:30.609 INFO:journalctl@ceph.mon.b.trial151.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-23T08:17:30.609 INFO:journalctl@ceph.mon.b.trial151.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-23T08:17:30.609 INFO:journalctl@ceph.mon.b.trial151.stdout: pin_top_level_index_and_filter: 1 2026-02-23T08:17:30.609 INFO:journalctl@ceph.mon.b.trial151.stdout: index_type: 0 2026-02-23T08:17:30.610 INFO:journalctl@ceph.mon.b.trial151.stdout: data_block_index_type: 0 2026-02-23T08:17:30.610 INFO:journalctl@ceph.mon.b.trial151.stdout: index_shortening: 1 2026-02-23T08:17:30.610 INFO:journalctl@ceph.mon.b.trial151.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-23T08:17:30.610 INFO:journalctl@ceph.mon.b.trial151.stdout: checksum: 4 2026-02-23T08:17:30.610 INFO:journalctl@ceph.mon.b.trial151.stdout: no_block_cache: 0 2026-02-23T08:17:30.610 INFO:journalctl@ceph.mon.b.trial151.stdout: block_cache: 0x19425a50 2026-02-23T08:17:30.610 INFO:journalctl@ceph.mon.b.trial151.stdout: block_cache_name: BinnedLRUCache 2026-02-23T08:17:30.610 INFO:journalctl@ceph.mon.b.trial151.stdout: block_cache_options: 2026-02-23T08:17:30.610 INFO:journalctl@ceph.mon.b.trial151.stdout: capacity : 536870912 2026-02-23T08:17:30.610 INFO:journalctl@ceph.mon.b.trial151.stdout: num_shard_bits : 4 2026-02-23T08:17:30.610 INFO:journalctl@ceph.mon.b.trial151.stdout: strict_capacity_limit : 0 2026-02-23T08:17:30.610 INFO:journalctl@ceph.mon.b.trial151.stdout: high_pri_pool_ratio: 0.000 2026-02-23T08:17:30.611 INFO:journalctl@ceph.mon.b.trial151.stdout: block_cache_compressed: (nil) 2026-02-23T08:17:30.611 INFO:journalctl@ceph.mon.b.trial151.stdout: persistent_cache: (nil) 2026-02-23T08:17:30.611 INFO:journalctl@ceph.mon.b.trial151.stdout: block_size: 4096 2026-02-23T08:17:30.611 INFO:journalctl@ceph.mon.b.trial151.stdout: block_size_deviation: 10 2026-02-23T08:17:30.611 INFO:journalctl@ceph.mon.b.trial151.stdout: block_restart_interval: 16 2026-02-23T08:17:30.611 INFO:journalctl@ceph.mon.b.trial151.stdout: index_block_restart_interval: 1 2026-02-23T08:17:30.611 INFO:journalctl@ceph.mon.b.trial151.stdout: metadata_block_size: 4096 2026-02-23T08:17:30.611 INFO:journalctl@ceph.mon.b.trial151.stdout: partition_filters: 0 2026-02-23T08:17:30.611 INFO:journalctl@ceph.mon.b.trial151.stdout: use_delta_encoding: 1 2026-02-23T08:17:30.611 INFO:journalctl@ceph.mon.b.trial151.stdout: filter_policy: bloomfilter 2026-02-23T08:17:30.611 INFO:journalctl@ceph.mon.b.trial151.stdout: whole_key_filtering: 1 2026-02-23T08:17:30.611 INFO:journalctl@ceph.mon.b.trial151.stdout: verify_compression: 0 2026-02-23T08:17:30.611 INFO:journalctl@ceph.mon.b.trial151.stdout: read_amp_bytes_per_bit: 0 2026-02-23T08:17:30.611 INFO:journalctl@ceph.mon.b.trial151.stdout: format_version: 5 2026-02-23T08:17:30.612 INFO:journalctl@ceph.mon.b.trial151.stdout: enable_index_compression: 1 2026-02-23T08:17:30.612 INFO:journalctl@ceph.mon.b.trial151.stdout: block_align: 0 2026-02-23T08:17:30.612 INFO:journalctl@ceph.mon.b.trial151.stdout: max_auto_readahead_size: 262144 2026-02-23T08:17:30.612 INFO:journalctl@ceph.mon.b.trial151.stdout: prepopulate_block_cache: 0 2026-02-23T08:17:30.612 INFO:journalctl@ceph.mon.b.trial151.stdout: initial_auto_readahead_size: 8192 2026-02-23T08:17:30.612 INFO:journalctl@ceph.mon.b.trial151.stdout: num_file_reads_for_auto_readahead: 2 2026-02-23T08:17:30.612 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.write_buffer_size: 33554432 2026-02-23T08:17:30.612 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.max_write_buffer_number: 2 2026-02-23T08:17:30.612 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.compression: NoCompression 2026-02-23T08:17:30.612 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.bottommost_compression: Disabled 2026-02-23T08:17:30.612 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.prefix_extractor: nullptr 2026-02-23T08:17:30.612 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-23T08:17:30.612 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.num_levels: 7 2026-02-23T08:17:30.613 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-23T08:17:30.613 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-23T08:17:30.613 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-23T08:17:30.613 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-23T08:17:30.613 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-23T08:17:30.613 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-23T08:17:30.613 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-23T08:17:30.613 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-23T08:17:30.613 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-23T08:17:30.613 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-23T08:17:30.613 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-23T08:17:30.613 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-23T08:17:30.613 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-23T08:17:30.614 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.compression_opts.level: 32767 2026-02-23T08:17:30.614 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.compression_opts.strategy: 0 2026-02-23T08:17:30.614 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-23T08:17:30.614 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-23T08:17:30.614 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-23T08:17:30.614 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-23T08:17:30.614 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.compression_opts.enabled: false 2026-02-23T08:17:30.614 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-23T08:17:30.614 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-23T08:17:30.614 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-23T08:17:30.614 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-23T08:17:30.614 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.target_file_size_base: 67108864 2026-02-23T08:17:30.614 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-23T08:17:30.615 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-23T08:17:30.615 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-23T08:17:30.615 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-23T08:17:30.615 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-23T08:17:30.615 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-23T08:17:30.615 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-23T08:17:30.615 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-23T08:17:30.615 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-23T08:17:30.615 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-23T08:17:30.615 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-23T08:17:30.615 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-23T08:17:30.615 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-23T08:17:30.615 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-23T08:17:30.616 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.arena_block_size: 1048576 2026-02-23T08:17:30.616 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-23T08:17:30.616 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-23T08:17:30.616 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.disable_auto_compactions: 0 2026-02-23T08:17:30.616 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-23T08:17:30.616 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-23T08:17:30.616 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-23T08:17:30.616 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-23T08:17:30.616 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-23T08:17:30.616 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-23T08:17:30.616 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-23T08:17:30.616 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-23T08:17:30.616 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-23T08:17:30.617 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-23T08:17:30.617 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-23T08:17:30.617 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.inplace_update_support: 0 2026-02-23T08:17:30.617 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-23T08:17:30.617 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-23T08:17:30.617 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-23T08:17:30.617 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-23T08:17:30.617 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.bloom_locality: 0 2026-02-23T08:17:30.617 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.max_successive_merges: 0 2026-02-23T08:17:30.617 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-23T08:17:30.617 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.paranoid_file_checks: 0 2026-02-23T08:17:30.617 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.force_consistency_checks: 1 2026-02-23T08:17:30.617 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.report_bg_io_stats: 0 2026-02-23T08:17:30.618 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.ttl: 2592000 2026-02-23T08:17:30.618 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-23T08:17:30.618 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-23T08:17:30.618 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-23T08:17:30.618 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.enable_blob_files: false 2026-02-23T08:17:30.618 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.min_blob_size: 0 2026-02-23T08:17:30.618 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.blob_file_size: 268435456 2026-02-23T08:17:30.618 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-23T08:17:30.618 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-23T08:17:30.618 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-23T08:17:30.618 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-23T08:17:30.618 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-23T08:17:30.618 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.blob_file_starting_level: 0 2026-02-23T08:17:30.619 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-23T08:17:30.619 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: 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 2674, log_number is 10,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 10 2026-02-23T08:17:30.619 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 10 2026-02-23T08:17:30.619 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 80cfd8c9-4c7c-4261-82f3-6a7da7affb58 2026-02-23T08:17:30.619 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771834650290458, "job": 1, "event": "recovery_started", "wal_files": [14]} 2026-02-23T08:17:30.619 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #14 mode 2 2026-02-23T08:17:30.619 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771834650291486, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 18, "file_size": 163961, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 2686, "largest_seqno": 2839, "table_properties": {"data_size": 162143, "index_size": 525, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 261, "raw_key_size": 2285, "raw_average_key_size": 25, "raw_value_size": 160113, "raw_average_value_size": 1799, "num_data_blocks": 23, "num_entries": 89, "num_filter_entries": 89, "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": 1771834650, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "80cfd8c9-4c7c-4261-82f3-6a7da7affb58", "db_session_id": "94I8BO83GT6YDBWNI3Y1", "orig_file_number": 18, "seqno_to_time_mapping": "N/A"}} 2026-02-23T08:17:30.619 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771834650291555, "job": 1, "event": "recovery_finished"} 2026-02-23T08:17:30.619 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: [db/version_set.cc:5047] Creating manifest 20 2026-02-23T08:17:30.619 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: 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-23T08:17:30.619 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x19472e00 2026-02-23T08:17:30.619 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: DB pointer 0x1a264000 2026-02-23T08:17:30.620 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-23T08:17:30.620 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-23T08:17:30.620 INFO:journalctl@ceph.mon.b.trial151.stdout: ** DB Stats ** 2026-02-23T08:17:30.620 INFO:journalctl@ceph.mon.b.trial151.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-23T08:17:30.620 INFO:journalctl@ceph.mon.b.trial151.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-23T08:17:30.620 INFO:journalctl@ceph.mon.b.trial151.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-23T08:17:30.620 INFO:journalctl@ceph.mon.b.trial151.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-23T08:17:30.620 INFO:journalctl@ceph.mon.b.trial151.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-23T08:17:30.620 INFO:journalctl@ceph.mon.b.trial151.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-23T08:17:30.620 INFO:journalctl@ceph.mon.b.trial151.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-23T08:17:30.620 INFO:journalctl@ceph.mon.b.trial151.stdout: 2026-02-23T08:17:30.620 INFO:journalctl@ceph.mon.b.trial151.stdout: ** Compaction Stats [default] ** 2026-02-23T08:17:30.621 INFO:journalctl@ceph.mon.b.trial151.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-23T08:17:30.621 INFO:journalctl@ceph.mon.b.trial151.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-23T08:17:30.621 INFO:journalctl@ceph.mon.b.trial151.stdout: L0 3/0 3.59 MB 0.8 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 282.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-23T08:17:30.621 INFO:journalctl@ceph.mon.b.trial151.stdout: Sum 3/0 3.59 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 282.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-23T08:17:30.621 INFO:journalctl@ceph.mon.b.trial151.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 282.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-23T08:17:30.621 INFO:journalctl@ceph.mon.b.trial151.stdout: 2026-02-23T08:17:30.621 INFO:journalctl@ceph.mon.b.trial151.stdout: ** Compaction Stats [default] ** 2026-02-23T08:17:30.621 INFO:journalctl@ceph.mon.b.trial151.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-23T08:17:30.621 INFO:journalctl@ceph.mon.b.trial151.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-23T08:17:30.621 INFO:journalctl@ceph.mon.b.trial151.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 282.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-23T08:17:30.621 INFO:journalctl@ceph.mon.b.trial151.stdout: 2026-02-23T08:17:30.622 INFO:journalctl@ceph.mon.b.trial151.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-23T08:17:30.622 INFO:journalctl@ceph.mon.b.trial151.stdout: 2026-02-23T08:17:30.622 INFO:journalctl@ceph.mon.b.trial151.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-23T08:17:30.622 INFO:journalctl@ceph.mon.b.trial151.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-23T08:17:30.622 INFO:journalctl@ceph.mon.b.trial151.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-23T08:17:30.622 INFO:journalctl@ceph.mon.b.trial151.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-23T08:17:30.622 INFO:journalctl@ceph.mon.b.trial151.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-23T08:17:30.622 INFO:journalctl@ceph.mon.b.trial151.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-23T08:17:30.622 INFO:journalctl@ceph.mon.b.trial151.stdout: Cumulative compaction: 0.00 GB write, 47.76 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-23T08:17:30.622 INFO:journalctl@ceph.mon.b.trial151.stdout: Interval compaction: 0.00 GB write, 47.76 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-23T08:17:30.622 INFO:journalctl@ceph.mon.b.trial151.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-23T08:17:30.622 INFO:journalctl@ceph.mon.b.trial151.stdout: Block cache BinnedLRUCache@0x19425a50#2 capacity: 512.00 MB usage: 11.78 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2026-02-23T08:17:30.623 INFO:journalctl@ceph.mon.b.trial151.stdout: Block cache entry stats(count,size,portion): FilterBlock(3,4.45 KB,0.000849366%) IndexBlock(3,7.33 KB,0.00139773%) Misc(1,0.00 KB,0%) 2026-02-23T08:17:30.623 INFO:journalctl@ceph.mon.b.trial151.stdout: 2026-02-23T08:17:30.623 INFO:journalctl@ceph.mon.b.trial151.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-23T08:17:30.623 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: CompressorRegistry(0x19566a18) _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-23T08:17:30.623 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: Event(0x19558bc8 nevent=5000 time_id=1).set_owner center_id=0 owner=140643334542912 2026-02-23T08:17:30.623 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: stack operator() starting 2026-02-23T08:17:30.623 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: Event(0x19558988 nevent=5000 time_id=1).set_owner center_id=1 owner=140643342935616 2026-02-23T08:17:30.623 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: stack operator() starting 2026-02-23T08:17:30.623 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: Event(0x19558748 nevent=5000 time_id=1).set_owner center_id=2 owner=140643435255360 2026-02-23T08:17:30.623 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: stack operator() starting 2026-02-23T08:17:30.623 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: starting mon.b rank 1 at public addrs [v2:10.20.193.151:3300/0,v1:10.20.193.151:6789/0] at bind addrs [v2:10.20.193.151:3300/0,v1:10.20.193.151:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:17:30.623 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: CompressorRegistry(0x19567a18) _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-23T08:17:30.623 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: -- 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-23T08:17:30.624 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: mon.b@-1(???) e2 preinit fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:17:30.624 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: mon.b@-1(???).mds e1 new map 2026-02-23T08:17:30.624 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: mon.b@-1(???).mds e1 print_map 2026-02-23T08:17:30.624 INFO:journalctl@ceph.mon.b.trial151.stdout: e1 2026-02-23T08:17:30.624 INFO:journalctl@ceph.mon.b.trial151.stdout: btime 2026-02-23T08:15:57:364809+0000 2026-02-23T08:17:30.624 INFO:journalctl@ceph.mon.b.trial151.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-23T08:17:30.624 INFO:journalctl@ceph.mon.b.trial151.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-23T08:17:30.624 INFO:journalctl@ceph.mon.b.trial151.stdout: legacy client fscid: -1 2026-02-23T08:17:30.624 INFO:journalctl@ceph.mon.b.trial151.stdout: 2026-02-23T08:17:30.624 INFO:journalctl@ceph.mon.b.trial151.stdout: No filesystems configured 2026-02-23T08:17:30.624 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: mon.b@-1(???).osd e13 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-23T08:17:30.624 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: mon.b@-1(???).osd e13 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T08:17:30.624 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: mon.b@-1(???).osd e13 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T08:17:30.625 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: mon.b@-1(???).osd e13 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T08:17:30.625 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:30 trial151 ceph-mon[53837]: mon.b@-1(???).paxosservice(auth 1..9) refresh upgraded, format 0 -> 3 2026-02-23T08:17:31.597 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:31 trial151 ceph-mon[53837]: pgmap v39: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:31.597 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:31 trial151 ceph-mon[53837]: mon.b calling monitor election 2026-02-23T08:17:31.597 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:31 trial151 ceph-mon[53837]: mon.a calling monitor election 2026-02-23T08:17:31.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:31 trial151 ceph-mon[53837]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-02-23T08:17:31.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:31 trial151 ceph-mon[53837]: monmap epoch 2 2026-02-23T08:17:31.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:31 trial151 ceph-mon[53837]: fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:17:31.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:31 trial151 ceph-mon[53837]: last_changed 2026-02-23T08:16:29.877678+0000 2026-02-23T08:17:31.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:31 trial151 ceph-mon[53837]: created 2026-02-23T08:15:56.362910+0000 2026-02-23T08:17:31.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:31 trial151 ceph-mon[53837]: min_mon_release 20 (tentacle) 2026-02-23T08:17:31.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:31 trial151 ceph-mon[53837]: election_strategy: 1 2026-02-23T08:17:31.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:31 trial151 ceph-mon[53837]: 0: [v2:10.20.193.85:3300/0,v1:10.20.193.85:6789/0] mon.a 2026-02-23T08:17:31.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:31 trial151 ceph-mon[53837]: 1: [v2:10.20.193.151:3300/0,v1:10.20.193.151:6789/0] mon.b 2026-02-23T08:17:31.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:31 trial151 ceph-mon[53837]: fsmap 2026-02-23T08:17:31.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:31 trial151 ceph-mon[53837]: osdmap e13: 2 total, 2 up, 2 in 2026-02-23T08:17:31.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:31 trial151 ceph-mon[53837]: mgrmap e14: a(active, since 72s), standbys: b 2026-02-23T08:17:31.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:31 trial151 ceph-mon[53837]: overall HEALTH_OK 2026-02-23T08:17:31.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:31 trial151 ceph-mon[53837]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:31.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:31 trial151 ceph-mon[53837]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:31.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:31 trial151 ceph-mon[53837]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:17:31.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:31 trial151 ceph-mon[53837]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:31.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:31 trial151 ceph-mon[53837]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:31.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:31 trial151 ceph-mon[53837]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:31.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:31 trial151 ceph-mon[53837]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:31.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:31 trial151 ceph-mon[53837]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:17:31.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:31 trial151 ceph-mon[53837]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:17:31.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:31 trial151 ceph-mon[53837]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:31.598 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:31 trial151 ceph-mon[53837]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:17:31.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:31 trial085 ceph-mon[60285]: pgmap v39: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:31.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:31 trial085 ceph-mon[60285]: mon.b calling monitor election 2026-02-23T08:17:31.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:31 trial085 ceph-mon[60285]: mon.a calling monitor election 2026-02-23T08:17:31.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:31 trial085 ceph-mon[60285]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2026-02-23T08:17:31.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:31 trial085 ceph-mon[60285]: monmap epoch 2 2026-02-23T08:17:31.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:31 trial085 ceph-mon[60285]: fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:17:31.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:31 trial085 ceph-mon[60285]: last_changed 2026-02-23T08:16:29.877678+0000 2026-02-23T08:17:31.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:31 trial085 ceph-mon[60285]: created 2026-02-23T08:15:56.362910+0000 2026-02-23T08:17:31.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:31 trial085 ceph-mon[60285]: min_mon_release 20 (tentacle) 2026-02-23T08:17:31.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:31 trial085 ceph-mon[60285]: election_strategy: 1 2026-02-23T08:17:31.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:31 trial085 ceph-mon[60285]: 0: [v2:10.20.193.85:3300/0,v1:10.20.193.85:6789/0] mon.a 2026-02-23T08:17:31.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:31 trial085 ceph-mon[60285]: 1: [v2:10.20.193.151:3300/0,v1:10.20.193.151:6789/0] mon.b 2026-02-23T08:17:31.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:31 trial085 ceph-mon[60285]: fsmap 2026-02-23T08:17:31.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:31 trial085 ceph-mon[60285]: osdmap e13: 2 total, 2 up, 2 in 2026-02-23T08:17:31.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:31 trial085 ceph-mon[60285]: mgrmap e14: a(active, since 72s), standbys: b 2026-02-23T08:17:31.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:31 trial085 ceph-mon[60285]: overall HEALTH_OK 2026-02-23T08:17:31.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:31 trial085 ceph-mon[60285]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:31.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:31 trial085 ceph-mon[60285]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:31.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:31 trial085 ceph-mon[60285]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:17:31.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:31 trial085 ceph-mon[60285]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:31.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:31 trial085 ceph-mon[60285]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:31.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:31 trial085 ceph-mon[60285]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:31.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:31 trial085 ceph-mon[60285]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:31.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:31 trial085 ceph-mon[60285]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:17:31.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:31 trial085 ceph-mon[60285]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:17:31.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:31 trial085 ceph-mon[60285]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' 2026-02-23T08:17:31.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:31 trial085 ceph-mon[60285]: from='mgr.14152 10.20.193.85:0/1633986882' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:17:32.597 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:32 trial151 ceph-mon[53837]: pgmap v40: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:32.695 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:32 trial085 ceph-mon[60285]: pgmap v40: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:35.347 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:35 trial151 ceph-mon[53837]: pgmap v41: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:35.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:35 trial085 ceph-mon[60285]: pgmap v41: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:36.597 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:36 trial151 ceph-mon[53837]: pgmap v42: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:36.694 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:36 trial085 ceph-mon[60285]: pgmap v42: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:39.347 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:39 trial151 ceph-mon[53837]: pgmap v43: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:39.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:39 trial085 ceph-mon[60285]: pgmap v43: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:41.347 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:41 trial151 ceph-mon[53837]: pgmap v44: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:41.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:41 trial085 ceph-mon[60285]: pgmap v44: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:43.347 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:43 trial151 ceph-mon[53837]: pgmap v45: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:43.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:43 trial085 ceph-mon[60285]: pgmap v45: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:45.347 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:45 trial151 ceph-mon[53837]: pgmap v46: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:45.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:45 trial085 ceph-mon[60285]: pgmap v46: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:47.347 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:47 trial151 ceph-mon[53837]: pgmap v47: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:47.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:47 trial085 ceph-mon[60285]: pgmap v47: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:49.347 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:49 trial151 ceph-mon[53837]: pgmap v48: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:49.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:49 trial085 ceph-mon[60285]: pgmap v48: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:51.347 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:51 trial151 ceph-mon[53837]: pgmap v49: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:51.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:51 trial085 ceph-mon[60285]: pgmap v49: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:53.347 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:53 trial151 ceph-mon[53837]: pgmap v50: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:53.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:53 trial085 ceph-mon[60285]: pgmap v50: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:55.347 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:55 trial151 ceph-mon[53837]: pgmap v51: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:55.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:55 trial085 ceph-mon[60285]: pgmap v51: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:57.347 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:57 trial151 ceph-mon[53837]: pgmap v52: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:57.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:57 trial085 ceph-mon[60285]: pgmap v52: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:59.347 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:17:59 trial151 ceph-mon[53837]: pgmap v53: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:17:59.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:17:59 trial085 ceph-mon[60285]: pgmap v53: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:18:01.347 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:18:01 trial151 ceph-mon[53837]: pgmap v54: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:18:01.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:18:01 trial085 ceph-mon[60285]: pgmap v54: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:18:03.347 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:18:03 trial151 ceph-mon[53837]: pgmap v55: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:18:03.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:18:03 trial085 ceph-mon[60285]: pgmap v55: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:18:05.347 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:18:05 trial151 ceph-mon[53837]: pgmap v56: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:18:05.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:18:05 trial085 ceph-mon[60285]: pgmap v56: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:18:07.347 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:18:07 trial151 ceph-mon[53837]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:18:07.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:18:07 trial085 ceph-mon[60285]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:18:09.347 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:18:09 trial151 ceph-mon[53837]: pgmap v58: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:18:09.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:18:09 trial085 ceph-mon[60285]: pgmap v58: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:18:11.347 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:18:11 trial151 ceph-mon[53837]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:18:11.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:18:11 trial085 ceph-mon[60285]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:18:13.347 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:18:13 trial151 ceph-mon[53837]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:18:13.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:18:13 trial085 ceph-mon[60285]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:18:15.347 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:18:15 trial151 ceph-mon[53837]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:18:15.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:18:15 trial085 ceph-mon[60285]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:18:17.347 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:18:17 trial151 ceph-mon[53837]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:18:17.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:18:17 trial085 ceph-mon[60285]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:18:19.347 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:18:19 trial151 ceph-mon[53837]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:18:19.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:18:19 trial085 ceph-mon[60285]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:18:21.347 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:18:21 trial151 ceph-mon[53837]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:18:21.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:18:21 trial085 ceph-mon[60285]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:18:23.347 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:18:23 trial151 ceph-mon[53837]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:18:23.445 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:18:23 trial085 ceph-mon[60285]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:18:25.192 INFO:teuthology.orchestra.run.trial085.stderr:+ grep '\-\-cpus=2' /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/unit.run 2026-02-23T08:18:25.194 INFO:teuthology.orchestra.run.trial085.stderr:grep: warning: stray \ before - 2026-02-23T08:18:25.194 INFO:teuthology.orchestra.run.trial085.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-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-a --pids-limit=-1 -d --log-driver journald --conmon-pidfile /run/ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.a.service-pid --cidfile /run/ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.a.service-cid --cgroups=split --cpus=2 -e CONTAINER_IMAGE=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c -e NODE_NAME=trial085 -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460:/var/run/ceph:z -v /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460:/var/log/ceph:z -v /var/lib/ceph/d9dc3f41-108f-11f1-99b8-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/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a:/var/lib/ceph/mon/ceph-a:z -v /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config:/etc/ceph/ceph.conf:z -v /etc/hosts:/etc/hosts:ro quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c -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-23T08:18:25.194 INFO:teuthology.orchestra.run.trial085.stderr:+ grep '\-\-debug_ms 10' /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/unit.run 2026-02-23T08:18:25.195 INFO:teuthology.orchestra.run.trial085.stderr:grep: warning: stray \ before - 2026-02-23T08:18:25.195 INFO:teuthology.orchestra.run.trial085.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-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-a --pids-limit=-1 -d --log-driver journald --conmon-pidfile /run/ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.a.service-pid --cidfile /run/ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.a.service-cid --cgroups=split --cpus=2 -e CONTAINER_IMAGE=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c -e NODE_NAME=trial085 -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460:/var/run/ceph:z -v /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460:/var/log/ceph:z -v /var/lib/ceph/d9dc3f41-108f-11f1-99b8-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/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a:/var/lib/ceph/mon/ceph-a:z -v /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config:/etc/ceph/ceph.conf:z -v /etc/hosts:/etc/hosts:ro quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c -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-23T08:18:25.195 INFO:teuthology.orchestra.run.trial085.stderr:+ grep testing_custom_containers /etc/cephadm_testing/testing.txt 2026-02-23T08:18:25.196 INFO:teuthology.orchestra.run.trial085.stdout:testing_custom_containers 2026-02-23T08:18:25.197 INFO:teuthology.orchestra.run.trial085.stderr:++ find /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460 -maxdepth 1 -type d -name 'container.bar.*' 2026-02-23T08:18:25.197 INFO:teuthology.orchestra.run.trial085.stderr:+ dir=/var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/container.bar.trial085 2026-02-23T08:18:25.197 INFO:teuthology.orchestra.run.trial085.stderr:+ test -n /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/container.bar.trial085 2026-02-23T08:18:25.198 INFO:teuthology.orchestra.run.trial085.stderr:+ grep ok /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/container.bar.trial085/data/primary.txt 2026-02-23T08:18:25.198 INFO:teuthology.orchestra.run.trial085.stdout:ok 2026-02-23T08:18:25.198 INFO:teuthology.orchestra.run.trial085.stderr:+ grep from=centos /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/container.bar.trial085/data/from.txt 2026-02-23T08:18:25.199 INFO:teuthology.orchestra.run.trial085.stdout:from=centos 2026-02-23T08:18:25.199 INFO:teuthology.orchestra.run.trial085.stderr:+ test -s /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/container.bar.trial085/data/presized.dat 2026-02-23T08:18:25.202 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-23T08:18:25.214 INFO:tasks.cephadm:Teardown begin 2026-02-23T08:18:25.214 DEBUG:teuthology.orchestra.run.trial085:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-23T08:18:25.273 DEBUG:teuthology.orchestra.run.trial151:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-23T08:18:25.305 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-02-23T08:18:25.305 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 -- ceph mgr module disable cephadm 2026-02-23T08:18:25.347 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:18:25 trial151 ceph-mon[53837]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:18:25.434 INFO:teuthology.orchestra.run.trial085.stderr:Inferring config /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/mon.a/config 2026-02-23T08:18:25.444 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:18:25 trial085 ceph-mon[60285]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:18:25.451 INFO:teuthology.orchestra.run.trial085.stderr:Error: statfs /etc/ceph/ceph.client.admin.keyring: no such file or directory 2026-02-23T08:18:25.466 DEBUG:teuthology.orchestra.run:got remote process result: 125 2026-02-23T08:18:25.466 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-02-23T08:18:25.466 DEBUG:teuthology.orchestra.run.trial085:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-23T08:18:25.484 DEBUG:teuthology.orchestra.run.trial151:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-23T08:18:25.503 INFO:tasks.cephadm:Stopping all daemons... 2026-02-23T08:18:25.504 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-02-23T08:18:25.504 DEBUG:teuthology.orchestra.run.trial085:> sudo systemctl stop ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.a 2026-02-23T08:18:25.853 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:18:25 trial085 systemd[1]: Stopping ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.a.service - Ceph mon.a for d9dc3f41-108f-11f1-99b8-d404e6e7d460... 2026-02-23T08:18:25.853 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:18:25 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-a[60281]: 2026-02-23T08:18:25.627+0000 7fcb3949a640 -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-23T08:18:25.853 INFO:journalctl@ceph.mon.a.trial085.stdout:Feb 23 08:18:25 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-a[60281]: 2026-02-23T08:18:25.627+0000 7fcb3949a640 -1 mon.a@0(leader) e2 *** Got Signal Terminated *** 2026-02-23T08:18:25.943 DEBUG:teuthology.orchestra.run.trial085:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.a.service' 2026-02-23T08:18:26.009 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-23T08:18:26.009 INFO:tasks.cephadm.mon.a:Stopped mon.a 2026-02-23T08:18:26.009 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2026-02-23T08:18:26.009 DEBUG:teuthology.orchestra.run.trial151:> sudo systemctl stop ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.b 2026-02-23T08:18:26.268 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:18:26 trial151 systemd[1]: Stopping ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.b.service - Ceph mon.b for d9dc3f41-108f-11f1-99b8-d404e6e7d460... 2026-02-23T08:18:26.268 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:18:26 trial151 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-b[53833]: 2026-02-23T08:18:26.119+0000 7fea1b7fc640 -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-23T08:18:26.268 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:18:26 trial151 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-b[53833]: 2026-02-23T08:18:26.119+0000 7fea1b7fc640 -1 mon.b@1(peon) e2 *** Got Signal Terminated *** 2026-02-23T08:18:26.268 INFO:journalctl@ceph.mon.b.trial151.stdout:Feb 23 08:18:26 trial151 podman[54445]: 2026-02-23 08:18:26.261541407 +0000 UTC m=+0.153944350 container died c341a7bfdcf8b70a265fd2956974e44b60aeaaa6d6578c47f0166bc8097f5be2 (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-mon-b, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, io.buildah.version=1.33.7) 2026-02-23T08:18:26.357 DEBUG:teuthology.orchestra.run.trial151:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mon.b.service' 2026-02-23T08:18:26.443 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-23T08:18:26.443 INFO:tasks.cephadm.mon.b:Stopped mon.b 2026-02-23T08:18:26.443 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2026-02-23T08:18:26.443 DEBUG:teuthology.orchestra.run.trial085:> sudo systemctl stop ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mgr.a 2026-02-23T08:18:26.681 DEBUG:teuthology.orchestra.run.trial085:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mgr.a.service' 2026-02-23T08:18:26.742 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-23T08:18:26.743 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2026-02-23T08:18:26.743 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2026-02-23T08:18:26.743 DEBUG:teuthology.orchestra.run.trial151:> sudo systemctl stop ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mgr.b 2026-02-23T08:18:26.847 INFO:journalctl@ceph.mgr.b.trial151.stdout:Feb 23 08:18:26 trial151 systemd[1]: Stopping ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mgr.b.service - Ceph mgr.b for d9dc3f41-108f-11f1-99b8-d404e6e7d460... 2026-02-23T08:18:26.976 DEBUG:teuthology.orchestra.run.trial151:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@mgr.b.service' 2026-02-23T08:18:27.053 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-23T08:18:27.053 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2026-02-23T08:18:27.053 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2026-02-23T08:18:27.054 DEBUG:teuthology.orchestra.run.trial085:> sudo systemctl stop ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@osd.0 2026-02-23T08:18:27.445 INFO:journalctl@ceph.osd.0.trial085.stdout:Feb 23 08:18:27 trial085 systemd[1]: Stopping ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@osd.0.service - Ceph osd.0 for d9dc3f41-108f-11f1-99b8-d404e6e7d460... 2026-02-23T08:18:27.445 INFO:journalctl@ceph.osd.0.trial085.stdout:Feb 23 08:18:27 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-osd-0[46212]: 2026-02-23T08:18:27.164+0000 7f0c06c97640 -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-23T08:18:27.445 INFO:journalctl@ceph.osd.0.trial085.stdout:Feb 23 08:18:27 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-osd-0[46212]: 2026-02-23T08:18:27.164+0000 7f0c06c97640 -1 osd.0 13 *** Got signal Terminated *** 2026-02-23T08:18:27.445 INFO:journalctl@ceph.osd.0.trial085.stdout:Feb 23 08:18:27 trial085 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-osd-0[46212]: 2026-02-23T08:18:27.164+0000 7f0c06c97640 -1 osd.0 13 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-23T08:18:32.536 INFO:journalctl@ceph.osd.0.trial085.stdout:Feb 23 08:18:32 trial085 podman[61383]: 2026-02-23 08:18:32.225156043 +0000 UTC m=+5.072372564 container died 2f5583322b1d1fc2ab69f09d01527720269d596cd527dac3caee802ea7e118eb (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-osd-0, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.label-schema.vendor=CentOS, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-23T08:18:32.537 INFO:journalctl@ceph.osd.0.trial085.stdout:Feb 23 08:18:32 trial085 podman[61383]: 2026-02-23 08:18:32.232579654 +0000 UTC m=+5.079796185 container remove 2f5583322b1d1fc2ab69f09d01527720269d596cd527dac3caee802ea7e118eb (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-osd-0, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2) 2026-02-23T08:18:32.537 INFO:journalctl@ceph.osd.0.trial085.stdout:Feb 23 08:18:32 trial085 bash[61383]: ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-osd-0 2026-02-23T08:18:32.537 INFO:journalctl@ceph.osd.0.trial085.stdout:Feb 23 08:18:32 trial085 podman[61502]: 2026-02-23 08:18:32.366492628 +0000 UTC m=+0.014918505 container create 37c05c772019d59984dc541eebf147d3449920d7f845d6f1c08e243695a11665 (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-osd-0-deactivate, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, org.label-schema.license=GPLv2, 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.vendor=CentOS, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-23T08:18:32.537 INFO:journalctl@ceph.osd.0.trial085.stdout:Feb 23 08:18:32 trial085 podman[61502]: 2026-02-23 08:18:32.394209196 +0000 UTC m=+0.042635093 container init 37c05c772019d59984dc541eebf147d3449920d7f845d6f1c08e243695a11665 (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-osd-0-deactivate, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, ceph=True, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=wip-bharath8-testing-2026-02-22-0716) 2026-02-23T08:18:32.537 INFO:journalctl@ceph.osd.0.trial085.stdout:Feb 23 08:18:32 trial085 podman[61502]: 2026-02-23 08:18:32.396070987 +0000 UTC m=+0.044496874 container start 37c05c772019d59984dc541eebf147d3449920d7f845d6f1c08e243695a11665 (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-osd-0-deactivate, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2026-02-23T08:18:32.537 INFO:journalctl@ceph.osd.0.trial085.stdout:Feb 23 08:18:32 trial085 podman[61502]: 2026-02-23 08:18:32.396587815 +0000 UTC m=+0.045013712 container attach 37c05c772019d59984dc541eebf147d3449920d7f845d6f1c08e243695a11665 (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-osd-0-deactivate, 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.33.7, 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/, org.label-schema.build-date=20260216, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True) 2026-02-23T08:18:32.537 INFO:journalctl@ceph.osd.0.trial085.stdout:Feb 23 08:18:32 trial085 podman[61502]: 2026-02-23 08:18:32.360287105 +0000 UTC m=+0.008713002 image pull af88a7aa64a7df2dfbd8b343bb510d8c25a233faf34d3aa06c89ee09c8196ff4 quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c 2026-02-23T08:18:32.537 INFO:journalctl@ceph.osd.0.trial085.stdout:Feb 23 08:18:32 trial085 podman[61502]: 2026-02-23 08:18:32.534661291 +0000 UTC m=+0.183087178 container died 37c05c772019d59984dc541eebf147d3449920d7f845d6f1c08e243695a11665 (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-osd-0-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, 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.license=GPLv2, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da) 2026-02-23T08:18:32.572 DEBUG:teuthology.orchestra.run.trial085:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@osd.0.service' 2026-02-23T08:18:32.634 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-23T08:18:32.634 INFO:tasks.cephadm.osd.0:Stopped osd.0 2026-02-23T08:18:32.634 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2026-02-23T08:18:32.634 DEBUG:teuthology.orchestra.run.trial151:> sudo systemctl stop ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@osd.1 2026-02-23T08:18:33.097 INFO:journalctl@ceph.osd.1.trial151.stdout:Feb 23 08:18:32 trial151 systemd[1]: Stopping ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@osd.1.service - Ceph osd.1 for d9dc3f41-108f-11f1-99b8-d404e6e7d460... 2026-02-23T08:18:33.097 INFO:journalctl@ceph.osd.1.trial151.stdout:Feb 23 08:18:32 trial151 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-osd-1[43525]: 2026-02-23T08:18:32.738+0000 7f4255028640 -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-23T08:18:33.097 INFO:journalctl@ceph.osd.1.trial151.stdout:Feb 23 08:18:32 trial151 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-osd-1[43525]: 2026-02-23T08:18:32.738+0000 7f4255028640 -1 osd.1 13 *** Got signal Terminated *** 2026-02-23T08:18:33.097 INFO:journalctl@ceph.osd.1.trial151.stdout:Feb 23 08:18:32 trial151 ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-osd-1[43525]: 2026-02-23T08:18:32.738+0000 7f4255028640 -1 osd.1 13 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-23T08:18:38.098 INFO:journalctl@ceph.osd.1.trial151.stdout:Feb 23 08:18:37 trial151 podman[54860]: 2026-02-23 08:18:37.807220942 +0000 UTC m=+5.080174440 container died 402eb41a8a72b900dd6be05d7aa1a84505803cb596f93780f78c8fd56cc14c07 (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-osd-1, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS) 2026-02-23T08:18:38.098 INFO:journalctl@ceph.osd.1.trial151.stdout:Feb 23 08:18:37 trial151 podman[54860]: 2026-02-23 08:18:37.815314142 +0000 UTC m=+5.088267641 container remove 402eb41a8a72b900dd6be05d7aa1a84505803cb596f93780f78c8fd56cc14c07 (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-osd-1, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, 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/, OSD_FLAVOR=default, 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.build-date=20260216, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da) 2026-02-23T08:18:38.098 INFO:journalctl@ceph.osd.1.trial151.stdout:Feb 23 08:18:37 trial151 bash[54860]: ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-osd-1 2026-02-23T08:18:38.098 INFO:journalctl@ceph.osd.1.trial151.stdout:Feb 23 08:18:37 trial151 podman[54985]: 2026-02-23 08:18:37.963042936 +0000 UTC m=+0.016019419 container create 8d51cb90809de453688a19ae7456410955fb3ab4e4721ce9d20f1a3969f1f2bc (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-osd-1-deactivate, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_REF=wip-bharath8-testing-2026-02-22-0716) 2026-02-23T08:18:38.098 INFO:journalctl@ceph.osd.1.trial151.stdout:Feb 23 08:18:37 trial151 podman[54985]: 2026-02-23 08:18:37.996478536 +0000 UTC m=+0.049454929 container init 8d51cb90809de453688a19ae7456410955fb3ab4e4721ce9d20f1a3969f1f2bc (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-osd-1-deactivate, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, 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/, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7, org.label-schema.vendor=CentOS) 2026-02-23T08:18:38.098 INFO:journalctl@ceph.osd.1.trial151.stdout:Feb 23 08:18:37 trial151 podman[54985]: 2026-02-23 08:18:37.998228132 +0000 UTC m=+0.051204525 container start 8d51cb90809de453688a19ae7456410955fb3ab4e4721ce9d20f1a3969f1f2bc (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-osd-1-deactivate, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, ceph=True, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0) 2026-02-23T08:18:38.098 INFO:journalctl@ceph.osd.1.trial151.stdout:Feb 23 08:18:37 trial151 podman[54985]: 2026-02-23 08:18:37.99877744 +0000 UTC m=+0.051753843 container attach 8d51cb90809de453688a19ae7456410955fb3ab4e4721ce9d20f1a3969f1f2bc (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460-osd-1-deactivate, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, ceph=True) 2026-02-23T08:18:38.098 INFO:journalctl@ceph.osd.1.trial151.stdout:Feb 23 08:18:38 trial151 podman[54985]: 2026-02-23 08:18:37.957068953 +0000 UTC m=+0.010045336 image pull af88a7aa64a7df2dfbd8b343bb510d8c25a233faf34d3aa06c89ee09c8196ff4 quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c 2026-02-23T08:18:38.188 DEBUG:teuthology.orchestra.run.trial151:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d9dc3f41-108f-11f1-99b8-d404e6e7d460@osd.1.service' 2026-02-23T08:18:38.268 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-23T08:18:38.268 INFO:tasks.cephadm.osd.1:Stopped osd.1 2026-02-23T08:18:38.268 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 --force --keep-logs 2026-02-23T08:18:38.395 INFO:teuthology.orchestra.run.trial085.stdout:Deleting cluster with fsid: d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:18:40.591 DEBUG:teuthology.orchestra.run.trial151:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 --force --keep-logs 2026-02-23T08:18:40.718 INFO:teuthology.orchestra.run.trial151.stdout:Deleting cluster with fsid: d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:18:42.901 DEBUG:teuthology.orchestra.run.trial085:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-23T08:18:42.931 DEBUG:teuthology.orchestra.run.trial151:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-23T08:18:42.961 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-23T08:18:42.963 DEBUG:teuthology.misc:Transferring archived files from trial085:/var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/skanta-2026-02-23_07:12:59-rados-wip-bharath8-testing-2026-02-22-0716-distro-default-trial/65641/remote/trial085/crash 2026-02-23T08:18:42.964 DEBUG:teuthology.orchestra.run.trial085:> sudo tar c -f - -C /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/crash -- . 2026-02-23T08:18:42.998 INFO:teuthology.orchestra.run.trial085.stderr:tar: /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-23T08:18:42.998 INFO:teuthology.orchestra.run.trial085.stderr:tar: Error is not recoverable: exiting now 2026-02-23T08:18:43.000 DEBUG:teuthology.misc:Transferring archived files from trial151:/var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/skanta-2026-02-23_07:12:59-rados-wip-bharath8-testing-2026-02-22-0716-distro-default-trial/65641/remote/trial151/crash 2026-02-23T08:18:43.002 DEBUG:teuthology.orchestra.run.trial151:> sudo tar c -f - -C /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/crash -- . 2026-02-23T08:18:43.030 INFO:teuthology.orchestra.run.trial151.stderr:tar: /var/lib/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-23T08:18:43.030 INFO:teuthology.orchestra.run.trial151.stderr:tar: Error is not recoverable: exiting now 2026-02-23T08:18:43.031 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-23T08:18:43.032 DEBUG:teuthology.orchestra.run.trial085:> sudo grep -E '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/d9dc3f41-108f-11f1-99b8-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-23T08:18:43.067 INFO:tasks.cephadm:Compressing logs... 2026-02-23T08:18:43.067 DEBUG:teuthology.orchestra.run.trial085:> 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-23T08:18:43.109 DEBUG:teuthology.orchestra.run.trial151:> 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-23T08:18:43.134 INFO:teuthology.orchestra.run.trial085.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-23T08:18:43.134 INFO:teuthology.orchestra.run.trial085.stderr:: No such file or directory 2026-02-23T08:18:43.134 INFO:teuthology.orchestra.run.trial085.stderr:gzip -5 --verbose -- /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph.cephadm.log 2026-02-23T08:18:43.134 INFO:teuthology.orchestra.run.trial085.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph-mon.a.log 2026-02-23T08:18:43.134 INFO:teuthology.orchestra.run.trial085.stderr:/var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph-osd.0.log 2026-02-23T08:18:43.135 INFO:teuthology.orchestra.run.trial085.stderr: 79.6% -- replaced with /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph.cephadm.log.gz 2026-02-23T08:18:43.135 INFO:teuthology.orchestra.run.trial085.stderr:gzip -5 --verbose -- /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph-volume.log/var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph-mon.a.log: 2026-02-23T08:18:43.136 INFO:teuthology.orchestra.run.trial085.stderr:/var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph.audit.log 2026-02-23T08:18:43.136 INFO:teuthology.orchestra.run.trial085.stderr:/var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph.log 2026-02-23T08:18:43.136 INFO:teuthology.orchestra.run.trial085.stderr: 88.5% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-23T08:18:43.137 INFO:teuthology.orchestra.run.trial085.stderr:/var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph-mgr.a.log 2026-02-23T08:18:43.137 INFO:teuthology.orchestra.run.trial085.stderr:/var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph.log: 86.2% -- replaced with /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph.log.gz 2026-02-23T08:18:43.137 INFO:teuthology.orchestra.run.trial085.stderr: 89.7% -- replaced with /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph.audit.log.gz 2026-02-23T08:18:43.137 INFO:teuthology.orchestra.run.trial085.stderr:/var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph-mgr.a.log: 93.9% -- replaced with /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph-volume.log.gz 2026-02-23T08:18:43.139 INFO:teuthology.orchestra.run.trial151.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-23T08:18:43.139 INFO:teuthology.orchestra.run.trial151.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-23T08:18:43.139 INFO:teuthology.orchestra.run.trial151.stderr:gzip -5 --verbose -- /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph.cephadm.log 2026-02-23T08:18:43.139 INFO:teuthology.orchestra.run.trial151.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph-mon.b.log 2026-02-23T08:18:43.139 INFO:teuthology.orchestra.run.trial151.stderr:gzip -5 --verbose -- /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph-osd.1.log 2026-02-23T08:18:43.139 INFO:teuthology.orchestra.run.trial151.stderr:/var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph.cephadm.log: 79.1% -- replaced with /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph.cephadm.log.gz 2026-02-23T08:18:43.139 INFO:teuthology.orchestra.run.trial151.stderr:/var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph-mgr.b.log 90.1% 2026-02-23T08:18:43.139 INFO:teuthology.orchestra.run.trial151.stderr: -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-23T08:18:43.139 INFO:teuthology.orchestra.run.trial151.stderr:/var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph-volume.log 2026-02-23T08:18:43.139 INFO:teuthology.orchestra.run.trial151.stderr:gzip -5 --verbose -- /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph.audit.log 2026-02-23T08:18:43.140 INFO:teuthology.orchestra.run.trial151.stderr:/var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph-mgr.b.log: /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph.log 2026-02-23T08:18:43.140 INFO:teuthology.orchestra.run.trial151.stderr:/var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph.audit.log: /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph.log: 90.2% -- replaced with /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph.audit.log.gz 2026-02-23T08:18:43.140 INFO:teuthology.orchestra.run.trial151.stderr: 86.2% -- replaced with /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph.log.gz 2026-02-23T08:18:43.140 INFO:teuthology.orchestra.run.trial151.stderr: 93.8% -- replaced with /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph-volume.log.gz 2026-02-23T08:18:43.141 INFO:teuthology.orchestra.run.trial151.stderr: 90.3% -- replaced with /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph-mgr.b.log.gz 2026-02-23T08:18:43.141 INFO:teuthology.orchestra.run.trial085.stderr: 94.0% -- replaced with /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph-osd.0.log.gz 2026-02-23T08:18:43.146 INFO:teuthology.orchestra.run.trial151.stderr: 93.9% -- replaced with /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph-osd.1.log.gz 2026-02-23T08:18:43.160 INFO:teuthology.orchestra.run.trial085.stderr: 89.2% -- replaced with /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph-mgr.a.log.gz 2026-02-23T08:18:43.161 INFO:teuthology.orchestra.run.trial151.stderr: 93.3% -- replaced with /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph-mon.b.log.gz 2026-02-23T08:18:43.164 INFO:teuthology.orchestra.run.trial151.stderr: 2026-02-23T08:18:43.164 INFO:teuthology.orchestra.run.trial151.stderr:real 0m0.035s 2026-02-23T08:18:43.164 INFO:teuthology.orchestra.run.trial151.stderr:user 0m0.040s 2026-02-23T08:18:43.164 INFO:teuthology.orchestra.run.trial151.stderr:sys 0m0.018s 2026-02-23T08:18:43.200 INFO:teuthology.orchestra.run.trial085.stderr: 91.7% -- replaced with /var/log/ceph/d9dc3f41-108f-11f1-99b8-d404e6e7d460/ceph-mon.a.log.gz 2026-02-23T08:18:43.202 INFO:teuthology.orchestra.run.trial085.stderr: 2026-02-23T08:18:43.202 INFO:teuthology.orchestra.run.trial085.stderr:real 0m0.078s 2026-02-23T08:18:43.202 INFO:teuthology.orchestra.run.trial085.stderr:user 0m0.102s 2026-02-23T08:18:43.202 INFO:teuthology.orchestra.run.trial085.stderr:sys 0m0.021s 2026-02-23T08:18:43.203 INFO:tasks.cephadm:Archiving logs... 2026-02-23T08:18:43.203 DEBUG:teuthology.misc:Transferring archived files from trial085:/var/log/ceph to /home/teuthworker/mnt/teuthology/skanta-2026-02-23_07:12:59-rados-wip-bharath8-testing-2026-02-22-0716-distro-default-trial/65641/remote/trial085/log 2026-02-23T08:18:43.204 DEBUG:teuthology.orchestra.run.trial085:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-23T08:18:43.313 DEBUG:teuthology.misc:Transferring archived files from trial151:/var/log/ceph to /home/teuthworker/mnt/teuthology/skanta-2026-02-23_07:12:59-rados-wip-bharath8-testing-2026-02-22-0716-distro-default-trial/65641/remote/trial151/log 2026-02-23T08:18:43.314 DEBUG:teuthology.orchestra.run.trial151:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-23T08:18:43.353 INFO:tasks.cephadm:Removing cluster... 2026-02-23T08:18:43.354 DEBUG:teuthology.orchestra.run.trial085:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 --force 2026-02-23T08:18:43.475 INFO:teuthology.orchestra.run.trial085.stdout:Deleting cluster with fsid: d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:18:43.654 DEBUG:teuthology.orchestra.run.trial151:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d9dc3f41-108f-11f1-99b8-d404e6e7d460 --force 2026-02-23T08:18:43.780 INFO:teuthology.orchestra.run.trial151.stdout:Deleting cluster with fsid: d9dc3f41-108f-11f1-99b8-d404e6e7d460 2026-02-23T08:18:43.970 INFO:tasks.cephadm:Removing cephadm ... 2026-02-23T08:18:43.970 DEBUG:teuthology.orchestra.run.trial085:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-23T08:18:43.990 DEBUG:teuthology.orchestra.run.trial151:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-23T08:18:44.010 INFO:tasks.cephadm:Teardown complete 2026-02-23T08:18:44.010 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-02-23T08:18:44.025 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-23T08:18:44.025 DEBUG:teuthology.orchestra.run.trial085:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-23T08:18:44.031 DEBUG:teuthology.orchestra.run.trial151:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-23T08:18:44.237 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-23T08:18:44.249 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-23T08:18:44.249 DEBUG:teuthology.orchestra.run.trial085:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-23T08:18:44.251 DEBUG:teuthology.orchestra.run.trial151:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-23T08:18:44.266 INFO:teuthology.orchestra.run.trial085.stderr:bash: line 1: ntpq: command not found 2026-02-23T08:18:44.271 INFO:teuthology.orchestra.run.trial151.stderr:bash: line 1: ntpq: command not found 2026-02-23T08:18:44.285 INFO:teuthology.orchestra.run.trial151.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-23T08:18:44.285 INFO:teuthology.orchestra.run.trial151.stdout:=============================================================================== 2026-02-23T08:18:44.285 INFO:teuthology.orchestra.run.trial151.stdout:^- ntp.maxhost.io 2 6 357 40 +8867us[+8867us] +/- 65ms 2026-02-23T08:18:44.285 INFO:teuthology.orchestra.run.trial151.stdout:^+ time.cloudflare.com 3 6 177 42 -855us[ -339us] +/- 6461us 2026-02-23T08:18:44.285 INFO:teuthology.orchestra.run.trial151.stdout:^- 216.82.35.115 2 6 177 41 +894us[ +894us] +/- 32ms 2026-02-23T08:18:44.285 INFO:teuthology.orchestra.run.trial151.stdout:^* pool-96-231-54-150.washd> 1 6 177 42 +875us[+1391us] +/- 5963us 2026-02-23T08:18:44.286 INFO:teuthology.orchestra.run.trial085.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-23T08:18:44.286 INFO:teuthology.orchestra.run.trial085.stdout:=============================================================================== 2026-02-23T08:18:44.286 INFO:teuthology.orchestra.run.trial085.stdout:^- ntp.maxhost.io 2 6 357 40 -615us[ -615us] +/- 56ms 2026-02-23T08:18:44.286 INFO:teuthology.orchestra.run.trial085.stdout:^* time.cloudflare.com 3 6 177 41 -971us[ -998us] +/- 6954us 2026-02-23T08:18:44.286 INFO:teuthology.orchestra.run.trial085.stdout:^- 216.82.35.115 2 6 177 42 +1338us[+1312us] +/- 31ms 2026-02-23T08:18:44.286 INFO:teuthology.orchestra.run.trial085.stdout:^+ pool-96-231-54-150.washd> 1 6 177 41 +478us[ +451us] +/- 6531us 2026-02-23T08:18:44.286 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-23T08:18:44.305 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-23T08:18:44.306 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-23T08:18:44.319 DEBUG:teuthology.orchestra.run.trial085:> 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-23T08:18:44.382 DEBUG:teuthology.orchestra.run.trial151:> 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-23T08:18:44.440 DEBUG:teuthology.orchestra.run.trial085:> 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 'comm="systemd".*denied.*\{ prog_run \}.*tclass=bpf.*permissive=1' 2026-02-23T08:18:44.458 INFO:teuthology.orchestra.run.trial085.stderr:grep: Invalid content of \{\} 2026-02-23T08:18:44.468 DEBUG:teuthology.orchestra.run:got remote process result: 2 2026-02-23T08:18:44.469 DEBUG:teuthology.orchestra.run.trial151:> 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 'comm="systemd".*denied.*\{ prog_run \}.*tclass=bpf.*permissive=1' 2026-02-23T08:18:44.487 INFO:teuthology.orchestra.run.trial151.stderr:grep: Invalid content of \{\} 2026-02-23T08:18:44.498 DEBUG:teuthology.orchestra.run:got remote process result: 2 2026-02-23T08:18:44.499 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-23T08:18:44.511 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-23T08:18:44.528 INFO:teuthology.task.internal:Duration was 418.726301 seconds 2026-02-23T08:18:44.528 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-23T08:18:44.548 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-23T08:18:44.548 DEBUG:teuthology.orchestra.run.trial085:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-23T08:18:44.551 DEBUG:teuthology.orchestra.run.trial151:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-23T08:18:44.588 INFO:teuthology.orchestra.run.trial085.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-23T08:18:44.591 INFO:teuthology.orchestra.run.trial151.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-23T08:18:44.883 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-23T08:18:44.883 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial085.front.sepia.ceph.com 2026-02-23T08:18:44.884 DEBUG:teuthology.orchestra.run.trial085:> 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-23T08:18:44.904 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial151.front.sepia.ceph.com 2026-02-23T08:18:44.905 DEBUG:teuthology.orchestra.run.trial151:> 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-23T08:18:44.943 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-23T08:18:44.943 DEBUG:teuthology.orchestra.run.trial085:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-23T08:18:44.946 DEBUG:teuthology.orchestra.run.trial151:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-23T08:18:45.056 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-23T08:18:45.056 DEBUG:teuthology.orchestra.run.trial085:> 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-23T08:18:45.058 DEBUG:teuthology.orchestra.run.trial151:> 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-23T08:18:45.082 INFO:teuthology.orchestra.run.trial085.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T08:18:45.082 INFO:teuthology.orchestra.run.trial085.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-23T08:18:45.082 INFO:teuthology.orchestra.run.trial085.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-23T08:18:45.083 INFO:teuthology.orchestra.run.trial085.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T08:18:45.083 INFO:teuthology.orchestra.run.trial085.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: /home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-23T08:18:45.083 INFO:teuthology.orchestra.run.trial151.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T08:18:45.084 INFO:teuthology.orchestra.run.trial151.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-23T08:18:45.084 INFO:teuthology.orchestra.run.trial151.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-23T08:18:45.084 INFO:teuthology.orchestra.run.trial151.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T08:18:45.084 INFO:teuthology.orchestra.run.trial151.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: /home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-23T08:18:45.098 INFO:teuthology.orchestra.run.trial151.stderr: 84.2% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-23T08:18:45.100 INFO:teuthology.orchestra.run.trial085.stderr: 86.1% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-23T08:18:45.102 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-23T08:18:45.125 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-23T08:18:45.125 DEBUG:teuthology.orchestra.run.trial085:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-23T08:18:45.169 DEBUG:teuthology.orchestra.run.trial151:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-23T08:18:45.198 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-23T08:18:45.216 DEBUG:teuthology.orchestra.run.trial085:> 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-23T08:18:45.219 DEBUG:teuthology.orchestra.run.trial151:> 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-23T08:18:45.261 INFO:teuthology.orchestra.run.trial085.stdout:kernel.core_pattern = core 2026-02-23T08:18:45.285 INFO:teuthology.orchestra.run.trial151.stdout:kernel.core_pattern = core 2026-02-23T08:18:45.299 DEBUG:teuthology.orchestra.run.trial085:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-23T08:18:45.333 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T08:18:45.334 DEBUG:teuthology.orchestra.run.trial151:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-23T08:18:45.351 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T08:18:45.352 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-23T08:18:45.364 INFO:teuthology.task.internal:Transferring archived files... 2026-02-23T08:18:45.365 DEBUG:teuthology.misc:Transferring archived files from trial085:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/skanta-2026-02-23_07:12:59-rados-wip-bharath8-testing-2026-02-22-0716-distro-default-trial/65641/remote/trial085 2026-02-23T08:18:45.365 DEBUG:teuthology.orchestra.run.trial085:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-23T08:18:45.411 DEBUG:teuthology.misc:Transferring archived files from trial151:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/skanta-2026-02-23_07:12:59-rados-wip-bharath8-testing-2026-02-22-0716-distro-default-trial/65641/remote/trial151 2026-02-23T08:18:45.411 DEBUG:teuthology.orchestra.run.trial151:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-23T08:18:45.448 INFO:teuthology.task.internal:Removing archive directory... 2026-02-23T08:18:45.449 DEBUG:teuthology.orchestra.run.trial085:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-23T08:18:45.451 DEBUG:teuthology.orchestra.run.trial151:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-23T08:18:45.498 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-23T08:18:45.511 INFO:teuthology.task.internal:Not uploading archives. 2026-02-23T08:18:45.511 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-23T08:18:45.525 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-23T08:18:45.525 DEBUG:teuthology.orchestra.run.trial085:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-23T08:18:45.527 DEBUG:teuthology.orchestra.run.trial151:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-23T08:18:45.543 INFO:teuthology.orchestra.run.trial085.stdout: 786901 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 23 08:18 /home/ubuntu/cephtest 2026-02-23T08:18:45.556 INFO:teuthology.orchestra.run.trial151.stdout: 786901 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 23 08:18 /home/ubuntu/cephtest 2026-02-23T08:18:45.557 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-23T08:18:45.572 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-23T08:18:45.604 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/rocky_10 agent/off mon_election/classic task/test_extra_daemon_features} duration: 418.7263011932373 flavor: default owner: scheduled_skanta@soko04.front.sepia.ceph.com success: true 2026-02-23T08:18:45.604 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-23T08:18:45.702 INFO:teuthology.run:pass